0
Which is the best Android app for html,css,javascript coding?
I want a best app for improving my coding skill.plzz help me
5 Antworten
+ 1
Try TrebEdit.
+ 1
I use TrebEdit. I'm not a pro but I like this app
Let me know if I was helpful :)
+ 1
Mehedi Hasan
There are many ways to develop apps that way (which is called Hybrid or Cross Platform most of the time because you can target both Android & iOS!).
The most basic way is to use Cordova (https://cordova.apache.org/)
to wrap your app inside a Container. The problem is, Cordova doesn’t come with any real styling and also no JavaScript framework at all.
So what could you use instead?
It depends on your previous knowledge with JS frameworks and which approach you enjoy more: You can either write JS code that later compiles to native-like code or you can choose to use HTML/CSS/JS all the way.
The biggest candidate for the first case is React Native (http://reactnative.dev/)
for which you need to learn ReactJS. It’s a solid approach, you will get a near-native app performance and the UI is great as well.
+ 1
Sololearn
0
Sololearn xD