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)
- Host: GitHub
- URL: https://github.com/howard-e/user-entity-android
- Owner: howard-e
- License: gpl-3.0
- Created: 2018-07-07T16:53:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T17:02:21.000Z (almost 8 years ago)
- Last Synced: 2025-03-03T00:12:24.092Z (over 1 year ago)
- Language: Java
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.