Flizzy
Lurker
Hello,
I try to get some opinions on where to set up notification channels in Android.
I see 2 main approaches: Either in an helper class, or in the application class.
I think the 2nd approach is better, because it doesn't execute the channel creation code unnecessarily often.
Do you have any examples on notification channels that are created in the application class?
I try to get some opinions on where to set up notification channels in Android.
I see 2 main approaches: Either in an helper class, or in the application class.
I think the 2nd approach is better, because it doesn't execute the channel creation code unnecessarily often.
Do you have any examples on notification channels that are created in the application class?