top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Custom notification in Android?

+2 votes
232 views

I need to show custom notification, not just the custom text. I want to be able to design the notifications for my application.
Is there any possible way to do this?

posted Jul 5, 2016 by Akshay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Yes, it is possible to create custom notification.

Refer the official documentation on notifications.

So, you have to instantiate RemoteViews with custom XML layout instead of setContentTitle() and setContent().

Let me know if you need any additional help.

Hope this helps!

answer Jul 6, 2016 by Vinod Kumar K V
Similar Questions
0 votes

Can anyone suggest the library for Push Notification?

+2 votes

I am receiving ANR notification sometimes in my application. The code is working fine though, how can I prevent showing this message. Please help.

+1 vote

Where can I find the code that takes care of the "notification panel revealed" (notification curtain down) event?
Id like to understand the logic that control the order of appearance of the notifications once you swipe down the curtain...

+1 vote

Can any one help me to use push notification.

...