0
How can I copy my codes to Google Play or App Store
Can you tell me about an app or something that gives me the option to save codes like apps in my IPad or upload them to google play in an Android Device? Pd: I program in HTML, CSS and JS, so an app that can make the three at the same time (Program in the 3 languages).
7 Antworten
+ 5
Publishing an app from SoloLearn to App Store / Play Store is a very interesting and bold concept. :>
+ 5
Android Studio is the official Android IDE. You may use it to create Android apps and "directly upload it to your device", or whatever you call it, yes. Placing apps on the official app distribution platform requires a developer account, a one-time $25 fee. I think this is the guide that you are looking for?
https://www.sololearn.com/learn/1439/?ref=app
+ 4
Adding on to Hatsy Rei 's answer, connecting your (Android) phone to your computer via USB cable (typically just a charger) for debugging will add your app to your phone. This would have to be done for every phone individually, and any updates to the app would require the process to be redone.
+ 2
Here's a tutorial on adding your app to either the app store or google play store:
https://www.joshmorony.com/the-step-by-step-guide-to-publishing-a-html5-mobile-application-on-app-stores/
+ 2
So. You have your html, js, and css files:
Upload them on a server so that everyone can access them. Do this with a tool called filezilla. Enter username, password and host to connect.
Once it is online you can use an app/a website to convert that URL (https://www.example.com is what a URL looks like)
into an app.
I don't know how the app store works, but two upload to google play:
Download the developer console app. Go onto the website, and upgrade your gmail to a developer (25$). Now you can upload apps!
+ 1
Ok, I will read the PDF, and with Paul’s Method I have to pay😞
But ther was an App Called Android Studio or something like that.
And Instead of uploading them to Play or App Store, Can I upload them directly to my device?
0
Thank You