Android Question NB6 internal library examples and general info

elpic76

Member
Licensed User
Longtime User
Hi dudes,
I'm trying to use NB6 to add notification functionality to my app.
I found examples based on NB6 class, both for B4A and the implementation for B4XPages, but there is the internal library too: how can it be used? Are there some examples, projects or tutorial?
In general in 2021 is NB6 the correct way to manage notifications?
Best regards
 

drgottjr

Expert
Licensed User
Longtime User
the separate NB6 class was simply made a part of the internal libraries. select it from the list of available libraries like usual and use like usual. all those examples you saw will show you how to use it. it's what you need to use for notifications. it supports the latest requirements as well as old-timey notifications for older target sdk's. technically, it's in a different format from the usual libraries we use that come with little pop-up windows to guide us with syntax; that's why it appears to be a mysterious closed box. use the examples from the NB6 class (which is what the internal library version still is).
 
Upvote 0

elpic76

Member
Licensed User
Longtime User
Thank you very much for the reply. I was able to use the NB6 example project eliminating the reference to NB6 class module and adding the reference to the internal library.
In order to success in the use of the project I've to include the service "MyService". Is it correct?
 
Upvote 0
Top