Hi everybody, newbie here! 

In Android development, at least. I'm definitely not new to game 
development in Java, but now I need some initial advices for my first silly 
game on Android. 

All I need is a background (probably horizontally scrolling), a hot air 
balloon going up and down on the left side, and some random foes (birds, 
whatever) and bonuses on the right, moving towards the balloon. Then, I 
obviously need collision detection, since the goal of the game is to go as 
far as you can, avoiding those feathered bastards.

I've read the documentation about the graphics part, but I can't understand 
which is the best solution. I currently have a fullscreen View which draws 
the background (a simple PNG), and an ImageView with the balloon on it, 
which is animated by an ObjectAnimator...but I'm pretty sure this is an 
awful solution. 

I've read a lot about Drawables and Bitmaps, but using them drove me mad 
due to the inability to use the Animator.

So, what is the best way of drawing those things, and then animate them?

Thanks so much in advance, and sorry for my ugly english! =/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to