-
Notifications
You must be signed in to change notification settings - Fork 58
intentapi
k3b edited this page Sep 9, 2015
·
20 revisions
Other Android apps can use parts of "a Foto Finder" throught the "Intent api".
- open/view/send/sendto an image (jpg/png/gif) from a android filemanager will open the Image-View
- if mimeType="image/*" and uri starts with "file:/"
- send/sendto an image (jpg/png/gif) from android gallery will open the Image-View
- if mimeType="image/*" and uri starts with "content:/external/images/media/"
- view/send/sendto a geo-position in a Geografic-Map
- if uri starts with "geo:"
-
pick a geo-position from a Geografic-Map or from a photo that contain geo information
- if input-intent-uri starts with "geo:"
- returns null (cancel) or intent with geo-uri for the selected posion in the callers onActivityResult()
"a Foto Finder" supports these uri formats
- file:{/path/path/.../file.ext}
- examle file:/storage/sdcard0/copy/hello.jpg
- content:/external/images/media/{id}
- examle content:/external/images/media/52173
-
geo:{latitude},{longitude}?z={zoomlevel}
- example geo:53.036258,8.721771?z=11
- example geo:53,8.7
- zoomlevel 1..14 is optional. z=3 continent; z=11 streetlevel
"a Foto Finder" supports these intent parameter
- format {latitude min},{longitude min};{latitude max},{longitude max};{date min},{date max};{path}
- format noGeoInfo;;{date min},{date max};{path}
- example 1.23,2.34;3.45,4.56;2001-02-03,2005-12-31;/some/path/
- example noGeoInfo;;2001-02-03,2005-12-31;/some/path/
- for fotos without geo infos.
English:
- Homepage
- Download
- Walk Through: Gallery, Filter, Map, Folder picker
- Overview
- How to search/find/filter Photos
- Gallery-View
- Geographic-Map
- Image-View
- edit properties (exif) of photo(s).
- Filter-View
- Tags
- Virtual Albums/Bookmarks
- Folder-Picker
- AutoProcessing Automatic rename/apply exif on move/copy
- Settings
- Backup to zip
- History
- Technical infos
- supported photo properties (exif,xmp,iptc)
- Intent API for other apps to use APhotoManager
- Howtos
- Protect-mode (Extended App Pinning): Limit photos a user can see
- geotag-multible-photos
- Incremental Photo backup
- Workflow: Camera + move + rename + exif(tag, geo) to pc
- pc android photo properties (exif) sync
- Remote Problem Analysis Create a Logfile
- Filter Drill Down: Working with Picker Show-In-New
- Android 10
Other languages:
- ar Arabic العربية
- de German Deutsch
- es Spanish Espanol
- eu Basque Euskara
- fr French Français
- id Indonesian Indonesia
- it Italian Italianio
- ja Japanese 日本人
- nl Dutch Nederlands
- pt Portuguese Português, Brasil
- ro Romanian Român
- tr Turkish Türk
- uk Ukrainian Українська
- zh-CN Chinese traditional 繁体中文
- zh-TW Chinese simplified 简体中文