আমাদের এই কোড টেমপ্লেট ব্যবহার করে আপনি যে কোন ওয়েব সাইট এর ফাইল গুলো দিয়ে অ্যান্ড্রোএড অ্যাপ বানাতে পারবেন। Create an Android App based on web-site files.

GitHub Code By Us: Create an Android App based on Static Web-Pages

The coe is at: https://github.com/sayedjustetc/android-apps-by-justetc/tree/master/justetc-app-with-justetc-com-files

This app actually has the content of the justetc.com corporate info web-pages in static HTML - sure JS is there.

You can use this as a template and make an android application based on any web-site.

Just use "git clone https://github.com/sayedjustetc/android-apps-by-justetc.git"

Then then put your entire, static HTML based content under "app/src/main/assets/www" folder.

Then clean the project, rebuild/build the project, and run-app with Android Developer Studio.

You will be fine.

If you are using Eclipse - there will be an way to import the project.

This is Grade based project.