App fetches data from the SpaceX api and displays in a user-friendly way. User can change time period for the viewed flights. Also clicking on the flights in the list, user will be redirected to the article about selected flight.
Model View Presenter. I tried to adhere to the structure. Every action is set in the interfaces.
It's been a month since I've started using Kotlin. Now it's pretty comfortable to use it, but still have to practice way more, and start making use of Kotlin features.
No libraries were used, as it was stated in the task. Fetching network data using AsyncTasks.