android-intent
Calling class within jar file android
I create jar file containing two classes. Here I want to call the second class with the first class inside jar.[详细]
2023-04-10 06:23 分类:问答On logout, clearing Activity history stack, preventing “back” button from opening last Activities
I am making an android app in which I need to logout. I have implemented the logout function but the problem is when I clicks the back button. the previous activity starts.[详细]
2023-04-10 04:38 分类:问答How to display intent chooser when long click listview item?
I have a list view that contains some data, I want to share it by through intent chooser. I found long click on a listview item will trigger context menu event, and the 开发者_开发百科common way to u[详细]
2023-04-10 03:55 分类:问答Intent extras not being preserved with startActivity
I am re-launching my application after my it crashes using Thread.setDefaultUncauhtExceptionHandler().I would like to pass an intent extra telling it that it just came back from the dead, however its[详细]
2023-04-10 03:03 分类:问答Notification opens activity, back button pressed, main activity is opened?
The best way I can describe my problem is like this: A notification is created at boot (with a BroadcastReceiver).[详细]
2023-04-09 23:49 分类:问答Starting multiple instances of the same Activity from Service
I want to start multiple instance of the same Activity class from a Service. The reason I\'m doing this, is because I have a Service that runs a \"scan\" daily, and if it finds any malfunctions it sho[详细]
2023-04-09 21:56 分类:问答ACTION_SEND and Google+ App in Android
is there any way to share text from my android app by using ACTION_SEND开发者_运维问答 and google+ app.[详细]
2023-04-09 15:07 分类:问答Android views, intents and layout problems
This is my first question, but I\'ve been reading a lot of posts in here trying to get this right. But I just can\'t figure it out! So I\'m hoping for assistance![详细]
2023-04-09 14:05 分类:问答Intent resolution and difference between ACTION_CHOOSER and ACTION_PICK_ACTIVITY
I have a question about intent resolution and the difference between Intent.ACTION_PICK_ACTIVITY and Intent.ACTION_CHOOSER (including it\'s convenience function version, Intent.createChooser()).[详细]
2023-04-09 10:19 分类:问答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 分类:问答