All Projects โ†’ hanjoongcho โ†’ aaf-easyphotomap

hanjoongcho / aaf-easyphotomap

Licence: other
๐Ÿ“ท Easy Photo Map is a photomap application that displays the location of the photo on the map using the location information included in the photo.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to aaf-easyphotomap

google streetview
A command line tool and module for Google Street View Image API
Stars: โœญ 77 (+113.89%)
Mutual labels:  map, photo
linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
Stars: โœญ 39 (+8.33%)
Mutual labels:  map
gobaidumap
็™พๅบฆๅœฐๅ›พๆŽฅๅฃ่ฐƒ็”จ golang ็‰ˆใ€‚ๆ”ฏๆŒGEOใ€ๅœฐๅ€ๅŒๅ‘่Žทๅ–๏ผŒIP่Žทๅ–ๅœฐๅ€ใ€‚Baidu Map for golang.
Stars: โœญ 38 (+5.56%)
Mutual labels:  map
city-of-doors
The Map of Sigil, City of Doors
Stars: โœญ 40 (+11.11%)
Mutual labels:  map
photoselect
No description or website provided.
Stars: โœญ 39 (+8.33%)
Mutual labels:  photo
north-korea-missile-map
A map of the world using D3 and Canvas showing missile ranges
Stars: โœญ 53 (+47.22%)
Mutual labels:  map
goin
`in` operator for go
Stars: โœญ 17 (-52.78%)
Mutual labels:  map
realm-mapper-ios
Realm + ObjectMapper
Stars: โœญ 28 (-22.22%)
Mutual labels:  realm
keycloak-home-idp-discovery
Keycloak: Home IdP Discovery - discover home identity provider or realm by email domain
Stars: โœญ 42 (+16.67%)
Mutual labels:  realm
s60-maps
Yet another maps for Symbian OS
Stars: โœญ 27 (-25%)
Mutual labels:  map
Emma
Emma Memory and Mapfile Analyser
Stars: โœญ 21 (-41.67%)
Mutual labels:  map
vaguely-rude-places
The map of Vaguely Rude Place Names
Stars: โœญ 19 (-47.22%)
Mutual labels:  map
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: โœญ 27 (-25%)
Mutual labels:  map
nyc-crash-mapper
React Redux web application for viewing, filtering, & comparing trends of automobile collision data published by the NYPD.
Stars: โœญ 15 (-58.33%)
Mutual labels:  map
mapgen
map generator stuff
Stars: โœญ 26 (-27.78%)
Mutual labels:  map
cubiomes-viewer
An efficient graphical Minecraft seed finder and map viewer.
Stars: โœญ 346 (+861.11%)
Mutual labels:  map
Indoor-navigation
ๅฐ่“ๅœฐๅ›พAndroid็ซฏ๏ผšๅฎคๅ†…ๅœฐๅ›พ+ๅฎšไฝ+ๅฏผ่ˆช
Stars: โœญ 73 (+102.78%)
Mutual labels:  map
farmOS-map
farmOS Map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements.
Stars: โœญ 18 (-50%)
Mutual labels:  map
NewsReader
Android News Reader app. Kotlin Coroutines, Retrofit and Realm
Stars: โœญ 21 (-41.67%)
Mutual labels:  realm
pdq evaluation
Evaluation code for using probabilistic detection quality (PDQ) measure for probabilistic object detection tasks. Currently supports COCO and robotic vision challenge (RVC) data.
Stars: โœญ 34 (-5.56%)
Mutual labels:  map

Easy Photo Map

Awesome Awesome Kotlin Badge License

Easy Photo Map is a photomap application that displays the location of the photo on the map using the location information included in the photo.

Screen Shot

           
     

How to build

