Android Game Framework [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm a Flash developer looking to get into Android/iPhone game development.
Android is more important to me, because I don't have any iOS device to test on, and I don't really like apple either :P (could you blame a flash developer for that?)
What is a good game framework for developing android games? Multi-platform is always a huge bonus but not everything for me.
I've been looking at Rokon and it seems ok, but the tutorials/examples are a little sketchy.

You should also give AndEngine a shot.

This question on GameDev may provide some insight. :)

If you're familiar with Flash, you might want to look into Adobe AIR for Android.

Now cocos2dx is also great ,it is in c++ so it give the FPS also you can easily port to any other OS. It is also difficult to start, after learn it provide more promising then any other engine.
http://www.cocos2d-x.org/
Thank you.

I like to use libGDX. Uses Java, documentation has gotten better, and quite a few games available for it.

Related

Which Game Engine should I use [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hey I am new to GameDevelopment and just took up an assignment to make a simple game for Android.
I am stuck with the very first step of choosing the GameEngine.
Its a very simple game with one actor which can be dragged left - right to skip the obstacles falling from the top.
I will need Collision detection, and may be {gravity}, on drag listeners also.
Please help me by suggesting which engine i should go for.
I prefer open source and need to end this game very very soon, so please suggest accordingly.
Thanks in advance.
I definitely vote for LibGDX as I mentioned in here: How to create an Android 2D game?
LibGDX is very user-friendly, has a really good documentation with official wiki, and it's also multiplatform with desktop being one of them - no need for emulator or device to test the majority of the functionality and tiny changes, because it can run as a desktop app. Makes the development much faster.

Gen Android app from Objective-C source code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm developing an application in Objective-C. Is there a way to translate Objective-C based source code into an Android based source code without developing an Android app from scratch?
I don't think so, usually people look at things like monotouch and phone gap before development time.
jumping languages and platforms like that would be very very tricky.
This might help: https://code.google.com/p/objc2j/
Converting the code perfectly would be near impossible, but this does exist.
Keep in mind though that Android is very different from iOS, and porting an app like this will almost definitely not work out for you.
It would be much more worthwhile to write it from scratch on Android if you are serious about having a market on the platform.

Android development for beginners [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to learn Android development and create mobile apps. What would be the recommended resources (There's too many on the web)?
Obviously http://developer.android.com/guide/index.html & http://developer.android.com/resources/index.html, this should be enough for starters.
If you really learn and exercise what's written there you'll have a very solid foundation. Many other pages might be good but that's where you should start because you'll always come back and learn something new.
As others suggested, http://developer.android.com/index.html should be the bible for learning android. Moreover, as the world of Android is too wide, I would suggest you to take up an idea (NO matter if it is very simple) and then try to search out blogs and tutorials on the particular features you want to implement in the same idea.
Even GitHub provides a lot of ready projects. clone them and try to understand the implementation by Googling the unknown packages and words.
This would give you a better learning experience.
Defiantly check out the blogs, they helped me so much! I also emailed the authors and they really provided great feedback. Also, when you have an app, ask your family and friends for advice! This blog helped me so much! http://www.droidnova.com/
Try Basic4Android, google it, i do not intend to spam. It will get you started with the OS and if you don't want to stay with basic go to java with knowledge.

Available Options for Mobile Development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am interested in starting Mobile application Development.There are many suggestions on internet but,I wanted to have some starting guidelines from professional People out there like how they do it and what they use also
1.I want to develop Android Applications can you suggest me Simulator as well as good Starting Point(like links to tutorials)?
2.I have worked on c/c++/c# so is it going to be hard to learn Android?
I know this is a bit theoretical
question that may invoke long
discussions but i wanted to set
starting point not only for me but for
others who see this thread so that
they do not have to post question,Yet
get answer that how it is
professionally done
You need the android SDK (including emulator)
You should learn "android" as an operating system / middleware, but the applications are written in Java (using android SDK as well). The tutorials and documentation that are in the android developers' site are pretty good and will give you the basics, but you should learn Java in order to create applications on android.
Unlike other "Documentation sites", the android documentation is really really helpful and easy to understand for new-comers.
p.s. I am ignoring native code and C libraries in purpose.

when to go from java to android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am currently reading beginner programing with java for dummies second edition by barry burd, when i finish should I start learning android (if so any recommendations) or more java (again recomendations greatly appreciated) tyvm in advance
I do not know of your personal motivations, but I would say that java is always a better choice for learning your way around. In Java, you can easily run and test your program, without having to worry with load times of emulators or having to look among the emulator's log window for your own occasional debug messages.
Doing so will not be limiting to you, in the sense that Java is a universe in itself (as is Android).
Android is a mobile platform easy to get started with though, but having a stronger background of how things work in Java will benefit you there, and that background will eventually be faster to achieve by using Java for a start.
Depends on how comfortable you are with Java at the end of the book. Much more important than just reading a book, is actually writing some code. Try to think of something that interests you, and write a program for it (400+ lines of code), and see if you feel like you're not having much trouble. If you are, more java, if not, you can go ahead and try the android API. Its not easy, mind you.

Categories

Resources