Loading repository data…
Loading repository data…
naufalHaidar12342 / repository
Kamus berbasis Java dan menggunakan Room Persistence Library
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Sebuah aplikasi untuk memudahkan saya dalam memahami istilah hukum yang sering dijumpai pada media massa.
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.5.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.room:room-runtime:2.4.0'
implementation 'androidx.cardview:cardview:1.0.0'
annotationProcessor 'androidx.room:room-compiler:2.4.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
Android Playlist oleh Bapak Fahri Firdausillah
Room + ViewModel + LiveData + RecyclerView (MVVM) Part 1 - WHAT ARE ANDROID ARCHITECTURE COMPONENTS? by Coding in Flow
BottomNavigationView with Fragments - Android Studio Tutorial by Coding in Flow