gdg-berlin-android/ZeBadge

Add an abstraction layer for communicating with the badge

mariobodemann opened this issue · 0 comments

This layer should make it easy for a developer to build bitmaps to be sent to the badge.

Ideally something like this could be a nice interface:

bitmap.sentToBadge(Badge.Page.A)

or

view.sentToBadge(Badge.Page.Up)

where sentToBadge is the interface taking android views, composables, or direct bitmaps (read from the storage? Taken as a photo etc).