All Projects → jczmdeveloper → Xcdanmuview

jczmdeveloper / Xcdanmuview

Android弹幕效果View-支持左右两个方向

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Xcdanmuview

mCustomView
总结了博主这么多年所写的自定义view,以及自定义view的教程
Stars: ✭ 17 (-39.29%)
Mutual labels:  custom-view, android-ui
Tableview
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Stars: ✭ 2,928 (+10357.14%)
Mutual labels:  custom-view, android-ui
android-tableview-kotlin
Android's missing TableView component.
Stars: ✭ 40 (+42.86%)
Mutual labels:  custom-view, android-ui
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+357.14%)
Mutual labels:  custom-view, android-ui
Freepager
ViewPagers library for Android
Stars: ✭ 461 (+1546.43%)
Mutual labels:  custom-view, android-ui
RxLoading
RxJava library for showing a loading (i.e. progress bar) state while waiting for async data with minimal effort and advanced options.
Stars: ✭ 49 (+75%)
Mutual labels:  custom-view, android-ui
signal-strength-view
📶 Material design signal strength view for Android
Stars: ✭ 30 (+7.14%)
Mutual labels:  custom-view, android-ui
XCPullToLoadMoreListView
XCPullToLoadMoreListView-下拉加载更多ListView控件(仿QQ、微信聊天对话列表控件)
Stars: ✭ 24 (-14.29%)
Mutual labels:  custom-view, android-ui
Pudding
🌟 Pudding use WindowManager(don't need request permission) to pull down a view that are displayed on top their attached window
Stars: ✭ 371 (+1225%)
Mutual labels:  custom-view, android-ui
Proswipebutton
A swipe button for Android with a circular progress bar for async operations
Stars: ✭ 319 (+1039.29%)
Mutual labels:  android-view, android-ui
YuanaItemSettingView
Customizable Item Setting View Android
Stars: ✭ 15 (-46.43%)
Mutual labels:  custom-view, android-ui
Labelsview
Android的标签列表控件。可以设置标签的选中效果。 可以设置标签的选中类型:不可选中、单选、限数量多选和不限数量多选等, 并支持设置必选项、单行显示、最大显示行数等功能。
Stars: ✭ 777 (+2675%)
Mutual labels:  custom-view, android-ui
Circular-Progress-View
A customisable circular progress view for android.
Stars: ✭ 39 (+39.29%)
Mutual labels:  custom-view, android-ui
SignatureView
【Android View】:好用的Android电子签名板,能保存所签名的图片
Stars: ✭ 89 (+217.86%)
Mutual labels:  android-ui, android-view
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (+0%)
Mutual labels:  custom-view, android-ui
WaveView
Simple Android library to draw sinusoidal waves.
Stars: ✭ 43 (+53.57%)
Mutual labels:  custom-view, android-ui
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (+435.71%)
Mutual labels:  custom-view, android-ui
andColorPicker
Color picker library for Android
Stars: ✭ 233 (+732.14%)
Mutual labels:  android-ui, android-view
Avatar View
Avatar ImageView with user's name first letter Drawable placeholder
Stars: ✭ 309 (+1003.57%)
Mutual labels:  android-view, android-ui
Codeview Android
Display code with syntax highlighting ✨ in native way.
Stars: ✭ 748 (+2571.43%)
Mutual labels:  custom-view, android-ui

XCDanmuView

自己开发的Android弹幕效果View,支持从左向右 和 从右向左 移动 两个方向 效果图如下:

iamge

使用方法如下(默认方向为从右向左移动,无需设置方向):

mDanmuView = (XCDanmuView)findViewById(R.id.danmu); mDanmuView.setDirection(XCDanmuView.XCDirection.FORM_LEFT_TO_RIGHT); mDanmuView.initDanmuItemViews(mStrItems);

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].