I have a several activities in my app. The main activity (activity1) extends ActivityGroup (I need to support 2.2 and above, so I cant use fragments).
I have a public class which has some common generic functions, like e.g. for displaying dialogs in my application. I made a generic alertButtonDialog function and want t开发者_StackOverflow中文版o cal
I\'m curious about one thing. How can I finish my current activity and start another one. Example : MainActivity
I\'m rather new to Android. Im trying to send SMS from Android application. When using the SMS Intent t开发者_JAVA技巧he SMS window opens and the user needs to approve the SMS and send it.
I\'m coding a simple android app where you write in a box your name then click ok and a new page will show your name... The problem is that when you click ok nothing happens.
I want to show my activities inside of a running activity. I need something like frame in html language that is used for showing other pages inside a 开发者_如何学运维page. I know Tabhost has this abi
I am developing an Android app that execute a thread and update the GUI via a GUI Handler on GUI Activity.
Can anyone tell me what event is fired when you come from Screen B to Screen A after pressing \"BACK\" button.
I\'m making an App and I use the Google Maps navigation Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
I have three activities A,B,and C. I go from Activity A -> Activity B -> Activity C Now currently Activity C is displaying and Activity A is bottom on Activity Stack