Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thermondo/androidcodingchallenge
https://github.com/thermondo/androidcodingchallenge
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thermondo/androidcodingchallenge
- Owner: thermondo
- Created: 2023-09-27T10:41:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T13:54:59.000Z (about 1 year ago)
- Last Synced: 2024-04-16T01:57:45.771Z (9 months ago)
- Language: Kotlin
- Size: 425 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Coding Challenge
We appreciate you taking the time to participate and submit a coding challenge.
In the next step we would like you to implement a list of image dispaly feature with unit and/or integration tests
that fetches data from [The SpaceX API](https://github.com/r-spacex/SpaceX-API/blob/master/docs/README.md)Below you will find a list of tasks and limitations
required for completing the challenge.### Application:
* Users can see space x detailed launches information
* Users can see description of the launches.
* Users can bookmark any launches and view them later.(Don't worry about sending the information to the cloud, saving it locally is good)### Important:
* test accordingly
* use Jetpack Compose
* Documentation of technical decisions you make during the challenge.
* The API implementation and the architecture of the code is completely up to you.### What if I don't finish?
Try to produce something that is at least minimally functional. Part of the exercise is to see what you prioritize first
when you have a limited amount of time. For any unfinished tasks, please add comments to your code with a
short explanation. You will be given an opportunity later to go into more detail and explain how you would go about
finishing those tasks.Have fun! that is the most important thing!
Looking forward to your submission!