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
Last edited by MallowGirl12; October 11th, 2012 at 08:19 AM.
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
__________________
- If i assisted you please hit the "THANKS" Button.
- Do not hesitate to "REPORT" someone if they are breaking the rules!
"Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed. "
The Following User Says Thank You to NGD1 For This Useful Post:
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.
Device(s): Nexus 4, Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Carrier: ATT
Thanks: 235
Thanked 466 Times in 289 Posts
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. =)
__________________
My blog, Inverted Keystrokes, is looking for aspiring developers (not necessarily with Android) to post articles. If you have any development experience and are interested in participating, please PM me. =)
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.