aashishRamamurthy / Tagsnap

Official project repository for 'Writing a Real Android App from Scratch' tutorial series.

Home Page:http://www.ashokgelal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##About Tagsnap

This is the official project repository for Writing a Real Android App from Scratch tutorial series. By the end of the series we write a real Android app - Tagsnap.

This app uses, among others, LocationManager, SQLiteDatabase, Map, and Camera etc. It allows a user to get his/ her current location, capture a picture of the location (could be a park, museum, historical landmark, or anything), add some details providing a description/ title, and selecting a category from a pre-populated list of categories. The user can either use a built-in camera, or use the Gallery app to take a picture. Later, the user will be able to see a list of all these geotagged snaps. Each item can be edited, or deleted from the list. It also has a Map view that displays markers for each of these geotagged snaps. The user can select any of these markers to see more information. These snaps will be persistent – saving all the information in a local database.

Developed By

License

Copyright 2013 Ashok Gelal

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Official project repository for 'Writing a Real Android App from Scratch' tutorial series.

http://www.ashokgelal.com

License:Apache License 2.0