80 likes | 223 Vues
GeoDiary is an innovative Android app designed to let users share their geographic locations along with personal notes. The project, initiated by Jonathan Wey, Michael Rüegg, and Sergii Bilousov, aims to provide a straightforward interface for storing and sharing geo locations linked with descriptive texts. Through this mini-project, we learned essential Android app programming skills, including layout usage, integrating Content Providers, and working with SQLite databases, all while creating a user-friendly and functional shared service.
E N D
Travel Diary Mini Project 06.03.2011 Jonathan WeyMichael RüeggSergii Bilousov
Motivation • You want to share your geo location with a personal note to your friends on the Internet • You want a basic functionality for a shared service that you want to implement • We want to get acquainted to Android app programming
Goal The goal is to design and implement an app where a user can store geo locations, each linked with a describing text to a server.
Leasons Learned • How to use Layouts • How to use ContentProviders • How to use SQLLite • Etc.