+ 1
Is it possible to develop an app working alone.. i am new to java
12 Answers
+ 8
Yes.
+ 7
XML (Extensible Markup Language) is used to store app data (Shared_prefs) and make layoutsâŠ
+ 3
you mean jar ? yes you can . you can also create android app with android XML
+ 3
no there is different kinds of XML . you need android studio for android development who uses java
+ 3
follow @sandeeps answer . it will be best for starters
+ 1
yes after compile you can package app, if you want to make java application then there is single .jar which is excecutable you can send it and it runs just by double click.
+ 1
thanks Sun actually, I myself is learning so I am also beginner,
anil andrid studio is ide.
yes you still need java java is the programming language which the app is programmed( the native apps)
android app has three parts as other said a java program file XML for it's layout and manifest.
if you are asking about android app then after writing code and compile it will generate a single package .apk to test in emulator it contains all images external imported libraries and the code.
0
Yes
0
is that different from java
0
is XML enough to create Android apps
0
so to conclude I don't need java for Android development ... only Android studio right guys
0
it is very difficult for beginners you should take advice from your experts
before you begin