App Name | Describe | Tech Stack | Google Play |
---|---|---|---|
Ajio Clone | Ajio is a one stop online fashion destination brought to you from the house of Reliance. | Android, Java, Firebase, Glide |
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation platform('com.google.firebase:firebase-bom:28.2.1')
implementation 'com.google.android.gms:play-services-auth:19.0.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.razorpay:checkout:1.6.6'
implementation 'com.facebook.shimmer:shimmer:0.5.0'
implementation 'com.firebaseui:firebase-ui-auth:6.2.1'
implementation 'com.google.firebase:firebase-auth:21.0.1'
implementation 'com.google.firebase:firebase-database:20.0.0'
- Open Android Studio.
- Go to File > New > Project From Version Control.
- Copy the link of this repositary.
- Paste the link in Url Box of Android Studio window and click on "Clone" button.