Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm an android developer and I want to build my first game application which is 2 player snake and ladder game(like loud star idea)
My question is If I used game board image how I will move the object to the specific cell I Know that in my code I have to use 2d array to represent the game Idea but how I will move the object to the right cell in the image I hope my qustion is clear now
Any help is going to be appreciated
Android Studio
Learn some java
Learn the Android framework
Be patient
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Hey guys I don't understand the concept of scripting in unity3d. Let's say I want to click a button and make an object move, where do I place the script in button or??? And how do I call the object to move
https://unity3d.com/learn/tutorials
These are ultra-basic quetions which suggest you haven't read the docs yet. The page linked above has video tutorials if you don't like reading.
Watch a few, download Unity, try them out, and when you have a clearer idea of what you do/don't understand, come back and ask specific questions
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to know how do I make a flowing liquid like animation in Android. I need a few ideas for this. Is it possible to do it in Android?
EDIT
As per the link given my #amitsingh in the comments below, the question can be expanded as follows. I need to use the LiquidFun physics library in an Android activity to achieve fluid animation. My aim is not creating a game but just to create an animation of that sort.
Thanks
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
i want to create a timeline that looks like this one or this one with android
who can gives me an idea on how to do or à tutorial please
thank you
You could use a charting library to get a lot of the work done easy, and customise where you need...or develop what you want from first principles to have ultimate control (will be a bit of hard work).
Try using aChartEngine (https://code.google.com/p/achartengine/), perhaps its TimeChart will get you going.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I was wondering if you can use the face detection opencv sample code and slot in a new xml file trainied to recognise the object you wanted it to.
would this work?
if not how do you do it, I have looked a few sites mainly site where it seems to suggest that its done somehow along those lines but I can't seem to get it to work, so was wondering if it is possible.
sure, that's possible.
the cascade classifier just finds, what the cascade-file was trained on, be it faces, eyes or soda-cans.
lots of existing examples here , and ofc, you can train your own, opencv comes with tools for that ( cascade_training, haar_training )
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to make a simple side-scrolling platform game inn eclipse that can be played on my galaxy s3. I cant find any videos on youtube. Can you guys give me instructions or a link on how to start my project?
Do a Google search for 'Replica Island'. It is a side-scrolling game developed by one of the guys at Google, and the source code is available online.
He used OpenGL for rendering, but you could use a SurfaceView and Canvas instead.