Gym Management App Part - 3 : Insert data in Admin table and view SQLite table data

Опубликовано: 31 Октябрь 2024
на канале: The Lazy Learner
1,686
7

In this video, I have shown how you can create the table and SQLite, Use of Session Management and Shared Preference and implementation of View Binding. I have also shown how you can Insert data in SQLite? and how you can view data in Android studio as well as in browser. below I have some dependency copy/past in your build.gradle(Module) file.

Learn view database in browser : https://github.com/amitshekhariitbhu/...

Learn about View Binding : https://developer.android.com/topic/l...

implementation 'com.github.florent37:runtime-permission:1.1.2' //for runtime permission
implementation 'com.github.bumptech.glide:glide:4.10.0' //show images
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' //view database
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1" // for viewModelScope
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1" // for lifecycleScope
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1" // for lifecycleScope

#AndroidSQLiteProject #AndroidViewBinding #InsertAndViewDataOfSQLite