0

I know there is WebView in android, but I do not want to display web page, but just create whole interface of mobile application with html, css and javascript.

I am web developer and i know these technologies most, so it would be great for me to create android UI with it.

I tried basic android views and layouts but i don't like them.

1
  • You might want to check into Apache Cordova. It let's you create apps using HTML, CSS & JS. Commented Feb 21, 2017 at 16:11

1 Answer 1

1

That's called hybrid mobile development. You can use HTML, CSS and JavaScript to develop apps that works on several mobile OS (Android, iOS and -I guess- Windows Phone). Do feel free to check PhoneGap (http://phonegap.com/).

It has advantages and disadvantages.

Advantages: Fast development, multiplatform.

Disadvantages: Performance (With native development you can take control of several features that varies from os to os), Debugging (You cannot debug as you would do with Android Studio or Xcode)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.