2013-11-02 00:16:14 +00:00
|
|
|
|
Categories:Science & Education
|
2013-03-26 19:47:31 +00:00
|
|
|
|
License:Apache2
|
|
|
|
|
Web Site:https://github.com/johnnylambada/WorldMap
|
|
|
|
|
Source Code:https://github.com/johnnylambada/WorldMap
|
|
|
|
|
Issue Tracker:https://github.com/johnnylambada/WorldMap/issues
|
|
|
|
|
|
2013-06-15 16:23:15 +00:00
|
|
|
|
Auto Name:
|
2013-03-26 19:47:31 +00:00
|
|
|
|
Summary:Display a world map
|
|
|
|
|
Description:
|
2013-04-09 21:38:55 +00:00
|
|
|
|
WorldMap is a simple Android app that displays
|
2013-03-30 19:51:36 +00:00
|
|
|
|
[http://upload.wikimedia.org/wikipedia/commons/3/33/Physical_Political_World_Map.jpg a map]
|
2013-03-26 19:47:31 +00:00
|
|
|
|
of the world taken from Wikimedia and allows the user to scroll around on it.
|
2013-05-01 10:20:35 +00:00
|
|
|
|
The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info
|
2013-03-30 19:51:36 +00:00
|
|
|
|
[http://en.wikipedia.org/wiki/File:Physical_Political_World_Map.jpg here])
|
2013-03-26 19:47:31 +00:00
|
|
|
|
|
2013-05-01 10:20:35 +00:00
|
|
|
|
The map itself is quite large (6480x3888), so it’s way too big to fit in
|
2013-03-26 19:47:31 +00:00
|
|
|
|
memory all at once (over 48MB). The VM heap size Android supports is either 16
|
2013-05-01 10:20:35 +00:00
|
|
|
|
or 24 megs, so we can’t fit the whole thing in memory at once. To overcome
|
|
|
|
|
this, WorldApp uses the BitmapRegionDecoder API (available as of Android 2.3.3)
|
|
|
|
|
to decode just what it needs to display. The app can also serve as a viewer
|
|
|
|
|
for arbitrary images opened via a (3rd-party) file manager.
|
2013-03-26 19:47:31 +00:00
|
|
|
|
.
|
|
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
|
Repo:https://github.com/johnnylambada/WorldMap.git
|
|
|
|
|
|
2013-03-28 19:04:09 +00:00
|
|
|
|
Build Version:2.0.2,5,version-2.0.2,subdir=worldmap,update=.;../library,\
|
|
|
|
|
prebuild=rm -rf release && mkdir src
|
2013-03-26 19:47:31 +00:00
|
|
|
|
|
|
|
|
|
Auto Update Mode:None
|
|
|
|
|
Update Check Mode:Tags
|
|
|
|
|
Current Version:2.0.2
|
|
|
|
|
Current Version Code:5
|
|
|
|
|
|