I´m using notifications for the androidwear watch in my project. My intentention is that the background of the notificatión will be an image extract from a url, but i don´t know how to do it.
The doc of the NotificationCompat.WearableExtender()explain:
.setBackground(bBitmap);
but.. if i want to load the backgroud from a url?
i´ll be reading about this, but without success.
Thanks in advance.