Android ViewBadger

A simple way to "badge" any given Android view at runtime without having to cater for it in layout

Download as .zip Download as .tar.gz View on GitHub

Demos 

Usage

Simple example:

View target = findViewById(R.id.target_view);
BadgeView badge = new BadgeView(this, target);
badge.setText("1");
badge.show();

Credits

Author: Jeff Gilfelt

The code in this project is licensed under the Apache Software License 2.0.

Copyright (c) 2012 readyState Software Ltd.