[android-developers] Re: Advice for a strategic game map

2012-11-12 Thread Martin
If a 2D map is required i'd suggest you look at using OSMDroid and creating a custom tile layer for the galaxy background: http://code.google.com/p/osmdroid/ You can then use the OSMDroid classes to add planets and spaceships etc. And you can detect taps and long taps on these planets and

[android-developers] Re: Advice for a strategic game map

2012-11-11 Thread Nobu Games
If you want to use 3D graphics then you need to brush up your OpenGL knowledge and optionally use one of the available game engines out there that also support Android. If it's 2D and performance is not a big concern then you can write your own custom View for that map (you also could create