New posts in android-activity

Having application running above other app

Android: How to update an UI from AsyncTask if AsyncTask is in a separate class?

Testing that button starts an Activity with Robolectric

How to set my Activity as main activity in android? [duplicate]

Background Image when RecyclerView is empty

How to keep a single activity instance but be able to update the view?

android.app.Application cannot be cast to android.app.Activity

Dagger2 Custom Scopes : How do custom-scopes (@ActivityScope) actually work?

NavUtils.navigateUpTo() does not start any Activity

How to change all the activity transitions at once in Android application?

Android - Opening the email application?

How should I forward Intent parameters through chains of Activities?

add view over keyboard android

Accessing instance of the parent activity?

OnPause and OnStop() called immediately after starting activity

OnCreateView called multiple times / Working with ActionBar and Fragments

onActivityCreated is deprecated, how to properly use LifecycleObserver?

Dynamic start activity in Android?

Intent filter pathPrefix with '#' not working

How to return a result through multiple activities