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

Reading the incoming messages on Android

I initially used the below code to read the receiving messages so that I can use it in my application for tracking a phone. Bundle bundle = intent.getExtras(); SmsMessage[] ...
0
votes
0answers
2 views

ListView scrollbar fix for different cell height

I have the ListView, then cells have different height. When you scrolling the list, scrollbar indicator changes its length. If you set android:smoothScrollbar to false value, it's will not. But the ...
0
votes
0answers
5 views

how do i get list ofinstall apps name

this ismy source code which display list of all install apps using packagename but i want to show all application in list using apps name so how do i do that?? suppose i want to display application ...
0
votes
0answers
7 views

Configure EasyTracker progremmatically

I am using EasyTracker in my app. I need to change the ga_trackingId programmatically and can't use the xml. I couldn't find any thing about it anywhere.. Is it posible? Thanks!
0
votes
1answer
7 views

Accessing Computer screen from android over WLAN

I have an extra router, is there an app or any way I can view my computer screen (windows 7) over my android over a network, NOT WiFi. All Apps out there require a internet, but I need to access it ...
0
votes
0answers
15 views

I'm unable to integrate the facebook SDK with Android

I'm unable to integrate Facebook SDK with my Android Project. After importing SDK from the folder, all the folders showing errors. I tried multiple times but still the errors are available and its ...
0
votes
0answers
7 views

Sending email from a fragment activity contact form

I know questions like this have been asked already, but even after studying several other people's problems I still can't get my code to work, mostly because differences between projects have made it ...
0
votes
0answers
9 views

Android drawing rectangle timer with animation - follow up

I'm new to stackoverflow so I sure hope I write this question in the right place... :) I need to get the same result as seen in this related question: Android drawing rectangle timer with animation ...
0
votes
0answers
11 views

Save ListView data and get it back on application start

I have a simple application with one activity containing listview in which data is loaded with a custom adapter and some json content fetched in an asynctask, minified code below Main.class ...
1
vote
1answer
19 views

Android app disappearing from running processes

I have a problem with android application which disappears from running processes after going back to android start screen. I don't know where the problem might be. Please help... Thanks in advance.
0
votes
1answer
14 views

How to get the ROM Name from Android programatically

I am working on android project and I wish to to retrieve the ROM name (not Android OS name) I.e. CyanogenMod Nightly 11. Is this possible Google doesn't seem to be finding anything. Thanks for ...
0
votes
0answers
9 views

how to work with HTML5 at Android?

what is the best method to work with HTML5 at Android is i can only call the HTML5 files ? or i can have the call HTML codes at the Java page. Note i need to make more functions at HTML as the ...
0
votes
0answers
5 views

widget updating at specified time with Service and CountdownTimer

I need to update my widget at specified time everyday. Next updating must take place throgh 24 hours. I used updatePeriodMillis but it worked differently for different users. So I decided to ...
0
votes
0answers
7 views

rendering iscroll on android / phonegap project

Does anyone know of any android app which uses iscroll. I would like to test it on my device. Reason being that my current phonegap/android project does not work with iscroll4.... I will post details ...
0
votes
0answers
25 views

trying to fetch a textView from another screen in android

I have a home screen a data screen and a database. The user makes a selection on the home screen, the database then performs the actions to display this on the data screen by fetching the textViews on ...

1 2 3 4 5 23081
15 30 50 per page