I was able to get Astro to launch my activity when I selected a certain filetype. However, I don\'t know how to grab the intent when my activity starts!
I\'m developing an android app that I want to allow users to install on their SD card (http://developer.android.com/guide/appendix/install-location.html). However, the app has some Alarms created thro
I have a broadcast receiver that needs to listen to network changes - BroadcastReceiver networkStateReceiver = new BroadcastReceiver() {
i am making a Android App with discovery nfc. When i discovery a NF开发者_开发技巧C tag, i have to select the application (Default android app and my app).
i have one activity with the same intent filters than other application. Soo when i run my app, i have to choose which action i want to be performed but i dont wanna choose this.
I\'m开发者_如何学编程 an experienced java programmer taking my first steps in Android development. My problem is simple, my onActivityResult() is not getting executed in the main activity. Here is wha
I am listening to both connecting and disonnecting the power for my galaxy. I have creatd 2 BroadCastReceivers, one for connect, and one for disconnect.
I\'m doing a \"new app\" within the Set开发者_如何学Ctings app that manages Bluetooth. I have the next problem: I want my activity to be launched when the next android intent is sent by the framework:
We mention android.intent.act开发者_JAVA百科ion.MAIN and android.intent.category.LAUNCHER as Intent filter of the launcher activity in the Manifest.xml. What is imp. of these two? What are their funct
I have an android app with a button on the main activity that creates a second PreferenceActivity to display settings.