Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-activity

Start IntentService from Activity and refresh Activity when IntentService is finished

onActivityResult do not fire if launch mode of activity is singleInstance

Activity with fragments does not resize when the keyboard opens

Notification created by IntentService uses always a wrong Intent

android finish() method doesn't clear app from memory

Programmatically make app FULL SCREEN in Android

I need to minimize the android application on back button click

How to data bind to a header?

Get the launcher Activity name of an android application

android android-activity

Prevent Activity Stack from being Restored?

Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference

What's the difference between windowBackground and background for activities style?

How do I resize my imageview within my scrollview as it is done in this image?

Find out which activity started my activity?

android android-activity

Is there any reason not to call setIntent when overriding onNewIntent?

When is View.onMeasure() called?

"RuntimeException: Performing pause of activity that is not resumed"

How to replace startActivityForResult with Activity Result APIs?

Android: Using WebView outside an Activity context

how to check screen on/off status in onStop()?