java - Clickable relief (picture) of a country -
i want have picture of country in android application. country has split in regions. when user click on specific region, specific screen should open. regions should separated lines, user can see start/end of region.
here example of country (this lines not regions example of them - 5-6 regions in reallity):
i don't know how make:
- layout kind of shape
- lines, separate regions
- onclicklisteners specific region.
any suggestion help.
you can try imagemap android. following links contains more info , related project on git hub:
http://catchthecows.com/2011/08/09/imagemap_for_android/ https://github.com/catchthecows/androidimagemap
Comments
Post a Comment