Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-activity

How to handle multiple instances of app when accessed via a different intent

Android memory management granularity - Activity or Process?

How to send data from an activity to its parent fragment? [duplicate]

How can I get the current activity while using Firebase Cloud Messaging in Unity?

Android: What happens to my activity in case of incoming phone call?

Refreshing a Spinner

Android - startActivityForResult outside an Activity?

Android - How to track app Resumes only when you exit and come back to the app?

Transaction between fragments only inside one ActionBar Tab

Should I always finish one activity before going to another?

Flag Activity Clear Top destroys target activity and than creating it

Send link to Whatsapp via Android Intent

Testing that an Activity has been started with FLAG_ACTIVITY_CLEAR_TOP

Is it possible to disable access to fragment's layout(views) from parent activity?

How to get activity of a DecorVIew? .getContext() on DecorView getting a DecorContext

Android : Activity button shows up on fragment

Android Architecture Components: bind to ViewModel

Android intent extra message versus static variable

How to exclude from recents an exported activity?

Why is android.app.Activity not abstract by design?