/kamus-istilah-hukum

Kamus berbasis Java dan menggunakan Room Persistence Library

Primary LanguageJava

Kamus Istilah Hukum Sehari-hari

Sebuah aplikasi untuk memudahkan saya dalam memahami istilah hukum yang sering dijumpai pada media massa.

🧰 Dependencies

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'
}

📱 Testing Device

  1. Google Pixel 2 API 27 (Android Oreo)
  2. Google Pixel 2 API 30 (Android R)

Demonstrasi

Kamus-istilah-hukum-demo

📖 Sumber/Referensi

  1. Android Playlist oleh Bapak Fahri Firdausillah

  2. Room + ViewModel + LiveData + RecyclerView (MVVM) Part 1 - WHAT ARE ANDROID ARCHITECTURE COMPONENTS? by Coding in Flow

  3. BottomNavigationView with Fragments - Android Studio Tutorial by Coding in Flow