safaorhan / succulent-shop

An educational project for Trendyol Android Bootcamp 2021
18 stars 11 forks source link

Assignment: Integrate Signup and Related Products API #3

Open safaorhan opened 3 years ago

safaorhan commented 3 years ago

Background

In the lectures we've seen how to work with Retrofit to consume REST APIs. You need to apply that knowledge to integrate Signup and Related Products APIs.

You can use the Insomnia workspace to see the request and response formats.

Also we couldn't find any chance to add the circular progress indicator to our app, in this assignment you also need to add that.

Finally, you need to handle session related stuff (skipping login flow until the user logs out).

Todo

Signup API

Related Products

Circular Progress Indicator

Logout Action

Skip login flow when user is logged in