credits go to Pasquale Di Maio, Fabrizio Guillaro, Ivano Iodice, Fabio Maresca; this is an Italian team, so the ReadMe is built in two English sections and the Italian Introduction as well:
- English summary
- Repository organization
- Italian summary
Travelgram allows you to store and share with friends your memories:
- interact with a ScratchMap where you can find in green the countries you have visited and in yellow those that you want to visit in future (marked as "wish").
- add and see your memories (images, texts, comments).
Look at your friends' experiences too:
- follow who you know and/or who you consider interesting, view their memories and reviews.
- manage your friendlist, login with facebook and follow automatically your facebook friends.
- Click on the “new Memory” button, where?
- in the main interface (the ScratchMap);
- first click on the “show cities” botton (on the main interface) and then click on a country of the map.
- Add one or more images from your phone gallery.
- Choose the city/country name; these two will be automatically chosen if you are in the 1.b scenario.
- [Optional] Add more informations as place and date.
- [Optional] Add a textual description of the memory.
- Click on “Share”.
This section is widely descripted in the documentation, but is reported in the readme too in order to simplify the navigation in the repository. The structure of the repository is:
.
├── apk_and_documentation : contains the APK, documentation, UML diagrams and a readme
│ ├── Travelgram_Lyx : LaTeX source for the .pdf documentation
│ ├── README_userGuide.txt : guide for the new user
│ ├── Travelgram - Di Maio, Guillaro, Iodice, Maresca.pdf : documentation
│ ├── travelgram.apk : APK
│ └── travelgram.vpp : is the Visual Paradigm file that contains UML diagrams
├── code/Travelgram : contains the application code
│ ├── app/src/main/java/com/psss/travelgram : contains the packages with the java classes
│ ├── app/src/androidTest/java/com/psss/travelgram : contains the test cases
│ ├── app/src/main/res : contains the resources
│ └── app/src/main/AndroidManifest.xml : the app manifest
├── images : contains the pictures used for this readme
└── README.md
Con Travelgram puoi conservare i tuoi ricordi e condividerli con gli amici:
- interagisci con una mappa interattiva e visualizza i paesi visitati (verde) o che intendi visitare in futuro (giallo);
- aggiungi e visualizza le tue memories (immagini, testi, commenti).
Osserva le esperienze di altri travelers:
- segui i tuoi amici o persone che reputi interessanti, visualizza le loro Memories e recensioni.
- gestisci la tua lista amici e segui automaticamente gli amici di facebook registrandoti all'app tramite il profilo facebook.
- Clicca sul bottone “new Memory”, dove?
- nella schermata principale (la ScratchMap);
- cliccando sul bottone “show cities” sulla schermata principale e selezionando una città sulla mappa.
- Aggiungi una o più immagini dalla galleria del cellulare.
- Seleziona i nomi della città e del paese; nel caso (1.b) i campi sono riempiti automaticamente in base alla città indicata.
- [Opzionale] Aggiungi informazioni aggiuntive come luogo o data.
- [Opzionale] Aggiungi una descrizione testuale del ricordo.
- Clicca su “Share”.