Witch one? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Witch one?

Android. Web.

29th Mar 2018, 10:59 AM
Reza Barati
Reza Barati - avatar
4 Answers
+ 4
Now, let's come to android development. Android development is also fun to do, but it requires good skills not just as a java developer, but as a programmer, as a problem solver. To build an android app, you need: - Java: you must be well informed with core java concepts. Class, objects and OO features are what android will assume at every step. You must do really well in java. - Design: You also have to design your app yourself (unless you have a team). So, you must be well touched with android SDK, features and tools it provides, design guidelines (material design) and optimization process. - Then, you will need to host your app. You can do this usinh Firebase or GCM, but to write the server and use Google features, you must write your backend in java or python. - To add even more interactivity, you need JS to write spinners, loaders, progress bar and enhance web views.
29th Mar 2018, 11:22 AM
Baraa AB
Baraa AB - avatar
0
what is CSS
29th Mar 2018, 1:43 PM
Mustapha Ibrahim
Mustapha Ibrahim - avatar
0
what is CSS
29th Mar 2018, 1:44 PM
Mustapha Ibrahim
Mustapha Ibrahim - avatar
0
@Mustapha Ibrahim CSS is Cascading StyleSheet which is used on websites to make it look pretty
29th Mar 2018, 4:04 PM
TurtleShell
TurtleShell - avatar