1

When you say android application I understand its a .apk executable. But When you say developing android application using html, does it mean we still get a .apk file or when we develop using html, is it then called as android web development, which means you won't get a .apk file. But you get a html file that runs on android browser. Is that a correct statement. Because apart from Java and C# Xamarin which will produce a .apk file, I dont think html--->.apk file never happens. So .apk file means apps similar to windows applications, and using html means we create a mobile web application?

1 Answer 1

1

does it mean we still get a .apk file or when we develop using html

It can, if you are using tools like PhoneGap.

or when we develop using html, is it then called as android web development, which means you won't get a .apk file

An HTML5 Web app, particularly with offline caching, can feel a bit like an app. However, it would be written as a Web site or Web app and distributed as such, not distributed in the form of an APK.

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

2 Comments

Thanks for your answer. So any HTML development will have apps running in browser and may be if I use phone gap I can convert the html app ---> apk and execute it standalone with out browser? Is that a correct statement?
@SARAVAN: Yes, that is the basic idea.

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.