Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-activity

Activity, AppCompatActivity, FragmentActivity, and ActionBarActivity: When to Use Which?

Start an Activity with a parameter

Android Shared preferences for creating one time activity (example) [closed]

Android: Clear the back stack

Clear the entire history stack and start a new activity on Android

Removing an activity from the history stack

Finish all previous activities

How to restart Activity in Android

android android-activity

Calling startActivity() from outside of an Activity context

Change application's starting activity

android android-activity

getApplication() vs. getApplicationContext()

How to handle screen orientation change when progress dialog and background thread active?

Why fragments, and when to use fragments instead of activities?

Android: Go back to previous activity

Example: Communication between Activity and Service using Messaging

Fullscreen Activity in Android?

How to start new activity on button click

Get root view from current activity

Dilemma: when to use Fragments vs Activities:

How to pass an object from one activity to another on Android