Start a new topic

How to apply a big view style to a notification on Kinvey same Parse library

final String someLongText = "big text to display, big text to display, big text to display, big text to display, big text to display, big text to display, big text to display, big text to display, big text to display, big text to display";

    final Notification.Builder builder = new Notification.Builder(this);
    builder.setStyle(new Notification.BigTextStyle(builder)
            .bigText(someLongText)
            .setBigContentTitle("Big title")
            .setSummaryText("Big summary"))
            .setContentTitle("Title")
            .setContentText("Summary")
            .setSmallIcon(android.R.drawable.sym_def_app_icon);

    final NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
    nm.notify(0, builder.build());
1 Comment

If you have been a resident of NJ for the past 18 months and are residing in the USA and are unemployed at the moment, you may be able to file a claim for your nj unemployment insurance benefits. 

Login or Signup to post a comment