Monday, July 20, 2015

Memory layout in C++ vis-a-vis Polymorphism and Padding bits

Monday, July 13, 2015

Android Graphics & Animation - a Bouncing Ball Game with source code

Note: For my live lecture of the training on Android Graphics & Animation, please have a look at

https://youtu.be/kRqsoApOr9U

https://youtu.be/Ji84HJ85FIQ

https://youtu.be/U8igPoyrUf8

Last week while conducting the summer training on Android & Java, one guy requested me to help develop an Android game. I thought the bouncing ball would be the perfect example through which we can show about Android graphics and animation. However, i would strongly suggest to use professionals Game engines like cocos-2d to develop real life Game apps.

Please have a look at this app and get it from Google Play Store:

https://play.google.com/store/apps/details?id=com.somitsolutions.training.android.bouncingball

This app is  simple yet will be able to clarify many things related to android graphics to the students. I have made this game opensource and one can clone the source code from the following link.
https://github.com/sommukhopadhyay/BouncingBall

Here is a screen recording of this app.





If this helps the Android learners, i would probably be the happiest guy.