All Projects → matrixxun → Materialbadgetextview

matrixxun / Materialbadgetextview

As the name describes, this is an Android library that you can use to show new messages badge and new features badge.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Materialbadgetextview

Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-97.82%)
Mutual labels:  badge
Fole
Fole is a simple library to collapse and expand a TextView.
Stars: ✭ 67 (-94.97%)
Mutual labels:  textview
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (-93.76%)
Mutual labels:  badge
Expandabletextview
实现类似微博内容,@用户,链接高亮,@用户和链接可点击跳转,可展开和收回的TextView
Stars: ✭ 992 (-25.47%)
Mutual labels:  textview
Badgen.net
Fast badge service
Stars: ✭ 1,045 (-21.49%)
Mutual labels:  badge
Hitcon Badge 2019
HITCON electric badge for HITCON CMT 2019.
Stars: ✭ 71 (-94.67%)
Mutual labels:  badge
Badges4 Readme.md Profile
👩‍💻👨‍💻 Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (-30.2%)
Mutual labels:  badge
Tagging
A TextView that provides easy to use tagging feature for Mention or Hashtag
Stars: ✭ 91 (-93.16%)
Mutual labels:  textview
Android Material Design In Practice
A project to demonstrate the latest material design principles with simple examples. It has additional examples on how to easily scale texts on different screen sizes without extra effort.
Stars: ✭ 67 (-94.97%)
Mutual labels:  textview
Github Badges
Star / Fork badges for your GitHub Repository!
Stars: ✭ 76 (-94.29%)
Mutual labels:  badge
Thsidebar
NSOutlineView and badge
Stars: ✭ 38 (-97.15%)
Mutual labels:  badge
React Notification Badge
Simple notification badge react component
Stars: ✭ 42 (-96.84%)
Mutual labels:  badge
Awesome Github Badges
A curated list of awesome github README.md badges
Stars: ✭ 70 (-94.74%)
Mutual labels:  badge
Omegaanimatedtext
Animate bold and italic transformations in TextView
Stars: ✭ 35 (-97.37%)
Mutual labels:  textview
Uitabbaritem Custombadge
UITabBarItem+CustomBadge is a workaround to change the aspect of IOS UIBadgeView
Stars: ✭ 84 (-93.69%)
Mutual labels:  badge
Linkifiedtextview
An extended TextView that allows you to detect several types of links such as urls, hashtags, phone numbers, etc.
Stars: ✭ 9 (-99.32%)
Mutual labels:  textview
Toolbaritembadgesample
Sample shows how to add a badge to ToolBarItems in Xamarin Forms for iOS and Android
Stars: ✭ 70 (-94.74%)
Mutual labels:  badge
Aligntextview
字体对齐的textview
Stars: ✭ 1,310 (-1.58%)
Mutual labels:  textview
Leotextview
🐬A high-performance rich editor develop with swift on iOS platform, based on TextKit.
Stars: ✭ 87 (-93.46%)
Mutual labels:  textview
Ariana
Provide Multiple Gradients in ImageViews and Texts. Integrate with ViewPager to change colors dynamically.
Stars: ✭ 74 (-94.44%)
Mutual labels:  textview

Android Arsenal

MaterialBadgeTextView

As the name describes, This "MaterialBadgeTextView" is an Android library that provides a reformed textview for Badge. A Badge is a colored circle with an inserted number which are displayed at the top-right conner of the icons, it often plays a role of showing new messages or new features in IM apps such as Facebook Messager, WhatsApp, WeChat, and forth.

Features

  1. Material Design style - it provides a default shadow like FAB(Floating Action Bar)
  2. Easy to use - you can just use it as a normal TextView
  3. Really Lite - only ONE java class, no resource file
  4. Support MenuAction in Toolbar

If you use mac OS X, you must have seen this image:

Demo Screen Capture

Usage

Code Badge
setBadgeCount(0,true) the TextView is blank
setBadgeCount(0,false) badge_0
setBadgeCount(3) number
setBadgeCount(68) two
setBadgeCount(101) two
setBadgeCount(99999) two
setHighLightMode() two
setText("") the TextView is blank
setText("Hello World!") two
setText("10999999976") two

Compat

API level 9+ supported

Example

See example code here on Github. You can also see it live downloading this apk

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].