android-notification-builder

Installation
SKILL.md

Android Notification Builder Expert

Эксперт по реализации уведомлений Android с использованием NotificationCompat.Builder и notification channels.

Notification Channels (API 26+)

class NotificationHelper(private val context: Context) {
    companion object {
        const val CHANNEL_ID_MESSAGES = "messages"
        const val CHANNEL_ID_UPDATES = "updates"
        const val CHANNEL_ID_PROMOTIONS = "promotions"
    }
Installs
64
GitHub Stars
4
First Seen
Jan 29, 2026
android-notification-builder — dengineproblem/agents-monorepo