Re:Trip is an Android mobile application which acts as a digital travel diary, complete with photos, text, and the necessary structure to plan your journey experiences.
Plan your trips, be present while experiencing novelty, and make sure that you spend some time writing and snapping photos of your adventures, to be able to recall them as memorable as they were the first time you made them.
Let yourself be fully immersed in a new experience, while resting assured that you won’t miss out on anything, because the plan you made is a simple step-by-step travel guide. Did you enjoy that amazing ice cream? Take a picture and add a note about it. Pay attention, feel the smell and link its taste to that of previous experiences, maybe from childhood. Let’s just make sure your memories are there to stay, not to stray away.
I developed the app using the following technologies, concepts, and tools:
To run the app:
-
Make sure you have Android Studio IDE installed on your machine.
-
Clone the repository and checkout
master
:$ git clone https://github.com/disi1/TravelJournal.git $ cd TravelJournal $ git checkout master
-
In Android Studio, open the project folder.
-
This project uses Places API, thus it needs and API Key. Get an API Key and add it to the local.properties like this:
API_KEY=YOUR_API_KEY
- Run the app using a virtual emulator or a physical device (min API level 21).
Take a look at some of the things you can do with this app:
- Note - I used SharedPreferences to only display the Splash Screen on the very first launch of the app
- Note - The cover photo can be changed for Journeys, Experiences, and Memories
Reach out at [email protected]