项目作者: sang-ng

项目描述 :
Shoe Store App for the Android Developer Kotlin Nanodegree by Udacity & Google
高级语言: Kotlin
项目地址: git://github.com/sang-ng/Shoe-Store-Inventory.git
创建时间: 2020-12-08T18:43:14Z
项目社区:https://github.com/sang-ng/Shoe-Store-Inventory

开源协议:

下载


Shoe Store Inventory

A shoe store inventory app to save shoes with their price, brand, size, and description.

Screenshots

Screenshot 1
Screenshot 2
Screenshot 3

Dependencies

  1. // KTX
  2. implementation 'androidx.core:core-ktx:1.3.1'
  3. // Navigation
  4. implementation "android.arch.navigation:navigation-fragment-ktx:1.0.0"
  5. implementation "android.arch.navigation:navigation-ui-ktx:1.0.0"
  6. // Lifecycles
  7. implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
  8. //UI
  9. implementation "com.google.android.material:material:1.3.0-rc01"
  10. implementation "com.airbnb.android:lottie:$lottieVersion"
  11. implementation "androidx.activity:activity-ktx:$activity_version"
  12. implementation "androidx.fragment:fragment-ktx:$fragment_version"

Built With

  • Databinding
  • Navigation Controller
  • RecyclerView
  • Single Activity architecture