What are the benefits and drawbacks of using Web development languages for android? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

What are the benefits and drawbacks of using Web development languages for android?

If you design an android application based on web development languages such as HTML, CSS, JS and PHP, what will be the benefits and drawbacks?

25th Feb 2018, 10:11 AM
Syed Riyaz Uddin
Syed Riyaz Uddin - avatar
1 ответ
+ 3
To do this you would basically have an Android application that uses a WebView and embeds your web content, which has a lot of drawbacks performance-wise. I'm not an Android developer but I would think you would lose out on system-level APIs that allow you to do much more on the target platform. Kotlin with Android studio is recommended for Android applications. If your application is completely web-based, why not just a website? You wouldn't need to worry about platform-specific concerns
11th Mar 2018, 2:19 AM
Sean Patrick Franklin
Sean Patrick Franklin - avatar