android-activity
Android - Passing the main activity around
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).[详细]
2023-04-09 19:48 分类:问答How to call generic activity finish
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[详细]
2023-04-09 19:11 分类:问答Android finish Activity and start another one
I\'m curious about one thing. How can I finish my current activity and start another one. Example : MainActivity[详细]
2023-04-09 15:04 分类:问答Can i automatically send SMS (Without the user need to approve)
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.[详细]
2023-04-09 14:32 分类:问答Linking two activity in android
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.[详细]
2023-04-09 12:21 分类:问答How to show activities inside of a running activity?
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[详细]
2023-04-09 10:57 分类:问答Android: How to have a single (main) Activity instance or retrieve the Activity instance that I need?
I am developing an Android app that execute a thread and update the GUI via a GUI Handler on GUI Activity.[详细]
2023-04-09 07:03 分类:问答Android - Screen Event
Can anyone tell me what event is fired when you come from Screen B to Screen A after pressing \"BACK\" button.[详细]
2023-04-09 06:51 分类:问答Android application need to detect if the user came back from Google Maps Intent
I\'m making an App and I use the Google Maps navigation Intent intent = new Intent(android.content.Intent.ACTION_VIEW,[详细]
2023-04-09 04:45 分类:问答Android How to get First Activity's Handler data into third activity?
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[详细]
2023-04-09 02:42 分类:问答