+ 2
Is Java tutorial course enough to develop android app ?
Actually I have Completed the Java course, Can I make Android app now...? Please guide me everything I need to develop Android App..?
2 Answers
+ 2
No the Java course is not enough.
You should follow an Android tutorial:
https://developer.android.com/training/basics/firstapp/index.html
+ 2
No java is not enough to make app because it's a back-end technology which provides features to receive data from client side to server side and send data to client side. So for client side you need to learn some framework like Flutter or React Native.