Skip to content Skip to sidebar Skip to footer

Adding Interactive Movie To Android Application

I'm building a new application to the Android platform and I need to add an interactive movie that would show to the user, how to use the application. I want something like the vid

Solution 1:

Angry birds doesn't use the the Android Ui elements. They use a custom framework to show their dialogs. Therefore you will need to customize your own dialog as well.

If you your application really needs a video to demonstrate its use, maybe you should reconsider your application functionallity. Maybe a simple application will do with a set of screenshots and annotations.

Post a Comment for "Adding Interactive Movie To Android Application"