Step1. Fork or download 'aaf-easyphotomap' project.
Step2. Import 'aaf-easyphotomap' project into android studio.
Step3. Register your package name and SHA-1 signature certificate fingerprint for Google Map use.(https://console.developers.google.com/)
Step4. Define api key to 'google_maps_api.xml' file.
       - /app/src/release/res/values/google_maps_api.xml
Step5. Build 'aaf-easyphotomap' project with android studio.

Project Tree

โ”œโ”€java
โ”‚  โ””โ”€me
โ”‚      โ””โ”€blog
โ”‚          โ””โ”€korn123
โ”‚              โ””โ”€easyphotomap
โ”‚                  โ”œโ”€activities
โ”‚                  โ”‚      AboutActivity.kt
โ”‚                  โ”‚      AddressSearchActivity.kt
โ”‚                  โ”‚      AppPreferenceActivity.kt
โ”‚                  โ”‚      BatchPopupActivity.kt
โ”‚                  โ”‚      CameraActivity.kt
โ”‚                  โ”‚      FileExplorerActivity.kt
โ”‚                  โ”‚      IntroActivity.kt
โ”‚                  โ”‚      MapsActivity.kt
โ”‚                  โ”‚      PhotoSearchActivity.kt
โ”‚                  โ”‚      PopupImageActivity.kt
โ”‚                  โ”‚      SettingsActivity.kt
โ”‚                  โ”‚      SimpleActivity.kt
โ”‚                  โ”‚      ThumbnailExplorerActivity.kt
โ”‚                  โ”‚      TimelineActivity.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€adapters
โ”‚                  โ”‚      AddressItemAdapter.kt
โ”‚                  โ”‚      ExplorerItemAdapter.kt
โ”‚                  โ”‚      RecommendationItemAdapter.kt
โ”‚                  โ”‚      SearchItemAdapter.kt
โ”‚                  โ”‚      ThumbnailItemAdapter.kt
โ”‚                  โ”‚      TimelineItemAdapter.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€constants
โ”‚                  โ”‚      Constant.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€dialogs
โ”‚                  โ”‚      ChangeSortingDialog.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€extensions
โ”‚                  โ”‚      Activity.kt
โ”‚                  โ”‚      Context.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€helper
โ”‚                  โ”‚      Config.kt
โ”‚                  โ”‚      Constants.kt
โ”‚                  โ”‚      EasyPhotoMapApplication.kt
โ”‚                  โ”‚      PhotoMapDbHelper.kt
โ”‚                  โ”‚      PhotoMapMigration.kt
โ”‚                  โ”‚      RegistrationThread.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€models
โ”‚                  โ”‚      FileItem.kt
โ”‚                  โ”‚      PhotoMapItem.kt
โ”‚                  โ”‚      ThumbnailItem.kt
โ”‚                  โ”‚      
โ”‚                  โ”œโ”€thumbnail
โ”‚                  โ”‚      AsyncDrawable.kt
โ”‚                  โ”‚      BitmapWorkerTask.kt
โ”‚                  โ”‚      
โ”‚                  โ””โ”€utils
โ”‚                          AsyncUtils.kt
โ”‚                          BitmapUtils.kt
โ”‚                          CommonUtils.kt
โ”‚                          DialogUtils.kt
โ”‚                          FontUtils.kt
โ”‚                          GPSUtils.kt
โ”‚                          
โ””โ”€res
    โ”œโ”€drawable
    โ”‚      bg_button.xml
    โ”‚      bg_recommendation_card.xml
    โ”‚      circle_marker.xml
    โ”‚      circle_timeline.xml
    โ”‚      divider_card.xml
    โ”‚      frame_02.jpg
    โ”‚      frame_03.jpg
    โ”‚      ic_fast_scroll.xml
    โ”‚      ic_fast_scroll_default.xml
    โ”‚      ic_fast_scroll_press.xml
    โ”‚      ic_selector.xml
    โ”‚      ic_selector_default.xml
    โ”‚      ic_selector_press.xml
    โ”‚      intro.png
    โ”‚      selector_listview.xml
    โ”‚      
    โ”œโ”€drawable-hdpi
    โ”‚      delete.png
    โ”‚      folder.png
    โ”‚      ic_camera.png
    โ”‚      ic_edit.png
    โ”‚      ic_folder_01.png
    โ”‚      ic_image.png
    โ”‚      ic_map_marker.png
    โ”‚      ic_marker.png
    โ”‚      ic_menu_gallery.png
    โ”‚      ic_photos.png
    โ”‚      ic_search.png
    โ”‚      ic_settings.png
    โ”‚      ic_timeline.png
    โ”‚      redo_2.png
    โ”‚      undo_2.png
    โ”‚      
    โ”œโ”€drawable-mdpi
    โ”‚      delete.png
    โ”‚      folder.png
    โ”‚      ic_camera.png
    โ”‚      ic_edit.png
    โ”‚      ic_folder_01.png
    โ”‚      ic_image.png
    โ”‚      ic_map_marker.png
    โ”‚      ic_marker.png
    โ”‚      ic_menu_gallery.png
    โ”‚      ic_photos.png
    โ”‚      ic_search.png
    โ”‚      ic_settings.png
    โ”‚      ic_timeline.png
    โ”‚      
    โ”œโ”€drawable-v21
    โ”‚      ic_selector.xml
    โ”‚      
    โ”œโ”€drawable-xhdpi
    โ”‚      bg_common.xml
    โ”‚      delete.png
    โ”‚      folder.png
    โ”‚      ic_camera.png
    โ”‚      ic_edit.png
    โ”‚      ic_folder_01.png
    โ”‚      ic_image.png
    โ”‚      ic_map_marker.png
    โ”‚      ic_marker.png
    โ”‚      ic_menu_gallery.png
    โ”‚      ic_photos.png
    โ”‚      ic_search.png
    โ”‚      ic_settings.png
    โ”‚      ic_timeline.png
    โ”‚      redo_2.png
    โ”‚      undo_2.png
    โ”‚      
    โ”œโ”€drawable-xxhdpi
    โ”‚      delete.png
    โ”‚      folder.png
    โ”‚      ic_camera.png
    โ”‚      ic_edit.png
    โ”‚      ic_folder_01.png
    โ”‚      ic_image.png
    โ”‚      ic_map_marker.png
    โ”‚      ic_marker.png
    โ”‚      ic_menu_gallery.png
    โ”‚      ic_photos.png
    โ”‚      ic_search.png
    โ”‚      ic_settings.png
    โ”‚      ic_timeline.png
    โ”‚      redo_2.png
    โ”‚      undo_2.png
    โ”‚      
    โ”œโ”€layout
    โ”‚      activity_address_search.xml
    โ”‚      activity_batch_popup.xml
    โ”‚      activity_camera.xml
    โ”‚      activity_file_explorer.xml
    โ”‚      activity_intro.xml
    โ”‚      activity_maps.xml
    โ”‚      activity_photo_search.xml
    โ”‚      activity_popup_image.xml
    โ”‚      activity_settings.xml
    โ”‚      activity_thumbnail_explorer.xml
    โ”‚      activity_timeline.xml
    โ”‚      dialog_change_sorting.xml
    โ”‚      item_address.xml
    โ”‚      item_file_explorer.xml
    โ”‚      item_recommendation.xml
    โ”‚      item_search.xml
    โ”‚      item_thumbnail.xml
    โ”‚      item_timeline.xml
    โ”‚      popup_window_camera.xml
    โ”‚      popup_window_photo_map_info.xml
    โ”‚      popup_window_recommendation.xml
    โ”‚      
    โ”œโ”€menu
    โ”‚      file_explorer.xml
    โ”‚      menu.xml
    โ”‚      setting_menu.xml
    โ”‚      thumbnail_explorer_menu.xml
    โ”‚      
    โ”œโ”€mipmap-anydpi-v26
    โ”‚      ic_launcher.xml
    โ”‚      ic_launcher_round.xml
    โ”‚      
    โ”œโ”€mipmap-hdpi
    โ”‚      ic_launcher.png
    โ”‚      ic_launcher_foreground.png
    โ”‚      ic_launcher_round.png
    โ”‚      
    โ”œโ”€mipmap-mdpi
    โ”‚      ic_launcher.png
    โ”‚      ic_launcher_foreground.png
    โ”‚      ic_launcher_round.png
    โ”‚      
    โ”œโ”€mipmap-xhdpi
    โ”‚      ic_launcher.png
    โ”‚      ic_launcher_foreground.png
    โ”‚      ic_launcher_round.png
    โ”‚      
    โ”œโ”€mipmap-xxhdpi
    โ”‚      ic_launcher.png
    โ”‚      ic_launcher_foreground.png
    โ”‚      ic_launcher_round.png
    โ”‚      
    โ”œโ”€mipmap-xxxhdpi
    โ”‚      ic_launcher.png
    โ”‚      ic_launcher_foreground.png
    โ”‚      ic_launcher_round.png
    โ”‚      
    โ”œโ”€values
    โ”‚      colors.xml
    โ”‚      dimens.xml
    โ”‚      ic_launcher_background.xml
    โ”‚      strings.xml
    โ”‚      styles.xml
    โ”‚      
    โ”œโ”€values-en
    โ”‚      strings.xml
    โ”‚      
    โ”œโ”€values-ja
    โ”‚      strings.xml
    โ”‚      
    โ”œโ”€values-ko
    โ”‚      strings.xml
    โ”‚      
    โ””โ”€xml
            provider_paths.xml

License

LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].