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)
How to set up ItemTouchHelper with RoomDB?
So i want to make a To-Do app. I want to make CardView added to recyclerView swipeable. I used ItemTouchHelper but it does't work. Here is my code
MainActivity.kt
class MainActivity : AppCompatActivit...
Dominik
Votes: 0
Answers: 0
migrate Android sqlite database to another app
I have an app with a sqlite database and user data. I have made a new app but it uses the same structure and I would like to migrate the data from the first app.
Both apps need to be in the app store,...
Nico
Votes: 0
Answers: 0
Why not auto update list when used LiveData in Android
In my application I want use Koin , Room and LiveData.
I write below codes, but after add new item into room not auto update recyclerview list!
Should close app and open again for show updated list !...
Dr.KeyOk
Votes: 0
Answers: 1
How to load a different database file with Room?
Goal
I have an app with plenty of data, with a switch button, which switch the language (french or english) of the entire app. However, some of my data are stored in a Room database. I have two .db fi...
Larvouu
Votes: 0
Answers: 1