+ 7
What language is used to made android games & app ... and what i first learn mean c# ,java ? I am new here help me..
how the game are designed & what are thier basic requirments.... i learnt html & css but no idea that further what i can do for become a game develpor ... i am sure u will have a good answer ..thank
18 Answers
+ 16
you can learn c++, c#, java here
https://www.sololearn.com/Course/Java/?ref=app
https://www.sololearn.com/Course/CSharp/?ref=app
https://www.sololearn.com/Course/CPlusPlus/?ref=app
for games related queries
https://www.sololearn.com/discuss/688949/?ref=app
https://www.sololearn.com/discuss/701615/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/99903/?ref=app
https://www.sololearn.com/Discuss/448721/?ref=app
https://www.sololearn.com/Discuss/488976/?ref=app
https://www.sololearn.com/Discuss/620013/?ref=app
https://www.sololearn.com/Discuss/318078/?ref=app
https://www.sololearn.com/Discuss/498964/?ref=app
https://www.sololearn.com/Discuss/241201/?ref=app
https://www.sololearn.com/Discuss/375449/?ref=app
https://www.sololearn.com/Discuss/162813/?ref=app
https://www.sololearn.com/Discuss/247712/?ref=app
https://www.sololearn.com/Discuss/215227/?ref=app
https://www.sololearn.com/Discuss/231138/?ref=app
+ 12
@maham that's my name.😉
+ 8
Android applications can be made using Java or Kotlin (native languages), C# (with Xamarin) or Python (with sl4a).
If you plan to focus exclusively on Android development, you should go for Java and Kotlin.
+ 4
thank u #00FF00 sorry i don't know your name ☺!
+ 3
start building games in HTML5
pros
1.easy
2.small sized
3.large support base
4.various frameworks to work with like- framework7, onsen ui, jQuery Mobile etc.
cons
1.difficult to make heavy games( possible using WebGL)
you have to know more about JavaScript
very very important for game development
and first of all you should learn basics of HTML5, js, css before building games then start building tiny games with any html editor then go for tools (frameworks).
+ 3
ok u mean i first i learn the html css then java script
+ 3
You should learn Java for Android Development. Although there are many other solutions for developing an Android App. i.e. Xamarin, sl4a, Kotlin. but you should use Java for the Android Application Development.
+ 2
i am not understand these peoples says that u should learn c# and c++ for games ...
+ 2
and what is the framwork?
+ 2
Java at 1st
+ 1
@#00FF00- green🤔😎
+ 1
yes @maham is there any problem?
+ 1
go for java course if u wana develope android apps..
0
what tools or software are required to write the code for android applications
0
@maham
these are just programming languages C#, C++ needed if you start working with visual basics (a paid Microsoft product)
C#, C++ not mandatory to start building games, but it is a good practice to learn atleast C/C++
because most of open source languages depends on C/C++.
For your knowledge start with construct2, a powerful 2D game development engine very nicely build.
https://www.scirra.com/construct2
0
yes, html css then js
frameworks are combination of many things. it may contain
tools set
library sets
prebuilt codes
in short frameworks shorten our time to build large codes
e.g. in pure JavaScript we have to code 10 lines atleast for a simple ajax request, if we use framework we have to code just 1 line
0
What is the meaning of merge sort?
0
Can u give me the algorithm as well