python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What architecture should I go for do that its not a bad architecture
I have a large form to show which can not be displayed on a single page. so what we did is divide it into 7 part, each part consist of 1 fragment and all those fragments are navigated using tab layout...

Keshav
Votes: 0
Answers: 1
Correct way to pass events back from a view in Android
I've been following the UI architecture laid out in this article https://developer.android.com/jetpack/guide/ui-layer which essentially amounts to this:
It works great, but there is no example given ...

Adam
Votes: 0
Answers: 2
App Crash when observing a Live Data in Jetpack Compose Composable due to memory issue
I have one Composable which has one Callback function which is responsible to perform some action based on value it is observing in ViewModel. The Composable looks like.
@Composable
fun MyComposable(
...

Satyam Gondhale
Votes: 0
Answers: 0
Navigation component drawer button click not working
I am facing an issue with the button click of topmost link, it is not working, even though all configurations are set up the same way as others. Can anyone look and if they can find out the problem?
I...

Amir Dora.
Votes: 0
Answers: 1