Skip to main content

Create a Free Android App for your Website

You have a blog or a website, and want to create an android app for the same. But you are stuck at a point as you don't have enough knowledge of Android Programming or you do not have enough money to give to a developer to build your app. No need to worry, as you can build your app absolutely free without knowing any programming. Yes, there are platforms where you can simply give your website url or rss feed and your app will be created within minutes.

There are many such platforms, where you can create such applications. You only need to make a quick search on Google. I am going to talk about one such platform that I had tried recently. 

AppYet.com

create free android app


1] Goto appyet website.
2] Create an Account
3] Sign in to your Account
4] Click on Create App button.
5] Give Application Name, Package name (user your keyword or app name, it will help when you submit your app to App Store)

create android app

6] Select a template, you can go with a demo template.
7] Give Version name, Application icon & Content Rating. Once done Click on Save Changes.


8] You will see a message as follows, simply click on submit to build. 



9] You will see a confirmation page, click on the Submit to Build button. It will take few minutes to build your app. You will get an email when your application is built. You can also see your created apps under My Apps section (you can find at top right menu.)

You can download the apk file, and directly use on your Android phone. You can put this apk file on your website for your visitors to download. You can also publish it to Google Play Store. 

As I told you, it is really easy and requires no programming to create your Android App. I have shown you how to do it with appyet. You can try other platforms as well. Another such platform to create your free Android app is  AppsGeyser, you can try that out. 

Popular posts from this blog

How to write a bach file or a batch job?

If your are connected with world of programming, you might have heard this word " Batch File ". A batch file is used to execute a no of operations or a list of commands one after the other often requiring no user input. A no of operations are batched in a file to be executed sequentially when we run that file. In Microsoft Windows Operating system a batch file is a file saved with .bat extension while in other operating systems like Unix and Linux it can be written as a command file shell script. Batch files are often used to load programs, run multiple processes at a time, and perform common or repetitive tasks. For example, a batch job could be used to back up many files on a computer system, process log files, run a series of calculation commands, run multiple system diagnostic processes, or any number of other things that require multiple commands to be run. A big advantage of a batch job is that it can be started at any time and left alone until t...

Adding Password to Microsoft Word Document

Recovering Deleted Files, Pictures & Videos

  So many times we accidently delete some important files, pictures or videos. Sometimes we loose files because of unexpected system failure  ( ultimately causing system format). We can get our deleted files back using Recovery Softwares/Utilities.  Even though a file was deleted there is a good chance that contents of the file are still around.  When a file is deleted the contents of the file are not removed. Only a pointer to the file in the file system table is deleted.   It is very important to immediately stop writing to the storage device that previously contained your files/pictures so that the old file contents are not overwritten.  For example, don’t take any more pictures with your digital camera because new pictures will overwrite the deleted files. HOW TO RECOVER DELETED FILES???? Step1: You will need to use a utility to recover your lost files. I like to use a free ut...