Home
Softono
Android-Travel-Application

Android-Travel-Application

Open source Java
44
Stars
21
Forks
0
Issues
2
Watchers
8 years
Last Commit

About Android-Travel-Application

Android Travel Application is an Android-based travel app that lets users register and log in with credentials stored in Firebase, a cloud-based NoSQL database. After authentication, users arrive at a profile page that shows their registration details and allows them to upload a profile picture using the device's built-in camera. From there, users can select a country and access several features powered by third-party REST services, including country information from the restcountries.eu API, currency conversion via the fixer.io API, flight lookup, and an interactive map through the Google Maps API. Logout is available through an on-screen link or by shaking the device. The app combines authentication, media capture, geolocation, and external web services to deliver a practical mobile experience for travelers researching destinations relative to their current location.

Platforms

Web Self-hosted Cloud Android

Languages

Java

Links

Android-Travel-Application

This application is an Android based travel application. Users can Login/Register on the application and their information is stored on Firebase, a cloud based NoSQL Database. When a user has logged in they are brought to their profile page, which will display their personal registration information and allow them to upload a profile picture by accessing the devices built in Camera application. The user can then select a country and retrieve information on this country compared to their current location. For example users can get information on the specified country, or locate flights to the specified country, or use a currency conversion calculator or view a map of the country. These services are provided by online REST services, such as Google Maps API, restcountries.eu API & fixer.io API. The user can then logout of the application by following the specified link or simply shaking the device.