Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.18 KB

Flight Search


Another #AndroidBasics project. I used Room to get flights from data base and to store favorite routes. User input is stored with DataStore and restored on startup.


Screenshots

1. When user writes in the textfield, all possible airports containing input are listed.

2. On clicking one of the possible airport, the list disappears and the list with possible destinations appear. Each route card has a star button that allowes to add/remove route from Favorites.

3. If user removes input list of Favorites is displayed.