All Projects → qiantao94 → CoordinatorMenu

qiantao94 / CoordinatorMenu

Licence: other
QQ 6.x Slide Menu

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CoordinatorMenu

Coolq Cpp Sdk
CoolQ C++ SDK
Stars: ✭ 157 (+103.9%)
Mutual labels:  qq
Picqbotx
基于 CQHTTP 插件的 Java QQ 机器人类库
Stars: ✭ 218 (+183.12%)
Mutual labels:  qq
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (+223.38%)
Mutual labels:  qq
Aiocqhttp
A Python SDK with async I/O for CQHTTP.
Stars: ✭ 162 (+110.39%)
Mutual labels:  qq
Miraiandroid
QQ机器人 /(实验性)在Android上运行Mirai-console,支持插件
Stars: ✭ 188 (+144.16%)
Mutual labels:  qq
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+3402.6%)
Mutual labels:  qq
Tgrefreshoc
弹簧、橡皮筋下拉刷新控件,类似QQ下拉刷新效果,同时支持其他样式
Stars: ✭ 149 (+93.51%)
Mutual labels:  qq
ABot-Graia
一个使用 Graia Ariadne 搭建的 QQ 功能性机器人。
Stars: ✭ 194 (+151.95%)
Mutual labels:  qq
Teamhelper
A robot software that helps a team leader automatically send notifications to QQ group and Emails for weekly meeting.
Stars: ✭ 201 (+161.04%)
Mutual labels:  qq
Monkeyking
MonkeyKing helps you to post messages to Chinese Social Networks.
Stars: ✭ 2,699 (+3405.19%)
Mutual labels:  qq
Gff
GFF is a imitation QQ communication project, based on high IOCP. GFF是模仿QQ通讯项目,通信基于SAEA.MessageSocket、SAEA.Http、SAEA.MVC实现
Stars: ✭ 162 (+110.39%)
Mutual labels:  qq
Qqmusicplayer
微信小程序版QQ音乐
Stars: ✭ 168 (+118.18%)
Mutual labels:  qq
Pcqq Protocol
PCQQ协议 机器人
Stars: ✭ 237 (+207.79%)
Mutual labels:  qq
Spring Cq
新框架 https://github.com/ProtobufBot/ProtobufBot 。这是一个spring boot starter。基于SpringBoot的QQ机器人框架,demo分支是例子,jar分支是框架。
Stars: ✭ 161 (+109.09%)
Mutual labels:  qq
Foolqq
使用图像识别操作QQ收发消息,如果你读完readme觉得idea不错,请star
Stars: ✭ 252 (+227.27%)
Mutual labels:  qq
Python Mirai
以 OICQ(QQ) 协议驱动的高性能机器人开发框架 Mirai 的 Python 接口, 通过其提供的 `HTTP API` 与无头客户端(Mirai)交互.
Stars: ✭ 155 (+101.3%)
Mutual labels:  qq
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+21158.44%)
Mutual labels:  qq
QQMusic
高仿QQ音乐
Stars: ✭ 12 (-84.42%)
Mutual labels:  qq
Mirai-Bot
Robot developed based on RICQ framework
Stars: ✭ 6 (-92.21%)
Mutual labels:  qq
Qqtweak Macos
A dynamic library tweak for QQ macOS - QQ macOS 客户端撤回拦截
Stars: ✭ 238 (+209.09%)
Mutual labels:  qq

CoordinatorMenu license

[详情介绍]

效果


使用

  1. 先添加以下代码到你项目中的根目录的build.gradle

    allprojects {
       repositories {
          ...
          maven { url 'https://jitpack.io' }
       }
    }
    

  2. 再引入依赖:

    dependencies {
         compile 'com.github.bestTao:CoordinatorMenu:v1.0.2'
    }

  3. 最后在layout中类似这样使用:

    <com.qiantao.coordinatormenu.CoordinatorMenu
         android:layout_width="match_parent"
         android:layout_height="match_parent">
    
         <LinearLayout
             android:id="@+id/menu"
             android:layout_width="match_parent"
             android:layout_height="match_parent">
         </LinearLayout>
    
         <com.qiantao.coordinatormenu.MainView
             android:id="@+id/main"
             android:layout_width="match_parent"
             android:layout_height="match_parent">
         </com.qiantao.coordinatormenu.MainView>
      
    </com.qiantao.coordinatormenu.CoordinatorMenu>

  > CoordinatorMenu的两个子view务必设置控件id,才能保存控件状态

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