Search code examples
findViewById returns NULL when using Fragment...


androidandroid-activitynullreferenceexceptionfragment

Read More
How to destroy activity when the app is closed from the recent menu?...


androidandroid-activitysharedpreferencesondestroy

Read More
Best approach to access an Activity on the inside of a (custom) view/dialog?...


androidandroid-activitysharedpreferencesandroid-viewandroid-context

Read More
Is there a way to configure android app to receive activity result between onStart and onStop?...


androidxamarinandroid-activityandroid-lifecycleonactivityresult

Read More
How to add icon image button in android studio...


androidandroid-layoutandroid-intentandroid-activity

Read More
Android Studio: Default Activity Not Found and than USB Debugging not woking...


androidandroid-studioandroid-activityusb-debugging

Read More
Best way to share same data instance between an Activity, Fragment and Service?...


androidandroid-fragmentsandroid-activityservice

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


c#androidunity-game-engineandroid-activityfirebase-cloud-messaging

Read More
Can we know the class name of the activity that started the current?...


javaandroidandroid-activity

Read More
Kotlin fragment : activity returns null outside onActivityCreated...


androidkotlinandroid-fragmentsandroid-activityandroid-fragmentactivity

Read More
Activity's onDestroy / Fragment's onDestroyView set Null practices...


androidandroid-activityandroid-fragmentsondestroy

Read More
Android Fragment onCreateView vs. onActivityCreated...


androidandroid-fragmentslifecycleandroid-activityandroid-lifecycle

Read More
Pass data from Activity to Service using an Intent...


androidandroid-intentandroid-activityservice

Read More
Android Activity onStart called while app is in the background?...


androidandroid-activityandroid-10.0

Read More
Broadcast Receiver - MainActivity is not an enclosing class...


javaandroidandroid-intentandroid-activitybroadcastreceiver

Read More
Banner ad events (java)...


javaandroid-studioeventsandroid-activitymethods

Read More
How to retain value in second activity after re-clicking the button from MainActivity to launch the ...


javaandroidandroid-intentandroid-activitystartactivityforresult

Read More
Pass a value from activity to broadcastreceiver and start a service from the broadcast receiver...


androidserviceandroid-activitybroadcastreceiver

Read More
Android notification setFullScreenIntent doesn't automatically launch the activity...


androidandroid-intentandroid-activityandroid-notifications

Read More
Use public boolean onKeyDown in all activities...


javaandroidandroid-studioandroid-activityonkeydown

Read More
TextView.setOnClickListener is not moving to new activity...


javaandroidandroid-activity

Read More
Can onActivityResult() be called before onCreate()?...


androidandroid-activityandroid-lifecycle

Read More
how to call a method(in activity(A)) from another activity(B) to work on that activity(A)?...


androidandroid-activity

Read More
How to open a fragment in a Activity(non-AppCompatAcitivity)?...


javaandroidxmlandroid-fragmentsandroid-activity

Read More
How can I get the application context from an Android Service?...


javaandroidandroid-intentandroid-serviceandroid-activity

Read More
Changing TextView Attributes from button onClick not working...


androidandroid-studioandroid-fragmentsandroid-activityonclick

Read More
When to save data to database, onPause() or onStop()?...


androidandroid-activityandroid-lifecycleandroid-database

Read More
Is it possible to call a method defined inside a static class of another activity in the main activi...


androidandroid-activitysharedpreferenceslocalestatic-classes

Read More
How to have Android Service communicate with Activity...


androidandroid-activityandroid-service

Read More
How can I send data from a Service to an Activity in Android Studio?...


androidandroid-studioandroid-intentandroid-activityservice

Read More
BackNext