+ 2
Can I Use HTML, CSS in Android studio?
I want to make an android app with good UI, but I think css will do it better than xml for styling the app 1- Is css better than xml? 2- can I use css in android studio?
2 Réponses
+ 2
Indeed. You can implement a webview and render your webpages inside that webview. That way, you can let users see your website from inside your app or even create a web app.
+ 1
??