Month: June 2012

  1. Home
  2. chevron_right
  3. 2012
  4. chevron_right
  5. June

Android Number Series

Info
Hi, today I want to present my new application Number Series. Number Series is a logical game with numbers, just perfect for you if you like to challenge your brain.…

My Applications

Info
Here I will post the applications developed by us. 1. Number Series  Number Series is a logical game with numbers, just perfect for you if you like to challenge your…

Android AdMob Banner XML

Solutions, Tutorial
In the preview tutorial I explained how to add AdMob to your project, but we created the AdView in Java. So in this tutorial I will show you how to…

Android LayoutInflater Turorial

Tutorial
In this tutorial I will show you how to use the LayoutInflater in Android.1. Make a new project (I called my project InflaterExample and my main Activity it’s called “MyActivity”)…

Android simple splash screen

Tutorial
Hi, I have seen that many android starters have problems in implementing their own splash screen in Android (as I had once).UPDATE: As Rafael noticed me, there is also an…

Android Vibrate on Click

Snippets, Tutorial
If you want to make the phone to vibrate when you click on a button from your application: 1. You have to declare in your AndroidManifest.xml the permission: <uses-permission android:name="android.permission.VIBRATE"/>…