Posts Tagged: Beginner


12
Jul 10

Official Google Blog: App Inventor for Android

App Inventor is a new tool in Google Labs that makes it easy for anyone—programmers and non-programmers, professionals and students—to create mobile applications for Android-powered devices. And today, we’re extending invitations to the general public.

via Official Google Blog: App Inventor for Android.


8
Mar 10

Win over 5hrs of Howto’s with Fandroid & Android Developer’s tutorials

This training is a set of tutorials about developing applications for the Android mobile devices.

We’ll go through the installation of the SDK (APIs and ADT), eclipse and will bring you to GUI design, coding… and advanced features.

Basic Java language knowledge is expected.

via Android tutorials.

Here is a snippet of one tutorial!

If you are interested in winning over 5 Hrs of Tutorials please ReDent/ReTweet/Trackback/Comment( on) this post!

Commenting is preferred so that I can send you mail if you win!

The winner will be announced on Friday on the Fandroid.org!


22
Feb 10

Google Android App Tutorial Training via hometutorials

Yet Another “Hello World” App Tutorial


7
Feb 10

Ask Android development questions on Stack Overflow

If you don’t ask, you won’t know …..

Hottest ‘android’ Questions – Stack Overflow.


7
Feb 10

Beginner 2D Drawing In Android

This is a really basic, super dumbed down tutorial for 2D drawing in Android. If you’ve never done it before, this might help. If you’ve ever done it before… you already know this stuff.

via Designer Android » tutorial.


7
Feb 10

Writing a “Hello, World” | Android Developers

As a developer, you know that the first impression of a development framework is how easy it is to write “Hello, World.” Well, on Android, it’s pretty easy. It’s particularly easy if you’re using Eclipse as your IDE, because we’ve provided a great plugin that handles your project creation and management to greatly speed-up your development cycles.If you’re not using Eclipse, that’s okay. Familiarize yourself with Developing in Other IDEs. You can then return to this tutorial and ignore anything about Eclipse.

via Hello, World | Android Developers.