An open API service indexing awesome lists of open source software.

https://github.com/howard-e/user-entity-android

Android Application calling mock routes (Klarna)
https://github.com/howard-e/user-entity-android

Last synced: 22 days ago
JSON representation

Android Application calling mock routes (Klarna)

Awesome Lists containing this project

README

          

# User Entity
A simple Android application created to call mock routes specified by Klarna.

## What's Done
- [x] Calls user information retrieval route.
- [x] Displays appropriate information on screen based on information retrieved from the route.
- [x] User's avatar is rounded.
- [x] Calls delete user profile route.
- [x] Displays appropriate information on screen based on whether or not the mock deletion was successful.
- [x] Refresh button added to toolbar.