Show HN: I built an Android game
11–20 of 68 posts
Re: Show HN: I built an Android game
#12Too bad it's not compatible with Android 2.3.3... looked fun !
Re: Show HN: I built an Android game
#13Re: Show HN: I built an Android game
#14This is not compatible with Ginger Bread... you will loose lots of potential downloaders.
Source: http://developer.android.com/about/dashboards/index.html
Re: Show HN: I built an Android game
#15This is not compatible with Ginger Bread... you will loose lots of potential downloaders.
I'm sure there is a reason for this. But it indeed is something OP may want to consider. Gingerbread is almost 50% market share. Source: http://developer.android.com/about/dashboards/index.html
The game is very decent, though; runs very well on the Nexus 7, solid gameplay, nice mechanics.
Re: Show HN: I built an Android game
#16This feels very polished. Fantastic work. How did you implement this? Is this done using RenderScript and standard layout elements or some OpenGL/gaming library?
Re: Show HN: I built an Android game
#17Too bad it's not compatible with Android 2.3.3... looked fun !
Re: Show HN: I built an Android game
#18I don't have an Android device so I can't say more than that, but it looks nice!
Re: Show HN: I built an Android game
#19Re: Show HN: I built an Android game
#20This feels very polished. Fantastic work. How did you implement this? Is this done using RenderScript and standard layout elements or some OpenGL/gaming library?
Thanks! I actually made everything with regular Android View elements and used Animator for all the animations.