Tutorial

Tutorials, how to’s with large content

Android TCP Connection Tutorial

Tutorial
In this tutorial we will make a TCP Connection. The server will be written in Java and the client will be written in Android. Actually it will be a very…

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"/>…
keyboard_arrow_up