Creating Custom Android Notifications using Gluon-Mobile
问题 I have created Android Notification using Gluon-Mobile using localNotification. But,this time I want to create custom Android Native Notification. I have been referring this Go Native docs. So,far I have Tried this Below .I have placed this code under android/java/com/sample package, but it's not working. package com.sample; import android.app.Activity; import android.app.NotificationManager; import android.content.Context; import javafxports.android.FXActivity; import android.app