Can we create app by using only java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Can we create app by using only java ?

I want to know that can we create app only using java without any other apps except java compiler

31st Aug 2020, 3:59 PM
ARUN KUMAR K
ARUN KUMAR K - avatar
25 Answers
+ 9
Yes it’s possible but if you also use applet, it will be better.
2nd Sep 2020, 12:51 PM
Developer Ratul
Developer Ratul - avatar
+ 6
If you mean Java as the only programming language, then yes.
1st Sep 2020, 10:33 PM
Sonic
Sonic - avatar
+ 4
#HBhZ_C applet and java swing are they classes or library of java
31st Aug 2020, 4:36 PM
ARUN KUMAR K
ARUN KUMAR K - avatar
+ 3
No, you can create app using many programming languages. In case of Java ,it is mostly used in making android apps, swift for ios. Now a days kotlinbis getting popular too for Android app.Use Official Android Studio for making Native android app using JAVA.
1st Sep 2020, 1:17 PM
Abid Adhikari
Abid Adhikari - avatar
+ 3
Ofcourse you can,most android apps are made of java.
2nd Sep 2020, 4:48 AM
Aditya Raj
Aditya Raj - avatar
+ 3
Aarav Baid sir i know .but i asking that only with program language and compiler can we create a app
2nd Sep 2020, 5:31 AM
ARUN KUMAR K
ARUN KUMAR K - avatar
+ 3
ARUN KUMAR K Oo sorry did you mean that,ok then Nope, you should know html, css/php for visual looks, but the main structure could be coded using only java script
2nd Sep 2020, 8:00 AM
Aarav Baid
Aarav Baid - avatar
+ 2
Import applet or java swing and you can make what you want.
31st Aug 2020, 4:02 PM
HBhZ_C
HBhZ_C - avatar
+ 2
Yeahh You are able to creat android app only with java but if you use xml with it than it will more easy to creat gui for android as compare to java.
31st Aug 2020, 6:18 PM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
+ 2
It`s depended about your article that is mean! What is the kind or type of your app.
1st Sep 2020, 11:50 AM
Fareed
Fareed - avatar
+ 2
Yes but how ?
2nd Sep 2020, 5:17 AM
Samiksha Singh
Samiksha Singh - avatar
+ 1
I don't know really what is applet or swing in java class or libraries but i think they are lib in java archives that we use to create gui app ARUN KUMAR K .Use at sign (@) instead of # to note a user name.
31st Aug 2020, 4:40 PM
HBhZ_C
HBhZ_C - avatar
+ 1
Martin Taylor then how can i create apps using java programming app only
1st Sep 2020, 3:26 AM
ARUN KUMAR K
ARUN KUMAR K - avatar
1st Sep 2020, 3:28 AM
ARUN KUMAR K
ARUN KUMAR K - avatar
+ 1
Hello Java is the language of choice as the Android development system as well as the Android Studio IDE is written in Java. You can indeed use different languages (C# and Delphi to name the first that come to mind), but I decided to stay with Java for a number of reasons but the most significant one is the following. The upgrade rate of the development tools is extremely high. Every week or two, you are warned that a new version is available and some seconds later you get some bug fixed, some API upgrade and so on. Moreover, developing under Android is not so simple as there are many possible versions of the OS against which you can decide to develop, many possible target tools and so on. If Google decides to upgrade, then the first tools to be upgraded will be those for Java development, and only after all the other development environments will be updated, weeks or even months later. *** If your application has only few dependencies on the device features, for instance shows the contents of a remote database or shows some form of graphics content, a viable alternative is that to develop your application in a mix of HTML5 and JavaScript. There are ways to wrap all this up in a single Android application but you develop in a completely computer-neutral environment and you can even use your application on a desktop computer if you develop this way I hope this will help to you
2nd Sep 2020, 5:46 AM
Ishan Shah
Ishan Shah - avatar
0
But another question I have
31st Aug 2020, 4:40 PM
ARUN KUMAR K
ARUN KUMAR K - avatar
0
Can we assign a number from a string array to a integer variable? Pls help with this Cuz I need know so that, I solve the "decompress text "problem in solo learn
31st Aug 2020, 4:42 PM
ARUN KUMAR K
ARUN KUMAR K - avatar
0
HBhZ_C thanks bro
31st Aug 2020, 4:44 PM
ARUN KUMAR K
ARUN KUMAR K - avatar
0
No, You can create apps with different languages
1st Sep 2020, 12:27 PM
Aarav Baid
Aarav Baid - avatar