Search code examples
MainActivity is too big. How do I split it into multiple files...


androidandroid-activity

Read More
Programmatically update widget from activity/service/receiver...


androidandroid-activityandroid-widget

Read More
LiveData observe not working when activity not on screen...


android-activityandroid-livedatamutablelivedata

Read More
Android Notification Action is not fired (PendingIntent)...


androidandroid-intentandroid-activityandroid-notificationsandroid-pendingintent

Read More
What's the difference between launching a coroutine inside a fragment using `MainScope()` and `r...


androidandroid-fragmentsandroid-activitykotlin-coroutines

Read More
How to display a Dialog inside a View?...


javaandroidandroid-activityviewdialog

Read More
How to pass data from one activity to two or more activities simultaneously?...


javaandroidarraylistandroid-intentandroid-activity

Read More
Android: Can't find activity in the Manifest, but it IS there?...


androidandroid-activitymanifest

Read More
How to return to Fragment from Activity on Back Press...


androidbuttonandroid-activityfragmentback

Read More
Kotlin Json listing by activity selection...


androidjsonkotlinandroid-activityfragment

Read More
Kotlin Same Fragment Multiple Activities...


androidkotlinandroid-activitynavigationfragment

Read More
softInputMode in fragments...


androidandroid-activityfragmentnavigation-drawer

Read More
About android launchmode "singleTask"...


androidandroid-activitylaunchmode

Read More
Launch-Activity onCreate() called again when start another Activity...


javaandroidandroid-activity

Read More
What is the difference between this, getContext() and getActivity()?...


androidandroid-activityandroid-context

Read More
Start a new Activity from non Activity class...


androidandroid-activity

Read More
change activity with JavaScript in Android...


javascriptandroidandroid-activity

Read More
How to handle the ActivityNotFoundException?...


androidandroid-activity

Read More
Why is Android Studio not populating a button id for me in Main Activity?...


androidkotlinandroid-activity

Read More
Difference between Process,Activity,Threads and Tasks in Android...


androidmultithreadingandroid-activityprocesstask

Read More
Sending intents from a worker to an activity in a separate app...


javaandroidandroid-intentandroid-activityandroid-service

Read More
NavigationDrawer in every Activity...


androidandroid-studioandroid-activitynavigation-drawer

Read More
New Activity from RecyclerView ViewHolder stuck on blackscreen...


androidandroid-activityandroid-recyclerviewandroid-viewholder

Read More
NullPointerException occurring when starting new activity...


javaandroidandroid-activitynullpointerexception

Read More
How to change launcher activity in android when a certain condition is met?...


javaandroidfirebaseandroid-activitybackend

Read More
Why this line xmlns:android="http://schemas.android.com/apk/res/android" must be the first...


androidxmlandroid-activitylayoutxml-namespaces

Read More
Why the error "Calling startActivity() from outside of an Activity context requires the FLAG_AC...


androidandroid-intentandroid-activity

Read More
Why does the findViewById() method work only in the methods of the activity class but not in the cla...


javaandroidclassinheritanceandroid-activity

Read More
ActivityLifecycleCallbacks won't trigger...


androidandroid-activityandroid-lifecycle

Read More
how to show loading screen till the asynctask is done loading...


androidandroid-activityandroid-asynctaskloading

Read More
BackNext