Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to make a simple notification for my app. I am using android API 27. But I can’t find a simple method. I only start learning Java yesterday. So this would really help me

Thanks in advance

What I have tried:

I have tried NotificationCompat.Builder and NotificationManagerCompat. But they are not supported on API 27 and I cannot find a method
Posted
Comments
David Crow 1-Feb-19 21:33pm    

1 solution

I Figured it out. You need to make a NotificationManager and then a NotificationChannel and then a Notification.Builder and then you can make a Notification in api 27. Android 8.0
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900