Questions regarding practical and advanced use of Intents, Intent Extras and Pending Intents to start an Activity, Service or to respond to a system or application event/notification via a BroadcastReceiver.
I have a scenario where, after logging in through a login page, there will be a sign-out button on each …
android android-intent android-activityHow to open an URL from code in the built-in web browser rather than within my application? I tried this: …
android url android-intent android-browserHow can I send data from one activity (intent) to another? I use this code to send data: Intent i=…
android android-intentIn an Android application, how do you start a new activity (GUI) when a button in another activity is clicked, …
android android-intent android-activity android-button android-lifecycleCan someone please tell me how exactly to use getExtra() and putExtra() for intents? Actually I have a string variable, …
android android-intentI have open the Google Play store using the following code Intent i = new Intent(android.content.Intent.ACTION_VIEW); …
android android-intent google-playIn my activity, I'm calling a second activity from the main activity by startActivityForResult. In my second activity, there are …
android android-intent android-activity startactivityforresultI am trying to work on sending an object of my customer class from one Activity and display it in …
java android object android-intent android-activityI want to do something simple on android app. How is it possible to go back to a previous activity. …
android android-intent android-activityI'm just wondering how to fire up an Intent to the phone's browser to open an specific URL and display …
android android-intent