Showing posts with label Android - A beginner's guide. Show all posts
Showing posts with label Android - A beginner's guide. Show all posts

Android - A beginner's guide

Introduction
This tutorial is a starting point for developing Android apps. It will explain the very basics of the Android SDK (Software Development Kit) and how to use it with Eclipse. To understand this tutorial, you don't need to have any knowledge about programming in Java, but it might be helpful for further programming to understand the basics of object orientated programming. This tutorial explains Android beginners how to create an Android Project in Eclipse, work with resources, and create some first code.