New posts in android-activity

Android: How to get a modal dialog or similar modal behavior?

How to clear the Android Stack of activities?

Android - Making activity full screen with status bar on top of it

Best practice to pass Context to non-activity classes?

Kotiln: pass data from adapter to activity

Android: Unable to find explicit activity class... startActivity from a PreferenceActivity

Android: How do I avoid starting activity which is already in stack?

Finish parent and current activity in Android

How to get screen width and height

resuming an activity from a notification

Activity.finish() called but activity stays loaded in memory

How open new activity clicking an item in listview?

How to replace a Fragment on button click of that fragment?

Starting Activity from Fragment causes NullPointerException

Why does FLAG_ACTIVITY_CLEAR_TOP not work?

What is the correct way of creating a login screen/activity in Android?

Android Call a method from another class

How to open the options menu programmatically?

When does Application's onCreate() method get called?

Passing JSONObject into another activity