Big picture style Bitmap icon1 = BitmapFactory.decodeResource(getResources(), R.drawable.dhaval1); NotificationCompat.Builder mBuilder = new NotificationCompat.Builder( this).setAutoCancel(true) .setContentTitle("DJ-Android notification") .setSmallIcon(R.drawable.ic_launcher).setLargeIcon(icon1) .setContentText("Hello World!"); NotificationCompat.BigPictureStyle bigPicStyle = new NotificationCompat.BigPictureStyle(); bigPicStyle.bigPicture(icon1); bigPicStyle.setBigContentTitle("Dhaval Sodha Parmar"); mBuilder.setStyle(bigPicStyle); // Creates an explicit intent for an Activity in your app Intent resultIntent = new Intent(this, testActivity.class); // The stack builder object will contain an artificial ba...
where's ActionBarSherLock library target path ?? N how to use this library??
ReplyDeleteHow use actionbarsharelock ---> http://actionbarsherlock.com/usage.html
DeleteHow use library project in our project ---> http://www.vogella.com/articles/AndroidLibraryProjects/article.html
Best Luck...
Sir,I want plot gps point on an offline map means without any internet connection.
ReplyDeletehow can i do this'
@akash please checkt this : http://mapswith.me/en/api
ReplyDelete