+ 2
I have a question
So i started learning java and i wanna make an application. How can you test it and upload your app
8 Antworten
+ 2
I have a good suggestion for you,
firstly script is used for scripting language and you know Java is programming language.
also if you learn java already than learn kotlin don't go to make application now.
And if you think 🤔 you done everything
So are sure that you learn all the java concepts. if yes, than install Android studio and go to the android devlopers site where you've task to learn some more fundamental of kotlin language which is quite similar but easy & simple than java so, learn those all the things and you get experience and your question where, why, how, to work for making Android Application else if you find tough to learn kotlin it means you are not really prepared especially You don't have knowledge of Java.
+ 3
Are you asking about Java or Javascript?
Both are different languages. Your tag says Java & your description has "script."
+ 3
Before you make any application you need to learn fundamentals and further learn intermediate and advanced concepts
Try searching on web what you want to create and need to learn. Based on that create projects.
+ 3
I use VScode
+ 2
Its java
+ 1
Thank you so much!!!
+ 1
1. Write Code: Use an IDE (like IntelliJ or Eclipse) to write and test your Java code.
2. Compile: Package your code into a .jar file.
3. Upload: Share on GitHub or deploy on a cloud platform (e.g., AWS, Heroku) if it’s a web app.
+ 1
That's good too