Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi All,

I basically want to draw a map on the screen, this will all be done using draw on canvas (this I can do). The map will have a similar structure to a maze.

However the problem I am having is my overall map is 1000 x 1000, however I only ever want the user to see 10x10. Then every time the user moves (arrows or touch & drag) the app automatically draws the next bitmap within the 1000 x 1000 sequence until they reach the end.

I would also like to add a birdseye view where the view is zoomed in filling up 70% of the Android Screen.

Can anyone point me in the right direction to solve this?

Thanks
Posted
Comments
GPUToaster™ 25-Oct-11 6:18am    
This is a repost....Administrators please note this.
http://www.codeproject.com/Questions/271909/Android-Development-2D-map-with-birdseye-view/?cmt=167289#cmt2_271909

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900