what do i need to be android developer?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what do i need to be android developer??

Iam still learning i had already begun learning java but iam still in the first, can any one tell me which language should i start with to be an android developer?? and is there languages for apps and others for games?? which i should learn first help!!

3rd Nov 2017, 9:16 AM
yousef mohamed
yousef mohamed - avatar
7 Answers
+ 1
[ How to Develop a GAME ] First, choose your preferred Game Engine like Android Studio, Unity3D, Unreal, or something else that support Android Publishing. [I Prefer Unity3D 'cause i think C# is wayyy easier to understand than Java or C++😂] Secondly, learn the programming languange that your preferred Game Engine support. In this case, I think you've mastered Java then you need to use Android Studio Third thing is Your Design. √ Make sure you use your-own design. Don't copy another person idea. √ Make sure that your Game Design will Entertain many people. Develop your Program with Design that you Made. If you still don't understand how to make something in your app, Just post a question to another forum like StackOverflow that focus in app programming too. Don't forget to ask your friend to help you with the Design. Fourth, Learn to debug and publish Your Android Application. Android Studio Bundle have been packaged with Android SDK. Then, you just need to learn how to debug your application. Last, Publish your Application and Ask another people how Good your application is. ps: Sorry for my bad english😂
3rd Nov 2017, 10:08 AM
FakihAP
FakihAP - avatar
+ 14
Stick with Java, if you desire to be an Android app developer!
3rd Nov 2017, 9:30 AM
Dev
Dev - avatar
+ 6
You should learn the basic of JAVA in Sololearn. Finish the course. Sololearn does not provide Android course You can learn Android development in Udacity
3rd Nov 2017, 9:30 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 3
Yes. Exactly
3rd Nov 2017, 1:40 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 1
Yes, just with basic learning on game Developing, you can make your first Game. But if you want to make 3D game, you will need to learn 3D shaping or modelling too.
3rd Nov 2017, 10:35 AM
FakihAP
FakihAP - avatar
+ 1
I mean that you need Programming Languange to program the game to do what you want the game to do. In 2D Game Programming, you need object called "Sprites". The sprites is 2D Graphic that represent things in your game World like the Main Character, environtmen (grass), Background, and so on. But, in 3D Games programming, you will need 3D object that will represent things in your 3D Games World too.
3rd Nov 2017, 1:26 PM
FakihAP
FakihAP - avatar
0
Then, you need to program those sprites (In 2D Programming) to Move, to do an Action, or do something else.
3rd Nov 2017, 1:28 PM
FakihAP
FakihAP - avatar