pengjfcn / BadgeView

仿微信朋友圈红色数字提醒 / Imitation WeChat friends remind red Numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's Enjoy BadgeView!

Language License License

BadgeView has been rewritten in Java. The Project version can be found in: https://github.com/pengjfcn

image中文介绍

BadgeView

It depends the most popular development kit AndroidStudio

What is it

introduction Android Studio provides the fastest tools for building apps on every type of Android device.

World-class code editing, debugging, performance tooling, a flexible build system, and an instant build/deploy system all allow you to focus on building unique and high quality apps.

Features

  • red tip on textview

image

Usage

	BadgeView badge = new BadgeView(getActivity());
	badge.setTargetView(myView);
	badge.setBadgeCount(42);

Tips

Since AndroidStudio 1.5 (8S162m) is totally unstable now, you may see nothing after you build & run this project :(

Contacts

Weibo Twitter Email

About

仿微信朋友圈红色数字提醒 / Imitation WeChat friends remind red Numbers

License:MIT License


Languages

Language:Java 100.0%