Skip to main content
Vivek Gupta's user avatar
Vivek Gupta's user avatar
Vivek Gupta's user avatar
Vivek Gupta
Back to Track!!
  • Member for 4 years, 7 months
  • Last seen this week
22 votes

How do I resolve error message: "Inheritance from an interface with '@JvmDefault' members is only allowed with -Xjvm-default option"

4 votes
Accepted

Compose Complier & Kotlin Version Compatibility

3 votes

Verifying Android app links fails with error 1024

2 votes

Android resource not found exception for notification icon

2 votes
Accepted

How to properly use mutability in Jetpack Compose to update Text when a value in a companion object is changed? (Kotlin)

2 votes

Android flow for Simple API call

2 votes

Is it possible to have fixed number of columns with android flexbox layout

1 vote

Does Injecting many dependencies in a ViewModel affect the performance?

1 vote

Cannot navigate to screen from another NavGraph in JetpackCompose

1 vote

Emit a (loading) value from a Flow if it has not emitted any values after some time

1 vote

What is view model factory and livedata. Can anyone explain this in simple words?

1 vote
Accepted

Get Value Calculated in Layout Composable and Pass it in Children Composables

1 vote

Android Retrofir2 Multipart remote API call set content type to 'application/json'

1 vote
Accepted

How to update data in a RecyclerView using LiveData and a SearchView

1 vote
Accepted

Why is my Jetpack Compose Image taking up all space in the row and hiding the text?

1 vote

I want change the color of TabRow to black using indicatorColor = Color.Black, but in material3 indicatorColor not exist anymore

1 vote

How now to create Option menu in Fragment (setHasOptionMenu is deprecated)

0 votes

Cannot invoke observeForever on a background thread while testing viewmodel and livadata

0 votes

Why is it Attach to root in Layout Inflater is always False value?

0 votes

How to ensure that the Android adView is always displayed after the bottom of the last item in my Android listView?

0 votes

How to smoothly transition between composables when switching states in Jetpack Compose?

0 votes

java.lang.illegalStateException randomly occurs when getting mediaPlayer.getCurrentPosition

0 votes

Android Studio count Clicks of every item in recyclerview separately

0 votes
Accepted

Notice [RequestTokenManager] getToken() -> NEED_REMOTE_CONSENT when authorizing Google Drive

0 votes

Is it possible to change applicationId dynamically for different gradle build type?

0 votes

TopAppBar has unknown padding when using nested Scaffold with Compose Navigation

0 votes

What's a minimal way to implement Room Database in Jetpack Compose?

0 votes
Accepted

How to create a custom LazyLayout with stacked visible items and horizontal swipe gesture in Jetpack Compose?

0 votes

Tensorflow Lite (LiteRn) Deployment in Android using Kotlin, Error 'FULLY_CONNECTED' version '12' not found

0 votes

Android ViewModel has no zero argument constructor, Kotlin Jetpack Compose