Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-activity

Android Activity::onCreate called before Application.onCreate

android android-activity

How to avoid creating Fragment object each time by switching fragments?

Is there anyway to change current Activity's intent flag in android? Like making it available in Stack History or Not

What is the difference between sourceCompatibility 8 and 11? What happens when they are set to different values?

ActivityResultContracts.StartActivityForResult() result only called once

android android-activity

Sync navigation drawer items with fragments

Activity has leaked window

Android: Start activity when EditText is clicked

What is holding my activity's state once my application process has been killed?

android android-activity

How to handle SQLiteException in Android activity?

How to programatically open the optionMenu of an Activity when its first appears?

Find list item index for JSON array

Good Practices for running Android App in the Background

Getting Last number in array (input and output) C#

c# input android-activity

Problem to get Context in FragmentView Kotlin

When to start a new activity and when to reuse an old one in Android

java.lang.IllegalStateException: Required view not found even after setContentView()

How to emulate the process of a background activity is killed by the system because of low memory on Android?