I want my database created once,and it will not changed,but i can\'t create data when i\'m in onCreate()...
I have an issue when changing my screen orientation. I hav开发者_如何学JAVAe an activity with 2 intents that gets called by a service.
I\'m working on an Android application. I have an activity that has this method: protected void onCreate(Bundle savedInstanceState)
There is something I don\'t quite understand right now. My main activity class creates a Service, which creates a new thread that waits for a TCP connection. Once one comes in, it will start a new ac
Hi i have an AsyncTask in my application called in OnCreate() that retrieve some data over the web and display an indeterminate progress bar while downloading.
I am making an application that has Activity which communicates with a single service, and is used to start, stop or change settings of that service. I used a singleton approach from this tip.
I have procedure TMainForm.FormCreate(Sender: TObject); begin DragAcceptFiles (Handle, True ) ; end ; but the form does not accept dragged files - no drop cursor, no firing of WM_DROPFILES messag
I\'m very new on Android development. I want to create and start an activity to show information about a game. I show that information I need a gameId.
I have a pretty simple local service that I\'m trying to bind to my activity.I worked through this yesterday with CommonsWare and he got me straightened out as I was having a difficult time getting th
is it possible to start a context menu on the onCreate method? I know its probably bad design ethics but I have my resons!! I\'ve tried the: