This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tuesday, May 14, 2013

Impossible Triangle Vector photoshop

Impossible Triangle Try to Make A Impossible Triangle Vector, I use Photoshop to Create this.....

Monday, April 16, 2012

How to Create Notifcication on Android

How to Create Notification in Android? It;s really simple way to do it..  Just create this Notification Class NotificationClass.class package com.example.mydoproject; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.support.v4.app.NotificationCompat; import android.text.style.SuperscriptSpan; public class NotificationClass{ private static Intent intent; NotificationManager notificationManager ; int mNotificationId ; NotificationCompat.Builder...