-
Notifications
You must be signed in to change notification settings - Fork 0
Required technology
kim jinkyum edited this page Apr 5, 2019
·
3 revisions
- Android programming
: network using socket library for sharing diary (server-client network)
- My SQL DB
: stores user information (ID, PW, diary, authority, photo information, etc)
- JDBC
: for merging Android source code and DB
- XML
: for UI of the program
- Geocoding class
: get address infromation by using latitude, longitude data
- EXIF
: get EXIF information(date, latitude, longitude) on photo using ExifInterface class.