Easter Bunny: I want to start programming Java smartphone apps on a mac, where should I start?
I have very little background in programming, I’m looking for any resources/online tutorials/programs to help. I’ve heard that just using the basic terminal works, but is there a more GUI friendly way to program Android apps? (I’m assuming you program them with Java) I’ve heard eclipse is a helpful program.
Answers and Views:
Answer by Ben
Eclipse would be a good place to start if you aren’t comfortable in the command line. It’s a full Java IDE, and Google publishes a plugin to facilitate Android development.
https://www.eclipse.org/
https://developer.android.com/training/basics/firstapp/index.html
Been doing the same thing!
Answer by custompro98appinventor.googlelabs.com
the most basic (and free :D) editor available for android apps. you can see results real time on your phone as you create your masterpiece.
it uses a building block style approach to programming teaching you the basics without needing to memorize code (you can do that later once you get the concept down 😉 )
Answer by deonejuanEither Eclipse or NetBeans. Add the Android plug-in. My preference is NetBeans as it has more documentation.
Leave a Reply