Skip to main content

How to create an android app just using HTML?

Hello everyone,In this today's tutorial I am going to teach you to build android apps on android phone just using html.
In this present time ,there are many ways of building android apps such as coding ,from scratch e.t.c.But the way I am going to teach is very simple.No special knowledge of any programming language is required.

App builder is an android app that allows you to develop android apps without coding.It is developed by serakont.Download it from playstore.App Builder allows you to create your own Android apps from HTML content. No coding is necessary for basic needs - just use any web page design tool to make the content. The content may also include pictures, scripts, CSS, etc.
After opening app builder it will display the options as given in the picture:

New
Click NEW button in the action bar to build new app project.

To edit existing app
Click on the app in the app list.

To build and run the app
Click BUILD button in the action bar.
If Android blocks the installation of your new app, open the Settings app, go to Security section, and switch on Unknown Sources.

What is Label?
Label is the name of the application. It is displayed under the app icon on the launcher screen.

What is Icon?
Icon is a small picture representing the app. It is displayed on the launcher screen.
When you choose an image to be used as an icon, it will be scaled to 144x144 pixels. This may cause some distortion.

What is Content?
Content is the initial HTML content that is loaded when your app starts.

What is Assets Folder?
Assets Folder is the folder with your files. The whole folder and all its sub-folders will be included in the app. Files in the Assets Folder can be referred to in HTML as file:///android_asset/filename.ext.

What is Package Name?
Package name identifies an app in Android. Same package name means same app. When you install an app, Android checks if there is an installed app with the same package name. If yes, the app will be replaced with the new one. Package name may only contain lowercase letters, digits, underscores ("_") and dots.
Choose a name that is unlikely to be used by any other app.

What is Version?
Version is a number that becomes important when you distribute your app. For example, after publishing an app on Google Play, you can only update it with an app that has a higher version number (and the same package name).

How to link to other HTML pages?
<a href="file:///android_asset/AnotherPage.html"> Link to a file in the Assets Folder </a>

<a href="file:///sdcard//ExternalPage.html"> Link to a file on the device memory card </a>

For security reasons, links to web pages on the Internet will be opened in a browser, not in your app.

Testing

You can test the content of your app without rebuilding it. In the content activity, click TEST. This will only work if your app has already been built before.


Start a new app by clicking new option.After that you need to add all the initial html contents of your app.Other languages such as JavaScript for dynamic content and CSS for styling can also be included in the content.After that all the assets or resources of the app such as pics videos audios should be placed in the asset folder.Required app name app icon app package name and app version should be entered in their respective field and click on the build options to build the app.

Comments

  1. Customized Enterprise App Development is the need of the hour since it can improve productivity & simplify enterprise activities.

    ReplyDelete

  2. Thanks for sharing, if you want more benefits then remain connect with us.

    App Builder Crack

    ReplyDelete
  3. I like your all post. You have done really good work. Thank you for the information you provide, it helped me a lot. I hope to have many more entries or so from you.
    Very interesting blog.
    Postbox Crack
    Hetman Office Recovery Crack
    Unhackme Crack

    ReplyDelete

Post a Comment

Popular posts from this blog

Some cool tricks of ES file explorer.

In this article, I will be teaching you some cool tricks to es file explorer. As we all know that es file explorer is one of the full featured file manager app for android.It has wide range of features such including advanced file managing, mobile root folder exploring, junk cleaning e.t.c.You can download es file explorer from here .So get into our some cool es file manager tricks. Trick#1: View saved wifi password This trick only works on a rooted phone.So to view the password, firstly turn on the root explorer by swiping from left side amd selecting root explorer option. After that follow these steps: 1)Swipe from the left side.Go to Local and select device directory. 2)Now click on data folder. 3)You will get bunch of some folders.Select misc. 4)After that again choose wifi folder. 5)Scroll down little bit and you will get text file named as "wpa_supplicant_hisi.conf".Open it using es text editor now you will get all the wifi with their SSID(Name) ,BSSID and...

Techtalk #1: Explanation of android rooting by Binit Ghimire

Hello friends, welcome to this first techtalk.This techtalk covers all about rooting android phone, its advantages and disadvantages. I had a short conversation with Mr.Binit Ghimire, founder of Binit Games and admin at Tech Sanjal .He is tech enthusiast with knowledge in programming field as well as computing and internet.I asked him some questions about android rooting and he gave very understandable and deep answers to me. So here is the techtalk with him consisting questions and answers. 1) Actually what is meant by rooting? Ans:He told that rooting is a process of gaining deep access to the administration of the device.It helps user to get full access to android system. It allows to perform several takes related to the control mechanism of the device. In android, it's known as 'rooting' whereas in iOS, it's known as 'Jailbreak'. They are similar in some cases. 2)Is rooting important for android phone? Ans:He told that its not important to root androi...