+ 2
Is java Language is enough to make Android app??
6 Answers
+ 18
You also need XML, SQL and other "mini" languages but not necessarily.... (if you find workarounds...)
+ 18
Yes...
+ 5
You can give your app the logic, but for UI design u have to master xml. Xml is very easy to learn just like html.
+ 2
means I can make an app with Java knowledge only
+ 1
ok thanks
+ 1
you also need knowledge in the android SDK and APIs. pure Java knowledge won't be enough to make an android app.
if you use the following, it will take you through the fundamentals of an android app like making an activity and sending data between activities.
https://developer.android.com/training/basics/firstapp/index.html