In this project, the user must login first then can see products, make search and see the details. I took these datas from "https://dummyjson.com"
Username: kminchelle
Password: 0lelplR
Pages in the app |
---|
Main |
Product Gallery |
Detail |
- Glide
implementation 'com.github.bumptech.glide:glide:4.15.1'
- Retrofit
implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.9.0'
- Converter-Gson
implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.9.0'