Tagged Questions
Android is Google's software stack for mobile devices. Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see http://android.stackexchange.com
20
votes
0answers
518 views
Instagram from Android open on certain user and add caption to uploaded image
Instagram for Android is very limited, from what I have seen so far. My scenario is simple: allow the user to edit a picture and when he clicks on Send:
Intent share = new Intent(Intent.ACTION_SEND);
...
14
votes
0answers
843 views
Android Studio Update Fails
Just got the new Android Studio but it won't connect for updates. When I go to Help>Check for Updates... I get a pop-up saying "Connection failed. Please check your network connection and try again."
...
12
votes
0answers
311 views
Youwave for Android in remote desktop environment using thin client
I am using YouWave for Android in a remote desktop environment with Atrust Thin Client T60 series. When I run the YouWave emulator, a black screen appears and it stops there.
Also the home, menu ...
10
votes
0answers
99 views
using blobstore with google cloud endpoint and android
I am developing an app-engine connected android project using the eclipse plugin. One aspect of the app is to allow user Alpha to send pictures to user Bravo. To do that I have the following setup:
...
8
votes
0answers
372 views
android mms download mms content through mms url
I am trying to download the MMS picture content through the MMS url, but it returns with a 403 (Forbidden) server response with an invalid MSISDN number. I have pasted my code below for reference. ...
7
votes
0answers
642 views
Device specific error - s3dReadConfigFile “Can't open file for reading.”
I'm developing an application that communicates over the local network, and am trying to test on multiple devices. I have a Droid Incredible and a Samsung Galaxy S3 for testing right now. When I run ...
7
votes
0answers
392 views
Android video frame processing
I am working on application that does some real time image processing on camera frames. For that, I use preview callback's method onPreviewFrame. This works fine for cameras that support preview ...
7
votes
0answers
528 views
Why is my Hudson/Jenkins recreating my Emulator Snapshots in every build?
I use Jenkins to build one of my projects. The Android Emulator Plugin automatically starts an emulator with the following configuration:
Configuration of the Emulator Plugin:
.
Every time the ...
7
votes
0answers
549 views
build.xml gives errors when compiling a Processing sketch which includes ArduinoAdkUsb
Software involved:
* Latest Android SDK (as of today - 8/29/2012) with all of the latest APIs, Tools, Extras, etc downloaded.
* Processing 2.0a8 (latest build)
* Arduino ADK libraries for Processing ...
6
votes
0answers
399 views
Best practice for nested fragments in Android 4.0, 4.1 (<4.2) without using the support library
I'm writing an app for 4.0 and 4.1 tablets, for which I do not want to use the support libraries (if not needed) but the 4.x api only therefore.
So my target platform is very well defined as: >= 4.0 ...
6
votes
0answers
59 views
PhoneStateListener onMessageWaitingIndicatorChanged() not being called reliably
I have some code that detects when there is new voicemail. It's based on a PhoneStateListener.onMessageWaitingIndicatorChanged() implementation (so technically it fires only when the MWI indicator ...
6
votes
0answers
175 views
PCM to AAC conversion using mediacodec
I am using a media codec class in Android (Jelly Bean) to encode PCM format to AAC. The file was encoded but no music player is able to play that file. I was not able to find any working code or ...
6
votes
0answers
118 views
Is there any OOB Secure Storage in Android through Monodroid?
Like many people - I am developing an app with a shared codebase (Windows Store + Android + MonoTouch + [later] WP8).
Also, as with many apps, I have local state that I need to persist for this app.
...
6
votes
0answers
440 views
Clients/Peers communication with wifi-direct on Android platform
I have three Android devices: A,B,and C. They are connected via wifi-direct (assuming B is the group owner).
I just have two questions:
1. A want send a message to C, does the message have to pass ...
6
votes
0answers
346 views
How to build i686-linux-android-gfortran for android-ndk8b (x86 arch Android)?
I tried building i686-linux-android-gfortran using build-gcc.sh following this
(it's for androdindk-7b) but I get error about link.h. I added link.h from here, but it gives further more errors.
Has ...
6
votes
0answers
209 views
Share contact book from java application with CardDAV
I want to share with my colleagues a contact book, created with and used/managed by our application. We thought to share the contacts with our phones via CardDAV protocol.
Is there any well ...
6
votes
0answers
219 views
Testing an android accessibility service?
I'm developing an Android application with a service that extends AccessibilityService. I'd like to be able to test this without mocking out the accessibility framework.
Does anyone have some ...
6
votes
0answers
1k views
Scaling a Bitmap to fit in a canvas
Im trying to write a game on droid, the way i take care of different screen resolutions is i make a bitmap with a target resolution (320x480), make a canvas from it and draw all the elements on it ...
6
votes
0answers
615 views
onActivityResult() will not be called if call for camera
My simple structure:
List.java (Activity A)
New.java (Activity B)
Steps:
Start A and use startActivityForResult() to turn to B by a button.
Then in B, use Intent it = new ...
5
votes
0answers
61 views
+50
Xamarin Android: Keep control with Alert Dialog until a button is clicked
We are using a static Alert Dialog to get confirmation from the user for certain actions. In our call to Show() we want to keep control until the user clicks a button so that we can return the button ...
5
votes
0answers
126 views
Microsoft ISA Server Authentication in Android
I have an application in Android, in which I were reading files from the remote server, code for reading file is given below;
URI uri = null;
try {
uri = new ...
5
votes
0answers
99 views
parse memory snapshot hprof index files programmically
I am trying to programmically analyze an hprof file.
Using the hprof-conv tool in the android-sdk I generated a bunch of com.your.package.index files.
How do I programmically parse these .index ...
5
votes
0answers
223 views
error with setting live wallpaper
I am trying to create an live wallpaper. When i use the same code in activity i produces the the desired result. but if i use that same code for creating live wallpaper, i always get the black screen. ...
5
votes
0answers
170 views
Is it possible to always show the action bar when using adjustPan as soft input mode?
In my application I have a ListView with a footer that contains a custom view with an EditText inside. At the top sits an action bar. The activity currently uses SOFT_INPUT_ADJUST_RESIZE ...
5
votes
0answers
288 views
AVD emulator has no option to Sync with Google Calendar
My app has functionality to add events to the calendar but in order to achieve this Android's calendar app needs to have calendars.
In order to add calendars you have to add a Google account. So I ...
5
votes
0answers
330 views
Google Map V2 how to set ZoomToSpan?
As title, in map v1 i could use
mapController.zoomToSpan(..., ..., ...);
to include all markers on the screen.
Dose map V2 has the same method?
2013/2/22 edit:
first, get all LatLng points ...
5
votes
0answers
1k views
ActionBarSherlock list navigation with icon and title
I am developing an application where navigation is done by using the spinner on the action bar. Spinner items needed to include icons as well so I created custom layouts for that.The problem is that ...
5
votes
0answers
361 views
State of Android project dependency management
We are standardizing our infrastructure for Android development and we are trying to incorporate dependency management to our Android library projects. My current track is using the maven android ...
5
votes
0answers
88 views
Random android.content.res.Resources$NotFoundException
For some time we have been receiving weird android.content.res.Resources$NotFoundException exception from our production application (via Play store).
The error commonly appears while trying to ...
5
votes
0answers
224 views
Apply Matrix Transformations to BoundingBox
I have a model matrix that I am keeping track of for position of the mesh in my world. With each call to glRotate() and glTranslate() I have a corresponding call to modelMatrix.rotate() and ...
5
votes
0answers
323 views
FragmentActivity TabHost with Fragment and Activity
I have to implement such diagram-hierarchy in my application.
I have got 5 tabs from TabHost. One of them should be Activity cause of specific behaviour. This only one Activity should have both: ...
5
votes
0answers
218 views
Search widget call OnNewIntent twice
I have an activity in which I want to search. When I click to search, event OnNewIntent it is called twice... What I'm doing wrong?
I'm creating Searchview like this
public override bool ...
5
votes
0answers
144 views
Can I preview the Action Bar in the graphical layout editor?
I've noticed that all of the ApiDemos construct the Action Bar programmatically at runtime. I'd love to be able to see the Action Bar with icons and even tabs from within the graphical layout editor. ...
5
votes
0answers
472 views
Droidgap project spamming QTAGUID messages
I have been having this problem for a while now, and while it doesn't negatively affect my application I would like to fix it if I can. I am not really sure how to describe the problem.
Basically, I ...
5
votes
0answers
268 views
getting UUIDs from G- Shock watch bluetooth android
I am working on Bluetooth Low Energy in Android. I want to get the UUIDs of remote device when the device is paired. I have found that BluetoothDevice.getUuids() will give the UUIDs of a remote ...
5
votes
0answers
468 views
AccountManagerFuture.getResult() results in “Couldn't sign in” screen
I am attempting to use AccountManager to get a token for an installed Google account. When I call getResult() on my AccountManagerFuture object, I get the "Couldn't sign in" screen on the device ...
5
votes
0answers
923 views
Determining Max/Min Texture Size Limit in Android OpenGLES
I've been assigned to create an open source Java port of this Objective C GPUImage Framework so that it can be used in an Android application. I am to recreate it as closely as I can, with all the ...
5
votes
0answers
817 views
Android x86 virtualbox + camera
I would like to know how to use my laptop's built-in webcam with android x86 in virtualbox.
I already tried to launch the default "Camera" app that told me that I had to configure a SDCard, what I ...
5
votes
0answers
139 views
moving text & redrawing the Image device issues
What I want, the text is being moved with the finger touch over the image, on the button click it redraws the existing Image into a new one which is as text pasted on it.
it ...
5
votes
0answers
536 views
Android Facebook how to send app authorize request to friends?
I'm building an application that connect with Facebook. When user use my app, I can get their friends list and display it. Now I want add an option that user can send a request to their friend to ask ...
5
votes
0answers
331 views
Is it possible to get a byte buffer directly from an audio asset in OpenSL ES (for Android)?
I would like to get a byte buffer from an audio asset using the OpenSL ES FileDescriptor object, so I can enqueue it repeatedly to a SimpleBufferQueue, instead of using SL interfaces to play/stop/seek ...
5
votes
0answers
740 views
android.mk arm-linux-androideabi-g++ exceptions and __cxa_allocate_exception
I am rebuilding Android from source (to flash onto a device, right now using emulator), trying to add a single command line tool. I've put my source in repo/exernal/... and written Android.mk.
I get ...
5
votes
0answers
141 views
Excessive unneeded system-invoked GC on android 2.3.5 during animation
In my app, I have ViewSwitcher with two childs like this:
<ViewFlipper
android:id="@+id/galeryviewflipper"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
...
5
votes
0answers
2k views
Google Maps in Android: Failed to find style 'mapViewStyle' in current theme
Sorry guys, another one about this topic. I have read ALL the postings about it so far, but so far none of the answers worked out for me. I have spent hours on trying to fix that now and before ...
5
votes
0answers
210 views
Android : Do I get INSTALL_REFERRER intent from amazon app store?
I couldn't find any documentation that mentions whether Amazon app store sends a referral Intent post install, as Google Play does. Though Amazon's documentation does say that we can set referrer ...
5
votes
0answers
352 views
Building an android project referencing android library project using ant / teamcity
I got a android project say project A ..now this project project A depends on a Android lib project say LibX. Now LibX depends on another android library project LibY. How can I build my project ...
5
votes
0answers
417 views
How to record the video using camera preview on TextureView
I have been playing with TextureView on some Android 4.0 devices. For example, I tried to develop a simple app, which can record the video and uses TextureView for its preview. However, as far as I ...
5
votes
0answers
735 views
Can't send data to or from a Galaxy Nexus through LLCP
I have a Galaxy Nexus phone with Android 4.0.2 and a NXP demoboard PN532-C106.
I am trying to connect them to send data using the LLCP protocol and I am using "npp-server" and "llcp-test-server" from ...
5
votes
0answers
452 views
Android data SMS sent between two emulators gets truncated in transit
I have not been able to find a posted answer to this question. Why does the length of a data SMS sent programatically from one emulator instance to another gets truncated on the receiving end?
Here I ...
5
votes
0answers
781 views
Android: PNG Transparency Failing with BitmapFactory.decodeStream(…) and Assets Folder
I am using the following method to pull a PNG file from the assets folder in my Android application:
public static Bitmap getBitmapFromAssets(Context context, String fileName) {
try {
...
