You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Practice purposes) An app that searches for flights given a departure airport. It is able to save user-favorite routes using Room database. The pre-populated database of airports is also built using Room. When user opens the app, the last input (if any) from the last time the user uses the app will be pre-filled.