Skip to content

sdcode001/Favorite-Places

Repository files navigation

Favorite Places

This app helps you to lock your memories with any place that you visited or wish to visit by saving photos, some description about the place, date of visit and most importantly the google map location. this app use google map api to generate the location from latitude and longitude of a place. favorite places app ss

Functionality & Concepts used :

Following are few android concepts used to achieve the functionalities in app :

UI: To make ui beautiful and easy to interactive LinearLayout, RecyclerView, cardview, a third party library hdodenhof for circulat imageView.

Database: Here two SQlite databases is used. one to store details of a place.

Premission Management: Dexter is used to manage runtime permissions.

Camera & Storage: Camera is used to take photo of current location & storage access is used to fetch photo from phones storage.

API's:

  1. Fused location API-> to get the current lattitude and longitude of user,
  2. Google Maps API-> to show the the location of a place in Map,
  3. GeoCoder API-> to generatie a address of a place from given latitude and longitude.

Application Link & Future Scope :

it will take some time to pubish this app on playstore.here is my playstore developer account link and it will available here: https://play.google.com/store/apps/developer?id=dEySoUvIk and file APK is also available in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages