• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Making An Android Application/Mobile Web App

Hello Everyone

I am new here, I have to make an android application as part of my coursework , so useful links , codes & softwares to use will be helpful. Deadline is due on the 4th app. What type of apps has everyone made on here? Thank you.

Kind Regards
MallowGirl12
 
there are plethora of different applications on this forum from help apps to weight loss to extensive games, your best bet would be to talk to people in the application development section:
HERE
 
Hello

Ok thank you for the recommendations. Has anyone had any difficulty in making an app or have successfully completed it? Thank you.
 
Hello Everyone

This is my first time here, so i need some help on making an android application, software recommendations, links and coding will be useful for my work. Also has anyone suiceeded in making an app/ not? Is it easy/difficult to make? Thank you.
 
Hello,

I have moved your thread to the Developer 101 forums.

Also, please take the time to read the stickies in both Developer 101, as well as the main Application Development (where you originally posted) forums. You will find all of the answers you need for this question in some of those threads.

Lastly, welcome to AF. =)
 
depends on the application, there are fully functional ones and ones under development as we speak
are you looking for something specific?
 
I have to use coding to make a mobile webb, it can be either an Android Application or Mobile Application, i have got the android software, but I need the eclipse version to start my project.
 
depends on the application, there are fully functional ones and ones under development as we speak
are you looking for something specific?

Heya Yeah, I am , i would like to make an app either on these topics which are: concert app, emirates, fruit app. some have told me this is hard to make an app, so was wondering if these app are ok to make , and where i can find coding from these??
 
There are three typical approaches to making an app:

1. Native coding, such as Java for Android and Objective-C for Apple.

2. Hybrid coding, such as using HTML/CSS/Javascript with PhoneGap to hook into the different phone's features. You would use PhoneGap (for instance) to build your app and Eclipse to create the apk file that is downloaded to the device.

3. Web apps. These don't use the phone's features, like camera or GPS. They are built entirely out of HTML/CSS/Javascript, just like a web page is made, and you would put it on your smartphone's home screen the same way you would any other web site. You don't need Eclipse to build web apps.

If you don't know HTML/CSS/Javascript, then you'll need to learn those before you can do #2-3. If you don't know Java, then you'll need to learn that for #1. Of course, in addition to learning the language, you'll need to learn to use the tools, such as Eclipse for Android apps and Xcode for iPhone apps.

One sample workflow I follow for getting an Android app made is in my blog post here: Cordova 2.2 Android App Creation in Mountain Lion with Eclipse: from Install to Google Play
 
Back
Top Bottom