Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.98 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.98 KB

SportsShoppingApp-Project

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.

Cream and Green Simple Photo Sales Marketing Presentation (1)

To Build This Application we used

  • Recyclerview
  • Image Slider
  • Scrollview
  • Firebase Authentication
  • Github
  • Alertbox
  • Local Database
  • Intent

Dependencies

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

Links

https://medium.com/@prachip293/decathlon-app-b8872de83d3a

Lesson Learned

  • 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