Click here to Skip to main content
15,888,263 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to create APK file from ASP website. Like Adobe PhoneGap Build. This service provides to convert HTML file into Android APK File. Is there any solution exist then kindly guide me.

Thank You,

Regards,
Muhammad Naveed Haroon

What I have tried:

I tried Adobe PhoneGap Build. But this convert only HTML files into APK file.
Posted
Updated 23-Oct-17 22:48pm

1 solution

Basically, you don't. A website is a lot more than just the HTML: there is normally a large amount of back-end code running on the Server (in C#, VB, PHP, or other languages) which will not run directly on an Android device. You can translate HTML (and probably the client side code, Javascript) into an "android app" of sorts, but to properly transfer a whole website, you would need to rewrite most of the code.

Look at Java (native android apps) or Xamarin (C# / VB on android devices)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900