Developing 2D Games on Android [closed] - java

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
Are there any useful libraries that can be used to make 2d games? I am familiar with android development, but never made any games.
I guess its more of a general questions for helping me to get started.
Thank you.

Why not try out AndEngine? It's a free 2D OpenGL Android Library that you can use to create 2D games on the Android system with OpenGL.

Related

How to work with face recognition in Java? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
Please explain me any face recognition library in Java.
I'm unable to find any library for face recognition in Java if any link is there please send me that link.
OpenCV is a good library for face detection applications.
There are some examples of face detection applications.
Link: http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html
You could give faint a try. If that doesn't satisfy you check also here.

Programming for Nokia 6700 classic (in Java) [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
Does anyone know any resources to start programming in Java for Nokia 6700 classic (not touch screen)? Thanks.
P. S. Here is an image of the phone I want to program for:
As far as I know, apps for these kinds of phones can be made with Java Micro Edition (Java ME), but I wouldn't count on it being a pleasant experience.

BBC iPlayer radio app for Android - Wheel Navigation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
Does anybody have any idea how to recreate the navigation wheel in the BBC iPlayer radio shown here:
Is it done with a viewpager, graphics? Or are there any libraries available to produce something similar?
Thanks.
A little late however a new library has recently been posted on GitHub that does exactly what I required.
https://github.com/LukeDeighton/WheelView

Java Blog and forum implementation [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 developing an application using jsf,hibernate.
I have to create module for user blogs and forum.
Is there any way to integrate and configure or i need to develop it from the scratch.
Please help.
JForum (www.jforum.net) is nice to work with, easily configurable, and you could embed it in your site.

Do you know good JMonkeyEngine tutorials and docs? [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 interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can only find either really basic and/or incomplete stuff, like these on http://jmonkeyengine.org/, or really specific ones. Do you know some "from beginner to expert" tutorial for JMonkey?
http://jmonkeyengine.org/wiki/doku.php/jme3 has a complete series of tutorials for jME3. They just haven't been accessible via google until now..
http://jmonkeyengine.org/wiki/doku.php/jme2:jme2 has a series of tutorials for the now community-supported old jME2
Actually, the best I found is this one:
http://www.theprogrammersweblog.com/2008/12/3d-game-programming-in-java-using.html
It's incomplete (but maybe it will be completed someday), but 11 parts are already available.
The aim is to create a complete Asteroid game.
Hey check this Game Making PDF

Categories

Resources