-
Notifications
You must be signed in to change notification settings - Fork 0
Technology
jackinsjh edited this page Jun 3, 2019
·
5 revisions

- Firebase Storage & Firbase real-time DB
: for storing user information (ID, PW, diary, authorization, photo information, etc) and for interaction
- Exhaustive defensive coding
: every exceptive user input(input not written, invalid input) are handled to prevent error
- Android SDK components
: for UI of the program
- Google Maps Map
: for showing Map and location marker
- Google Maps Geocoding class
: getting address information using latitude, longitude data
- EXIF extraction
: extracting EXIF information(latitude, longitude) in photo using ExifInterface class.