
Create Android Apps Without Any Coding Skills
- Updated On 01/07/2021
- Author : Aditya Kumar
- Topic : Android
- Short URL : https://hellboundbloggers.com/?p=24252
CONNECT WITH HBB ON SOCIAL MEDIA
If you are an Android phone user, you must have dabbled with quite a number of applications by now. Did you know you too can create an application like the ones you are using presently? Since I have almost zero knowledge of computer languages, I will be telling you here how you can create an application without any coding skills (having coding skills is always a plus since you can go deep inside the generic code and work out wonders).
First have a basic layout of what your application will have. Text, images, videos, RSS feeds, custom HTML, whatever you plan to have in your application, get it ready before you start working on your application. For my test application, I chose recipes. From the web I copied a few recipes, pictures and videos from YouTube.
The platform that I used to create my application is Buzztouch. V 1.4 is the default version that you get to create your application when you sign-up. If you join the early adopter program, they also give you access to v 1.5, but it is only for iPhone apps.
So v1.4 is where you will need to create your android application. Go to “Create New App”. Give a name to your application and agree to the terms. Next put in the icon for your app, image for your app and a small introduction text that explains what your app intends to do.
Now you come to the most important part – the content of your app. Click on “Manage this apps menus and screens” and you will get an option to add custom text, picture, video from Youtube, streaming video, RSS feeds and many more things. Choose the content on the basis of availability. To see how each form of content looks, I will advise to use as many forms as possible. You can create as many screens as you want.
After you are done, go to your app control panel and click on “Download the source code for this app”. It asks you whether you want the source code for iPhone app or Android app. Choose the latter. Let it download. Copy the zip file to a location of your choice and unzip it in a folder. Delete the zip file.
There is a file called Read Me in this folder. Open it to learn about the next set of instructions.
Now go to http://developer.android.com/sdk/installing.html and follow all the instructions in the exact sequence as mentioned there – first download Eclipse, next Android SDK, next ADT Plugin for Eclipse, finally add platforms and other components. You may find some hiccups and this may take time if you have a slow connection. Keep trying and you will finally get to it.
Once you are done with all the steps, it’s time to come back to Eclipse that we use to compile your application. Rejoice as you are very close to your application.
Click on the “new” just below “file” in the upper navigation. It will open a “Select a Wizard” pop-up. Click on Android and then Android Project and click Next. It opens a small box called New Android Project that wants you to name your project. Give it some name. Next click on “Create project from existing source” and browse the folder where you have your application files that you unzipped in one of the past steps. Now in “Build Target” check on the following combination: Google APIs-Google Inc – Platform 1.6 – AP 4. Click on it. Next click on Finish as there is nothing more clickable there.
It will appear in the Package Explorer area of Eclipse. Check that it doesn’t show any error in the console area.
Next click on Run Button on the upper navigation and it opens a small box. Click on Android development there and click Next. It opens an Android simulator. Follow the instructions and lo it opens your application. See how each of your screens turns out.
Next you can go ahead to publish your own application. I have yet to do that. Go to http://developer.android.com/guide/developing/index.html and it will tell you how the rest of the tasks have to be done.
So tell me, was any coding involved in creation of the app? Do tell me how helpful you found this article. Also if you are able to publish your app in the market, share it with others and let others get encouraged.
This guest is written by Aditya. He blogs at Ityaadi. If you wish to write for us, kindly check this.
Want to discuss your queries and interact with experts? You can connect with HellBound Bloggers (HBB) Facebook group for free!
Join HellBound Bloggers (HBB) and get Instant Updates. We'll also notify you with Great Deals, Discounts and other Interesting Tips. We won't SPAM or SHARE your Email Address with anyone.
YOU CAN ALSO SEARCH FOR YOUR DESIRED TOPICS:
Thank you for reading! We welcome and appreciate your comments, but at the same time, make sure you are adding something valuable to this article. If you have any serious queries, suggestions or anything related to this article, feel free to share them, we really appreciate that.
But, if your blog comments are a random "Thank you", "Useful Post", or anything that doesn't actually upscale the article, then we'll be removing them and it won't be appeared below. Thanks for understanding and thanks for connecting with us. If you want to give us any feedback or report any errors, you can kindly contact us and we'll revert back soon.
- Comments
- Facebook Comments
-
Comments
Leave a Reply
24 Comments
Facebook Comments
Zeb
I have noticed that after installing the Android SDK that Google API is no longer part of that package. So I went to google and downloaded their SDK (Google App Engine) and that did not work either. I am using Eclipse Juno with the most recent Android and Google API and SDK files..none of which list anything like what you have mentioned. I love this tutorial and BuzzTouch, but at the moment I can not get the program I designed to even Debug in eclipse after following all tutorial steps.
Do you have any new information on this? Because at the moment it seems that this information is deprecated.
Tushar
I read that there is a software by which we can convert html5 page to directly android app. You know it?
S.Pradeep Kumar
HTML5 page into Android app? I guess you are referring to a blog which is HTML5 compatible?
J.Balaji
good evening sir,im the beginner of android. i was searched android development software.but i didn't find .so plz send the android development software link. plz sir
Sandeep
This is truly one of the best Android development tutorial I could have ever read on the internet . Thanks for sharing this amazing piece of knowledge 🙂
Kavya Hari
It's really good concept on here 🙂 Great work Aditya 🙂 Keep rocking 🙂
David Book
Thanks for the coverage – we sincerely appreciate it 😉
shan ali
thanx aditya for the article….i m also looking forward to creating my own android app…:D
Kavya Hari
Excellent information Aditya 🙂 Keep doing 🙂 Thanks a lot for given up here 🙂
Aditya
Thanks Kavya. Now waiting for people who actually try this out. Let's see how successful they turn this out.
KavyaHari
Great Work Aditya 🙂 Great article without any doubt 🙂
KBharath @ HDBloggers
is there any software available to create an app for the blogs.
S.Pradeep Kumar
Check this Bharath :
http://www.nirmaltv.com/2011/02/10/create-an-android-app-of-your-blog/
Sheryl of georyl.com
i'm thinking of coming up with an apps for bloggers like sharing feeds, etc. i'm not sure this is the solution that i'll need but i think it's worth a try. thanks for sharing.
regards!
Aditya
I am not sure what exactly are you looking for. If it's your blog feed that you want to use as the content for the app, you can do by calling the RSS feeds.
TrafficColeman
This seems to good to be true..let me take a hard noise look at this before I dive into it.
"Black Seo Guy "Signing Off"
Aditya
It's good and true too. Just give it a try.
plaban
There is much simpler way of creating Android application- http://www.tech2go.in/2011/05/to-create-android-application-rss-feeds-part-1.html
Aditya
Thanks Plaban for sharing that link. Looks like you are a techie. Keep coming back here so that if I get stuck on a tech issue, you can help me out.
plaban
You are welcome. You can contact me if you need help 🙂
Sidhant
This makes every one a developer! ilike! =D
Aditya
The next phase in internet is "web on the go". While most of us can create content, this will also tell us how we can make it available on the mobile app platform.
Hassam Ahmad Awan
Is the iphone version app maker free?
Aditya
Yes the iphone app maker is also free. If u are creating for iphone, you can try the buzztouch version 5. That has more functionality.