android-intent
My app isn't closing correctly and I'm not sure why
First off, I\'m using the Action Bar. When I go back to my Main class after pressing the Home option, then press the Back button, my app won\'t close like it should. Instead, it tries to open the acti[详细]
2023-04-08 11:09 分类:问答How to check network connectivity in android with out using activity
Ho开发者_Go百科w to check network connectivity in android with out using activity, check it from business object package.[详细]
2023-04-08 10:16 分类:问答Android: Get intent and reroute it to another class
My question is simple: if an intent object exists, I want to merely use that and add putExtra() and then startActivity to go back. However, I have no idea how to do this. Any help is appreciated.[详细]
2023-04-08 08:54 分类:问答android ImageView hyperlink coords
I want to implement a functionality in which when particular area of an image set in an ImageView will result in calling an intent.[详细]
2023-04-08 07:48 分类:问答Still cannot bind to my android service
I am quite new to Android and I am porting a C# program to android. Most of it is going fine but I have a long running problem of not being able to bind to 1 of my services.[详细]
2023-04-08 06:52 分类:问答Send intent for screen on from shell
How can send intent in the console for start the screen 开发者_如何学Con ? I know the action for turning the screen on it is Intent.ACTION_SCREEN_ON, but I have hard time sending the intent from conso[详细]
2023-04-08 02:37 分类:问答Inserting a new entry to android calendar
I am trying to add a new event into the android calendar. Here is the code I am using Intent intent = new Intent(Intent.ACTION_EDIT);[详细]
2023-04-08 02:17 分类:问答Android and Facebook share intent
I\'m developing an Android app and am interested to know how you can update the app user\'s status from within the app using Android\'s share intents.[详细]
2023-04-07 15:43 分类:问答startActivity with Action and Uri crash the app
I want to open a new activity and pass it a URI of local html file(which i开发者_运维知识库s in the assets of the project):[详细]
2023-04-07 13:25 分类:问答sendBroadcast(intent) gives a null pointer exception
This is my second post today as fixing the 1st post lead to another problem which I am really struggling on. I want to use Broadcasts and intent to send data packets back from a service to the UI. I m[详细]
2023-04-07 11:19 分类:问答