- 02-27-2013, 10:48 AM
Thread Author #1
Websites for Creating Android Apps
Is there any site where i can make totally free android apps and also get the source code?????????????
if there isnt such a site....which is the next best option..............
thanks for reading.....
thanks again if you prefer to answer.......Last edited by Patrick Schroedl; 02-27-2013 at 06:27 PM.
- 02-27-2013, 11:13 AM #2
Re: help!!!!!!!!!!!!!!!!!!!!help!!!!!!!!!!!!!!!!!......
Make apps and also get the source code? Do you mean like the websites that let you build pages with templates? Doubtful. I'm not sure someone would offer that since everyone and their brother would then try and sell said apps after minimal modification
Sent from my Nexus 4 using Android Central ForumsThanked by: - 02-27-2013, 06:29 PM #3
Re: help!!!!!!!!!!!!!!!!!!!!help!!!!!!!!!!!!!!!!!......
Take a look at and the . I haven't used MIT's Inventor project, but I have used PhoneGap briefly as part of a large project. I can't say whether the MIT App Inventor will return full source code at the end, but PhoneGap works by building apps with web APIs (CSS 3, HTML 5, etc.).
PhoneGap may do what you want, but it won't be a native Android application.Represent yourself well; you never know what might happen. And try out the new Android Central app!

Softbricking be damned.Thanked by: - 02-28-2013, 12:46 AM #4
- 02-28-2013, 07:59 AM
Thread Author #5
- 02-28-2013, 08:04 AM
Thread Author #6
- 02-28-2013, 08:23 AM #7
Re: Odp: Websites for Creating Android Apps
When you say audio collection do you mean like a sound recorder ? Or media player ? Both are possible with MIT appinventor but appinventor does not produce java. Phonegap will do the same and will compile Java but you'll have to write it in javascript. If you want to do something like maipulate sound files or do augmented reality then youll need to learn java and use the android sdk. Big learning curve.
If you havent programmed before consider spending a day or two with appinventor, it has access to most of the sensors and has a very easy to learn blocks based system. performance isn't wonderful but it's not bad either. - 02-28-2013, 11:29 AM #8
Re: help!!!!!!!!!!!!!!!!!!!!help!!!!!!!!!!!!!!!!!......
I played around with the MIT Inventor a few years ago when it was still the "Google App Inventor" (MIT picked it up after Google discontinued it). Its actually pretty cool and does generate code that will run on Android, though at least when it was still Google App Inventor, it was not possible to publish the code to the market. But, maybe that's changed.
Good luck!
Steve
Similar Threads
-
help help with nook
By mmpawlak in forum IntroductionsReplies: 0Last Post: 06-28-2011, 06:48 PM -
Help!!!! Help! Help!!! Plz!!!!
By BoshWadeJames in forum Optimus V Rooting, ROMs, and HacksReplies: 1Last Post: 06-19-2011, 05:05 AM -
help help help stuch in boot
By pumyra21 in forum HTC EVO 4G Rooting, ROMs, and HacksReplies: 18Last Post: 10-10-2010, 12:49 AM -
Experiencing an unusual problem with my DX Help, Help,Help!!!
By Ms Charli in forum Motorola Droid XReplies: 5Last Post: 09-15-2010, 10:23 PM -
HELP! HELP! Android experts, HELP!
By yankeeornovember in forum HTC HeroReplies: 4Last Post: 07-12-2010, 10:26 AM




Reply

i recommand to learn how system works and its structure ( things like Activity, Service, Intent, Manifest, Layout) before even start thinking about application. Android application work like ordenery application and its use heavily object oriented nature of Java and you might be confused at begining.



































