python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pass data from activity to recyclerview in fragment kotlin
As part of one of my courses I need to display a recyclerview listing the car models according to the selected brand. I manage to retrieve the id of the brand in my activity. However, when I want to s...
JulienVrctr
Votes: 0
Answers: 1
How to open an activity from a fragment using imagebutton?
I have a Navigation drawer that has four different fragments. On the Home Fragment Dashboard, I have eight different image buttons that I want to open a new activity I.E. when you click the Image Butt...
DCam
Votes: 0
Answers: 1
Android - Activity recreate after open Camera App on Xiaomi
I'm facing a problem is my Activity has been recreated after open Camera app.
This is my flow:
Using the app
Press Home button to put app into background
Open Camera app default in device
Re-open my ...
PhongBM
Votes: 0
Answers: 0
Does the equals method work for Activity objects in Android?
I looked in the Android source code and neither Activity nor any of its ancestor classes ContextThemeWrapper, ContextWrapper or Context override the equals method. Can equals be safely used to compare...
Adam Burley
Votes: 0
Answers: 0