I am wanting to replicate the notification bar that is displayed when the vivoactive is looking for GPS signal. It goes across the top of the screen. Do you have to make your own View from scratch to achieve these notification messages across the top of the screen? or is there something in the API you can use?
Looking at the User Experience Guide it says ..
"If the notification is less pertinent to the activity (weak GPS signal), you can present a one line toast to the user. This toast will tie up a small portion of the screen for a limited period of time, and then time out."
So assuming I need to make one myself, does anyone know what the dimensions of this are so that I can make it look the same as the ones that are currently displayed on the vivoactive screen? I also assume I use popView and pushView to do this? I did go looking for an example, but could not really find what I am after.
thank you in advance for any ideas.