I want to know can I save two or more instance of an Activity and can use those instances as per my requirements.
I start a service from my main activity using startService(). The service checks for sockets on localhost. When it receives a socket, it reads data from it. I would like to hide the notification bar w
I have an activity that works as a hook for various intents. Specifically, the VOICE_COMMAND and CALL_PRIVILEGED. (It is a requirement to use these.)
I created a game, where I rotate through multiple activitys. Each activity stays just for a few seconds. Now I should add ads to the game. Since it doesn\'t make sense if the ad refreshes after just a
I have i bitmap that needs to show in a new activity, so i cahe it and in the opened activity i try to load it but i get a nullPointerException. Here i save the image :
I am trying to exit开发者_如何转开发 an activity using the code myClass.this.finish(); However, the code keeps on executing the lines after this.
I am trying to logon to FB from within an activity. For some reason the开发者_如何学Go FB logon screen appears behind the activity screen.
I spent 4 full day开发者_StackOverflows trying everything I can to figure out the memory leak in an app I\'m developing, but things stopped making sense a long time ago.
I am trying to start an activity from a normal class and I can\'t figure out how it is done, if it can be done. On an itemClick I want to start an activity that extends the ListView class to show a li
I\'ve got this inner class as part of an application which doesn\'t accept changes in orientation (it makes more sense in landscape orientation).