All Projects → YiiGuxing → Compositionavatar

YiiGuxing / Compositionavatar

Licence: mit
Android composition avatar. 仿QQ讨论组头像

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Compositionavatar

Android Circular Progress
Android custom view that loads a circular progress indicator using ImageView or FrameLayout
Stars: ✭ 75 (-79.78%)
Mutual labels:  custom-view, avatar
Material Calendar View
📅 Material Design Calendar compatible with API 11+
Stars: ✭ 360 (-2.96%)
Mutual labels:  custom-view
Php Initial Avatar Generator
Generate avatars with initials from user names.
Stars: ✭ 302 (-18.6%)
Mutual labels:  avatar
Superlike
今日头条点赞动画 连击动画
Stars: ✭ 329 (-11.32%)
Mutual labels:  custom-view
Application
一个设计精巧, 协议实现完备的, 基于 mirai-api-http 的即时聊天软件自动化框架.
Stars: ✭ 307 (-17.25%)
Mutual labels:  qq
Opengraphview
Rich url link view for Android.
Stars: ✭ 338 (-8.89%)
Mutual labels:  custom-view
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-20.75%)
Mutual labels:  qq
React Avatar
👤 Load, crop & preview avatar with React
Stars: ✭ 361 (-2.7%)
Mutual labels:  avatar
Nonebot2
跨平台Python异步机器人框架
Stars: ✭ 344 (-7.28%)
Mutual labels:  qq
Android Week View
Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Stars: ✭ 3,347 (+802.16%)
Mutual labels:  custom-view
Percentagechartview
An Android percentage chart that displays the progress of any single given task or information.
Stars: ✭ 324 (-12.67%)
Mutual labels:  custom-view
Wine Qq Tim
提供在Linux上运行最新版腾讯QQ与TIM的解决方案 Easiest Way to Run QQ&TIM on Linux
Stars: ✭ 3,257 (+777.9%)
Mutual labels:  qq
Cvcalendar
A custom visual calendar for iOS 8+ written in Swift (>= 4.0).
Stars: ✭ 3,435 (+825.88%)
Mutual labels:  custom-view
Generate Avatar
Generate your 100% fingerprinted example avatar from id, email, username etc.
Stars: ✭ 307 (-17.25%)
Mutual labels:  avatar
Qqbot
QQBot: A conversation robot base on Tencent's SmartQQ
Stars: ✭ 3,643 (+881.94%)
Mutual labels:  qq
Swagpoints
An Android custom circular SeekBar that supports max/min range and step settings.
Stars: ✭ 300 (-19.14%)
Mutual labels:  custom-view
Qq Music Api
QQ 音乐API koa2实现
Stars: ✭ 320 (-13.75%)
Mutual labels:  qq
Android Ruler Picker
Android custom view that uses ruler for picking the number from given range.
Stars: ✭ 335 (-9.7%)
Mutual labels:  custom-view
Pudding
🌟 Pudding use WindowManager(don't need request permission) to pull down a view that are displayed on top their attached window
Stars: ✭ 371 (+0%)
Mutual labels:  custom-view
Im
仿QQ即时通讯系统服务端
Stars: ✭ 369 (-0.54%)
Mutual labels:  qq

CompositionAvatar

Android composition avatar

仿QQ讨论组头像

  • 基础

 基础

  • 动态增减图像

    动态

  • 动态设置间距

    动态

  • 动画图像

    动画

  • Drawable状态(如点击状态)(selector)

    状态

  • 矢量图

    状态

使用

  1. 添加 JitPack 仓库地址到项目构建文件 - build.gradle:

    allprojects {
      repositories {
        ...
        maven { url 'https://jitpack.io' }
      }
    }
    
  2. 添加依赖:

    dependencies {
      compile 'com.github.YiiGuxing:CompositionAvatar:v1.0.4'
    }
    
  3. xml 上使用:

    <cn.yiiguxing.compositionavatar.CompositionAvatarView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="100dp"
        android:layout_height="wrap_content"
        app:fitType="CENTER"
        app:gap="0.25"/>
        <!-- 默认fitType为CENTER -->
        <!-- 默认gap为0.25 -->
    

    详细请看 sample

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