Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-activity

Android ViewModel call Activity methods

Why would I ever want `setRetainInstance(false)`? - Or - The correct way to handle device rotation

Unable to start activity ComponentInfo{...}: java.lang.NullPointerException

Prevent activity from being destroyed as long as possible

testing that an activity called setResult

How to lock fragment orientation without locking activity orientation?

Activity methods:onCreate() and onDestroy()

android android-activity

What happens when all activities of an application finishes?

startService from class that does not extend Activity

What happens when you click on an application's launch icon?

Preloading web page in Android (using WebView?)

Fullscreen in WindowManager

Android How to register OnTouchEvent for entire Activity main content view?

How to call startactivityforresult from a non-activity class to get the resuts

android android-activity

Android How to Pass LinkedHashMap Between Activities?

how to programatically theme an activity to be like a dialog?

Insert contact in Android with ContactsContract

Activity not registered in the manifest Lint warning

Start activity without showing it

android android-activity

What the actual meaning `Caused by: java.lang.RuntimeException: view must have a tag`?