I want to start a service when my Application is initialized from whatever component. public class MyApplication extends Application {
I am using a method to create a directory structure using mkdirs in onCreate of an activity. Eventhough it returns true and all indiactions are that it should work, still the directories are not creat
so my app has two tabs tab 1 is a login page then tab 2 is a user details the user needs to loginfrom tab 1 then only details would load from tab 2 so if the user didn\'t login and goes to tab 2,
In the game I am currently programming, I have a tiled image with different animation frames in a 4x3 matrix. I would like to create an AnimationDrawable consisting of each of these frames in sequence
This question already has answers here: Closed 11 years ago. Possible Duplicate: Android Activity Life Cycle - difference between onPause() and OnStop()
I w开发者_运维百科ant to call onCreate(Bundle cicici); from other class then i am getting \"NullPointerException\", so please guide me how can i call the onCreate() from another class.There is only on
So, I have written an app that has a Main activity (A), and various other sub-activities that all do something, report the work back to main, and finish.
I ma developing an app, which at the moment when it is loading from the onCreate point, I just have a black screen (until the ap开发者_运维百科p gets its footing). Looking at other apps they have a co
In order to get my feet wet with Android development, I thought I\'d hire a guy to lay the foundation of a simple app for me, then I would try and take it from there. So far it\'s worked really well.
I\'m having some issues with the preview of the camera on my Android. Right now i have a button you need to press before you get any preview of the camera.