How to become an Android Games Developer [closed] - android

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 8 years ago.
Improve this question
I want to learn and become a Game Developer for Android but I dont know where to start or what to learn. So my question is, what programme/software do I need and what coding languages do I need to learn for android game developing.
If anyone knows some good tutorial sites or links please send it as I would really appreciate any help i can get.

I recomend libgdx and Unity.
These are some links related to game development on mobile, libgdx and Unity:
http://www.kilobolt.com/game-development-tutorial.html
http://www.develop-online.net/tools-and-tech/15-essential-mobile-game-development-tools/0184480
And these are libgdx tutorial series:
http://www.gamefromscratch.com/page/LibGDX-Tutorial-series.aspx
http://obviam.net/index.php/getting-started-in-android-game-development-with-libgdx-create-a-working-prototype-in-a-day-tutorial-part-1/

You need something called a 'Game Engine' to make a (good) game. I would recommend you to use it because it has built in physics (collision, etc) and other things that will be helpful.
You can take a look at a popular game engine called Unity
This is a general android game development tutorial

Related

Where to start with Android development in 2021? [closed]

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 1 year ago.
Improve this question
I searched for this question here and there are lots of answers, but they are all outdated. I googled it and saw answers but I'm curious about your personal experience in learnin android development. So where do I need to start and what should I learn to become Junior Android Developer?
The first step should be learning Kotlin. For that, I'd recommend enroll the Kotlin Developer course on Jetbrains Academy
https://hyperskill.org
Then you can get a taste of android with this free course on Udacity.
https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012
The complete roadmap which you can follow
https://github.com/MindorksOpenSource/android-developer-roadmap
You'll find various tutorials on YouTube for every stage in this roadmap. You can even follow Google's Codelabs for various topics.
Think of building something like Instagram/Whatsapp clone. You'll learn a lot while building something on your own.

which is the best frame work for game development in android [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
i am a beginner on game development. Can anybody suggest a best game frame work for mobile game development.
It depends on your skills and your aims and goals. If you want to create a simple (or advanced AAA quality) Android game you can use Unreal Engine(free), Unity(p2p) or App Game Kit (p2p).
Best one and most popular is Unity
it has a 3d and a relatively new 2d modes u can use
and for my and many others opinion it's the best Game engine out there
read more:
https://unity3d.com/
I think for beginners as well as pro developer unity is a best platform to create games and the most important thing is that it is cross platform and provides a really good documentation give it a try.

What technology uses this tree games app? [closed]

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 6 years ago.
Improve this question
I found these 3 app on Play Store and want to base my learning course on what tehnology are they make.
https://play.google.com/store/apps/details?id=com.TreetopCrew.VirtualBeggar
https://play.google.com/store/apps/details?id=com.outerminds.tubular
https://play.google.com/store/apps/details?id=org.nanobit.cheftown
So my questions are how to make it and focus my learning on technologies they use. What frameworks is best to use and stuff like that.
I know to make basics app till now, with standard design and fuctionality, but want to learn more.
I know that the last one is little more complex, but I have a free time and want to learn, so any help will be appreciate.
Thx
I would suppose you received down votes as this is not really a question for stackoverflow. As commonsware stated, it is best practice to reach out to the developers and see if they are willing to divulge any info on what they used to develop their apps. As well there are multiple resources out there for starting game development in android. One that comes to my mind is XDA, but even just using google to dig around.
Here is a link to a game development thread on XDA
http://forum.xda-developers.com/showthread.php?t=1753131
And here is a link to the development thead mentioned in XDA
http://www.kilobolt.com
Stackoverflow is more designed and targeted to specific code problems/questions. It is not meant for individuals to ask for "how do i make this" questions.
For reference, please see the link below on what should be asked here on Stackoverflow
https://stackoverflow.com/help/on-topic

Android Programming prerequisites [closed]

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'm new to the android. What are the exact pre-requisites for android programming. As I know the basics of java, will it be helpful in learning the android programming?
Google around for tutorials. I learnt Android with no experiance in Java.
Take a look at these site
http://www.vogella.com/android.html
http://developer.android.com/index.html
Yes, it'll be. How can you develop Android app without knowing java? DEITEL- Android How to Program
will give you the basic java you need to start android development. But sooner or latter, it would help if you take java seriously. Resources are rampant on the web, just google them.

Android Augment reality implement? [closed]

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 want to implement Augment reality into my apps. any body have idea about how to implement it.
Have any demo code for it , please provide it
Thanks and regards,
Nirav modh
There is this short tutorial called Augmented Reality: Getting Started on Android which is good for a basic overview.
This previous SO question lists some of the Frameworks/APIs that can be used.
There are good news!
Google announced ARCore
https://developers.google.com/ar/
The Vuforia SDK was excellent for AR. It is free and developed by Qualcomm, so it is high quality. There are tutorials at the Vuforia developers site, and several demo apps (with source code) that come with the SDK.
developer.vuforia.com

Categories

Resources