↧
Setting up new Android Project with Eclipse Juno (ADT)
Setting up your first Android Project. Go on the Button to create a new android project: Now a wizard will start and ask you to fill in some fields. Give the application a name, specify a project name...
View ArticleAndroid Calculator
Prerequisite: Android ADT Plugin for Eclipse. What we gonna have at the end is a calculator for Android. It will be able to summate, subtract, multiply and divide: You need to write a number in the...
View ArticleAndroid Moving Object
Here I will show you how to handle a moving object in Android. The object we are talking about is a circle which moves from the left side to the right side and back – all the time. First of all we...
View Article