Pinned Repositories
android
android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
android-architecture-todoapp-mvp
Google官方推荐的Android框架MVP例子。自己添加了一些注释和心得。
Android-BLE
Android-BLE蓝牙框架,提供了扫描、连接、使能/除能通知、发送/读取数据、接收数据,读取rssi,设置mtu等蓝牙相关的所有操作接口,内部优化了连接队列,以及快速写入队列, 并支持多服务通讯,可扩展配置蓝牙相关操作。
android-BluetoothLeGatt
android-cluster-marker
android marker聚合效果
android-flip
A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android
personaltools
个人工具 包含记事本 铃声设置等
sunflower
A gardening app illustrating Android development best practices with Android Jetpack.
weixinlogin
微信登陆
woaimi520's Repositories
woaimi520/DeviceMonitorPlugin
解决在Android Studio 3.2找不到Android Device Monitor工具
woaimi520/FlipPage
bitmap仿真书翻页,两种效果,GLSurfaceView,自定义View
woaimi520/MigrationHelper
GreenDao升级使用的一个java类
woaimi520/android-ringtone-picker
Simple Ringtone Picker dialog which allows you to pick different sounds from ringtone, alarm tone, notification tone and music from external storage.
woaimi520/android
woaimi520/android-ktx
A set of Kotlin extensions for Android app development.
woaimi520/java
woaimi520/MVVMHabit
👕基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合Okhttp+RxJava+Retrofit+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发一个健壮、易维护的Android应用。
woaimi520/first
woaimi520/THE
first test
woaimi520/LitePal
An Android library that makes developers use SQLite database extremely easy.
woaimi520/tmk_keyboard
Keyboard firmwares for Atmel AVR and Cortex-M
woaimi520/hosts
镜像:https://coding.net/u/scaffrey/p/hosts/git
woaimi520/VideoDemoQcl
安卓视频播放器 一行代码快速实现在线视频播放,Android视频播放,AndroidMP3播放,安卓视频播放一行代码搞定,仿今日头条 Android视频播放器
woaimi520/video
a video app
woaimi520/okhttp
An HTTP+HTTP/2 client for Android and Java applications.
woaimi520/GreenDaoUpgradeHelper
To solve database upgrade of greenDao and just need one line code
woaimi520/BlogDemo
用于展示blog中demo
woaimi520/AndroidTreeView-1
AndroidTreeView. TreeView implementation for android
woaimi520/BluetoothChat
基于Android Classic Bluetooth的蓝牙聊天软件,目前仅支持一对一实时通信、文件传输、好友添加、好友分组、好友在线状态更新等功能,其中消息发送支持文本、表情等方式。
woaimi520/EasygreenDAO
基于greenDAO的上层调用封装
woaimi520/CoopBoard
Mechanical Keyboard by stm32 with usb and bluetooth
woaimi520/Ant
Example project inspired by Trinea's android-common project using new techs which make your architecting of android apps quicker and smoother ,long-term maintenance by Anthony.
woaimi520/JsMVVM
MVVM架构demo
woaimi520/SlideAdapter
一句代码搞定 RecycleView 侧滑菜单、添加头部底部、加载更多 , 像 Glide 一样简洁的链式调用轻松实现 Adapter
woaimi520/Android-PullToRefresh
DEPRECATED
woaimi520/permissionCheck
用户Android6.0+系统敏感权限检测及授权使用
woaimi520/RecordView
安卓录音动效
woaimi520/BluetoothStudy
android 传统蓝牙开发实践,详细开发步骤参考博客: http://blog.csdn.net/qiao_jim/article/details/73008695
woaimi520/DialogLoadding
Android开发之常用的loading等待效果实现,仿微博等待动画。两种实现方式详解