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

learn more… | top users | synonyms (6) | android jobs

0
votes
0answers
3 views

Maps V2 myLocation blue dot callback

I want to be able to click the blue dot (my location) that is shown on the map. Is there anyway to get a callback from that click? Thanks, Martijn
0
votes
0answers
2 views

Using Proguard on App Engine Connected Android Client

I'm getting close to putting my app up on the Google Play store and I'm trying to obfuscate with Proguard. It uses GAE and the RequestFactory and I'm getting the 'RequestFactory Validation Tool must ...
0
votes
1answer
6 views

Setting a custom hint for the email text in standard email dialog

I would like to bring up the Android standard email dialog with a custom hint for the email text (leaving the actual text empty). Is it possible ? It it can't be done through Intent, it may be ...
0
votes
0answers
8 views

Android: How to make a clickable ListView with a ContextMenu?

I have a clickable ListView and try to make a Context Menu for the Items but if I get a long click the first time it activates the onListItemClick Method instead. The next time it works. If I activate ...
0
votes
0answers
11 views

Referencing value of EditText created programatically

I have tried these two methods to create EditText views in an AsyncTask and then reference their values in an OnClickListener. Either way I do it, the app compiles and runs fine, but the strings are ...
0
votes
0answers
14 views

How to find whats causing Circular Dependencies in RelativeLayout

I'm receiving stacktraces of FCs but I can't reproduce the FCs. What am I missing? In the java code some views are set to View.GONE or View.VISIBLE depending on the state of the app. In the ...
0
votes
0answers
8 views

Google App Engine Java and Android Getting Started

I've been struggling to get the example running from below: https://developers.google.com/eclipse/docs/getting_started The first problem I had was didn't have installed 'Google Cloud Messaging for ...
0
votes
1answer
7 views

preparing android web view for next activity

I am a new android developer, I am trying to figure out how to initialize some activity, so that when I wish to show it later from any other activity (more than one), it will already be initialized. ...
0
votes
0answers
6 views

GMC string instead of boolean

I've received message from GCM but i got string instead of boolean. It seems problem is with my JSON array. I get warning message: 04-17 00:41:04.058: W/Bundle(6702): Key alarm expected Boolean but ...
-3
votes
4answers
49 views

Syntax error, insert “}” to complete Statement. issue

This is one of my app activities , i realy try to complete statment succesfully but i cant , it rise red line error under vi.setTag(holder);} exactly under } in the following code : public class ...
0
votes
1answer
10 views

Linux out of memory process killing my android app

This is happening on an embedded system that is using a custom build of Android 4.0.2 platform. I see one of our android activity apps growing to around 400MB (rss size when "ps" is invoked) and ...
0
votes
0answers
11 views

how do i change this code for videos?

this is my code below which take picture form gallery save in database how do i change this piece of code for videos? what i write instead of bitmap? please help me how do i change??? i want change ...
0
votes
1answer
7 views

How to create a new PhoneGap Android project in Eclipse “Juno” on Mac?

I recently reinstalled my OS, and used to have a PhoneGap / Android project. Now I want to use it again, so I reinstalled Eclipse and the ADT plug in. So far so good. Now the instructions say: ...
0
votes
2answers
23 views

Compare Images in Android

I am creating Tic Tac Toe game.This is the click event- when a button is clicked set background image ==num1 public void onClick(View event) { // TODO Auto-generated method stub if(btn1 ...
0
votes
0answers
8 views

android handling actionbar button clicks

hi i want to make limited clicks for menu button then visibility disappears after that limit so lets say i want to make Add urls button and each time user clicks that button it will add 10 urls to my ...

1 2 3 4 5 21298
15 30 50 per page