0
Java
Appart from coding java in sololearn how can I create apps with java? Sorry for my bad english.
4 Réponses
+ 1
if i am not wrong then you are till now coding just on sololearn. isn't it.
ok so first of all download JDK from oracle site(use youtube to know how to download it correctly) then try to make as many programs as you can. after some month download an IDE either eclipse or something like intelliJ and make some projects.
Then you can move on to develop android apps. Absolutely you can skip some of the process but it is much more fun. This way you can learn about things like Inheritance, and encapsulation, etc and get to know why they are important.
To develop android apps download Android studio it will take some time to download but after that you can make your apps.
An android app is just a set of screens where you define your behaviour.
+ 1
Thanks Michelle