This project is a dummy shop application using the Retrofit library. This is the 6rd homework I prepared in my "Turkcell - Geleceği Yazanlar" course.
Pages in the app |
---|
Login Screen |
Home Page |
Products Screen |
Product Detail Screen |
You can use "kminchelle" and "0lelplR" for login screen
id = "kminchelle" pw = "0lelplR"
Glide
implementation 'com.github.bumptech.glide:glide:4.15.1
Retrofit
implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.9.0'
implementation group: 'com.squareup.retrofit2', name: 'converter-gson', version: '2.9.0'