how to apply flip animation to imageviews in android?

What all things (eg. C, C++, Java, Animation) I need to know in order to develop an android app/game?

  • Answer:

    If you use PhoneGap, then you just need HTML, CSS, and Javascript.

Alec Larson at Quora Visit the source

Was this solution helpful to you?

Other answers

If you are a Java Developer: For an app : You just need to know basic Java. Just look into the Android API for a day or two , this will give you enough idea to create some simple apps like calculators ,etc. Always start with basic apps , be clear of the concepts . You dont need to memorize the API (You hardly have enough time in your life to remember all that APIs) . Just be clear with the concepts. Make use of the autocomplete features of Java IDEs, it willl save you a lot of time. For developing brilliant UI , you might need to spend a bit of time . Dont heavily depend upon the drag and drop UI Builder as it doesnt provide you much of the control . For Android Game development using Java: First finish building some basic apps and be clear with the concepts. For small 2D games , you can build most of them using Views of Android APIs. For better looking 2D/3D game i suggest you use an external library or a Game Engine . I suggest you use libgdx . It is an excellent Game Engine with both 2D and 3D capabilities. If you are a Web Developer: Go for Phonegap , It provides APIs for web developers familiar with HTML / CSS and JS to write cross platform apps . But for developing games on phonegap: You can develop small 2D games. But high performance intensive games are generally not recomended to be developed because of performance issues.

Atul Rv

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.