0
Guys, is it necessary to learn python for creating android apps?
my friend said that learning blender itself is more than enough.no need for coding.Im a bit confused. Thnx in advance.
4 Answers
+ 5
Not at all: python could be used on android, but is not really adapted... It's better to learn java for that ( but you have too to learn the android framework ^^ )
Note that blender can be used as gaming framework for crossover platform game development, and script with python, so you can learn python if you plan to develop with blender ( it's really adapted only if you want to make 3d apps ).
+ 4
Nope! (only Java)
+ 4
@Ty E:
You would say of "ionic" framework instead of "iconic" ?
It's seems to be based on NodeJS, so you need learn it if you "just" know HTML, CSS and JS ( even if NodeJS is based on JS, it's a layer wich add complexity, too because it means install a NodeJS server )
@ValentinHacker:
"only Java": Java too isn't necessary, it's just the development language/sdk preconized for ( and by ) google/android...
+ 2
Learn HTML, CSS and Javacript and then use the Iconic framework to build Android and IOs apps from one source code.