Skip to content

BatikPedia-Capstone/android-mobile

Repository files navigation

BatikPedia-Capstone

Repository for bangkit capstone project

CoDiNg RocKs


Android Developer Learning Path

Getting Started

Adding dependecies

  1. These are our dependency that we use
dependencies {
  implementation("androidx.core:core-ktx:1.9.0")
  implementation("androidx.appcompat:appcompat:1.6.1")
  implementation("com.google.android.material:material:1.10.0")
  implementation("androidx.constraintlayout:constraintlayout:2.1.4")
  implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.6.2")
  implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")
  implementation("androidx.navigation:navigation-fragment-ktx:2.7.5")
  implementation("androidx.navigation:navigation-ui-ktx:2.7.5")

  //glide
  implementation ("com.github.bumptech.glide:glide:4.16.0")

  //untuk rotasi gambar
  implementation("androidx.exifinterface:exifinterface:1.3.6")

  //paging 3
  implementation("androidx.paging:paging-runtime-ktx:3.1.0")

  implementation("com.squareup.retrofit2:retrofit:2.9.0")
  implementation("com.squareup.retrofit2:converter-gson:2.9.0")
  implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")

  implementation("androidx.exifinterface:exifinterface:1.3.6")

  //splash screen
  implementation("androidx.core:core-splashscreen:1.0.0")

  //room
  implementation("androidx.room:room-runtime:2.5.2")
  ksp("androidx.room:room-compiler:2.5.2")

  //circle image view
  implementation ("de.hdodenhof:circleimageview:3.1.0")

  //lottie
  implementation ("com.airbnb.android:lottie:6.2.0")


  testImplementation("junit:junit:4.13.2")
  androidTestImplementation("androidx.test.ext:junit:1.1.5")
  androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
  }
  1. How to use
    • Clone this repository
    • Checkout 'perubahan-2' branch
    • Open with Android Studio or any IDE for android development
    • Wait for the gradle to be sync
    • Launch the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages