OK, I'm having a look at creating a library for the new notification feature found in Android 4.3. NotificationListenerService. Obviously, being brand new there isn't much info about for it yet in the way of examples and tutorials.
The only tutorial I can find is This
I don't have a massive amount of library experience. I cannot for the life of me think how to implement this.
As a side note the .getActiveNotifications method returns an array of type StatusBarNotification[]. Obviously, we don't have this type in B4A and I have no idea how to create this type to be used. My thought was to iterate the array in the library and build a List of Maps to return. Which would be better?
Any ideas, hints and tips, on this would be great.
Or if anyone else feels like doing it (as once the back bone is done, there are only a few methods to build)
The only tutorial I can find is This
I don't have a massive amount of library experience. I cannot for the life of me think how to implement this.
As a side note the .getActiveNotifications method returns an array of type StatusBarNotification[]. Obviously, we don't have this type in B4A and I have no idea how to create this type to be used. My thought was to iterate the array in the library and build a List of Maps to return. Which would be better?
Any ideas, hints and tips, on this would be great.
Or if anyone else feels like doing it (as once the back bone is done, there are only a few methods to build)