android-intent
How to stop an app after some time?
Hei! In my android app I have a button that starts the app Barcode Scanner. I want to stop this app after 2 minutes, for example. How can I do this?[详细]
2023-04-04 06:23 分类:问答Intents and sharing my application
I am having a lot of trouble getting my Sharing of my application to work. public boolean onOptionsItemSelected(MenuItem item) {[详细]
2023-04-04 05:23 分类:问答Android firing intent from thread
I have created a thread for a game where I am testing if hero (a bitmap) touches the edges of the screen.[详细]
2023-04-04 04:09 分类:问答android can't get byte array from intent
i\'m trying to send a byte[] from one activity to another. in the recieving activity the byte[] seems to be null after getting the intent extras. any ideas?[详细]
2023-04-04 03:30 分类:问答How to open PrinterShare application in android from my current application
As I am developing an android app, I came across the need of launching the PrinterShare app installed on my android phone. I want that when user hits the Button control in my app, it should launch the[详细]
2023-04-03 23:32 分类:问答Sending any SMS message displays an icon to display the message is "pending to networks" and "delivered to network" in Andorid
Sending any SMS message displays an icon to display the message is \"pending to networks\" and \"delivered to network\" but never displays the \"delivered[详细]
2023-04-03 23:25 分类:问答Getting data from an implicit intent
I\'m writing an application that will be invoked when a specific website is accessed in the android browser.I\'ve configured my intent filters to make this happen, but I\'m having trouble finding deta[详细]
2023-04-03 19:03 分类:问答Adding a list of scan results from Wifi to an intent and retrieving from a broadcast receiver?
I want to add a list as a parameter to pass into an intent and then receive it from a broadcast listener, but I\'m having some trouble.I cannot figure out how to put this List into the Intent as an ex[详细]
2023-04-03 17:34 分类:问答Android: intentservice, how abort or skip a task in the handleintent queue
i have an activity (\"ApplicationActivity\") that call an intent service (\"DownloadService\") The intentService download files from internet in background, but i want to be able to abort a specific[详细]
2023-04-03 11:44 分类:问答Problem with the way Facebook handles share function on Android
My app has the share intent which displays a list of Apps which can be used to share. I am doing it like this.[详细]
2023-04-03 09:09 分类:问答