how does a good architecture for an android app look like? Should all the \"work/business logic\" been done in a background service and the Activity communicates just with the service to query/fetch d
I have a service that is set to start in a separate process: <service android:name=\".services.UploadService\"
I\'m writing an app for Android that spawns a service that periodically checks the wifi state and changes it based on some conditions. My problem is that whenever I try to create a WifiManager object
I couldn\'t find a satisfying answer to this, so here we go: what\'s the deal with Activity/Service.getApplication() and Context.getApplicationContext()?
How can I get updates from a Service to an activity? For example, if I am downloading a file, I would like to show a progress bar in the activity.I don\'t want to use Asy开发者_开发问答ncTask (they on
I am developing an androi开发者_如何学运维d application and I am using a service that tracks location via GPS every 10 minutes. But when I put the location listener in a timer task, it throws an excep
I am developing an android app. I开发者_JAVA百科 want to know through an event or any other means in my service, whenever user opens a foreground app. I want to collect my own usage statistics, as I c
in my app I\'ve a service that register a BroadcastReceiver into onStart() method: public void onStart() {
i recently coded a Android Widget and tested it on Emulator as well as my Galaxy S , it worked fine on both, after i posted the same to android market now i am getting some error reports.
Have some problem to use android.net.wifi开发者_JAVA百科.ScanResult class in my own service. In fact i have noticed that CREATOR in my class is missing, but in android doc (http://www.kiwidoc.com/java