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.
0
votes
0answers
4 views
I'm looking for the android power manager c code (for the OS), Does anyone know where to find it?
I'm looking around the android source code for the bits that support wakelock. Does anyone know what part of the OS code has this? Can someone help me find it..
My intent: I want to "steal" some ...
0
votes
0answers
5 views
Theming ActionarSherlock
When theming my actionbar from the actionbarsherlock library i keep getting error:
Requires API 11 using min SDK 8
I dont get it Actionbar sherlock is for Android 2.X+ right? is there something i ...
0
votes
0answers
3 views
Android how to show loaded images on RemoteViewsFactory of AppWidget implementing ListView
For showing loaded images on appwidgetthat has ListView on it,I
First download images
Store them on HashMap<String,Bitmap> where String is the url
Then on RemoteViewsFactory getViewAt(),I ...
0
votes
0answers
6 views
Clear Bundle info in android
I have strange problem with my app. I have created a widget. The widget works as required. (Onclick on the widget button - I am sending a bundle to java file for further process). After the process I ...
0
votes
0answers
3 views
How can i find the links of videos on youtube by searching a topic using youtube API for android
I have used android youtube API to get thumbnails of images, this is done by using video id. But how can i find thumbnails of videos by some title?
0
votes
1answer
15 views
how to send svg data to android application from website
what is the best way to read a dynamic data changed every minutes and send it to android application to refresh it's page.
supposing the android application is published on Google play.
0
votes
0answers
4 views
Omx bad parameter error from mediac codec encoder
I am using the media codec API for encoding on Samsung Galaxy Tab 2 which has OMAP 4430 and I get OMX bad parameter error .
So I have few parameter access from the application side , width, height, ...
0
votes
0answers
22 views
How to get position of pixel of bitmap touched in imageview
There have been many questions exactly like this. I have gone through them but couldn't get it working.
My Activity
public class MainActivity extends Activity {
private static final String TAG = ...
0
votes
0answers
14 views
ResultReciever when Activity is not present
service sends a message to service using resultReciever Implemented by the activity.
What if Activity is destroyed permatualrely ? who would recieve the result, would there be a crash / Exception
0
votes
0answers
7 views
Rotating drawable via XML not working with marker on GoogleMap V2
I would like to rotate a drawable with an xml-file, then show it on the map.
I do like this.
//...//
mo1.position(myLatLng).icon(BitmapDescriptorFactory.fromResource(R.drawable.myxmldrawable));
...
1
vote
1answer
18 views
arrayadapter for spinner not working in fragment, requires resource id
i am getting an error that ArrayAdapter does not have resource id, however the resource id is used here and i used similar code in an activity with no problem however this is in a fragment. is there ...
-2
votes
0answers
12 views
How to make a chat application between two Android devices using Google Cloud Messaging?
I want to write an Android chat application using Google Cloud Messaging with C# code server like this: http://greenc.net/sandbox/gcm-chat/index.aspx
In my application, users need register an email ...
0
votes
0answers
25 views
Android Service is killed
i have a service that listens for incoming connections on a specific port and when someone connects; it gets the data and does something. The service returns START_STICKY in it's onStartCommand ...
0
votes
0answers
22 views
I want to get location of picture taken in android emulator
Here is what I tried so far. Don't know what I am getting wrong. Works just fine for taking picture and setting it to ImageView, but crashes when I add the code that tries to get location.
protected ...
0
votes
1answer
8 views
get Multiple contacts from phone-book imported at a time to the app
I was able to import the contact that the user clicked, to my app. But I was having some hundreds of contacts in the phone-book. How should I let the user to pick at a time say some 50 contacts or may ...