SportsShoppingApp is your one stop shop for buying sports goods online in India.It is B2C now, open for all to buy sports products at an extremely affordable prices.And also participate in sports events hosted by SportsShoppingApp.
- Recyclerview
- Image Slider
- Scrollview
- Firebase Authentication
- Github
- Alertbox
- Local Database
- Intent
// Room components
implementation "androidx.room:room-runtime:$rootProject.roomVersion"
annotationProcessor "androidx.room:room-compiler:$rootProject.roomVersion"
androidTestImplementation "androidx.room:room-testing:$rootProject.roomVersion"
// Lifecycle components
implementation "androidx.lifecycle:lifecycle-viewmodel:$rootProject.lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-livedata:$rootProject.lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-common-java8:$rootProject.lifecycleVersion"
// UI
implementation "androidx.constraintlayout:constraintlayout:$rootProject.constraintLayoutVersion"
implementation "com.google.android.material:material:$rootProject.materialVersion"
//picasso
implementation 'com.squareup.picasso:picasso:2.71828'
implementation platform('com.google.firebase:firebase-bom:28.3.0')
implementation 'com.google.firebase:firebase-auth'
//Image Slideer
implementation 'com.github.smarteist:autoimageslider:1.4.0-appcompat'
implementation 'com.github.smarteist:autoimageslider:1.4.0'
https://medium.com/@prachip293/decathlon-app-b8872de83d3a
- Learned how to read and resolve the errors
- Got introduced to many new things like local database and firebase
- Learned about Authentication
- Learned how to apply the things which we have learned into bulding the app