Pinned Repositories
Android-FakeMetroUI-UseRelativeLayout
like iOS UIColection, windows MetroUI.
Android-MetroUI-UseGridLayout
like iOS UIColection, windows MetroUI. (deprecated)
Ble_Dome
Foreground Service & scan BLE
DiffUtilRV
一言不合就寫範例
gdg-git
practice
GithubList
practice for kotlin
KChartView
KChart for Android ;股票k线图
kotlin-koin-mvvm-retrofit-coroutines
Kotlin Base Project App with koin injection + Retrofit and coroutines
ProgressView
🌊 A polished and flexible ProgressView, fully customizable with animations.
Ten-Wang's Repositories
Ten-Wang/android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Ten-Wang/ARCoreSample
ARCore Android Application Sample implemented Sceneform and face augmented
Ten-Wang/AutoSkeleton
skeleton loading library provides an easy way to show skeleton loading like Facebook or Alipay aiming performance and extensibility
Ten-Wang/AWS-S3-Download-Sample-Code
A simple sample code to S3 download
Ten-Wang/coroutines-examples
Examples for coroutines design in Kotlin
Ten-Wang/developer-roadmap
Roadmap to becoming a web developer in 2019
Ten-Wang/DiscreteSlider
A slider (SeekBar) with amazing value label.
Ten-Wang/Exposed
Kotlin SQL Framework
Ten-Wang/FinMind
Open Data, more than 40 financial data. 提供超過 40 個金融資料,每天更新
Ten-Wang/GDG-DevFest-App
An App Template For GDG DevFest
Ten-Wang/IntlPhoneInput
International phone input for Android
Ten-Wang/KeepAlive
Fighting against force-stop kill process on Android with binder ioctl / Android高级保活
Ten-Wang/KLineView
Android股票走势图K线控件
Ten-Wang/Kodein-DI
Painless Kotlin Dependency Injection
Ten-Wang/koin
KOIN - a pragmatic lightweight dependency injection framework for Kotlin
Ten-Wang/Koin-Example
Ten-Wang/ktor
Framework for quickly creating connected applications in Kotlin with minimal effort
Ten-Wang/LayoutMaster
An Android Studio Plugin for ui debugging.
Ten-Wang/MPAndroidChart
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
Ten-Wang/MqttClientAndroid
A demo about how to use mqtt client easier and faster on android
Ten-Wang/NettyChat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Ten-Wang/opengl
android OpenGL examples
Ten-Wang/power-mode-intellij-plugin
Power Mode II Intellij plugin
Ten-Wang/quickstart-android
Firebase Quickstart Samples for Android
Ten-Wang/robotmon-scripts
Run Javascript on Android. Screenshot, Touch, ...
Ten-Wang/rtmp-rtsp-stream-client-java
Library to stream in rtmp and rtsp for Android. All code in Java
Ten-Wang/SuperButton
这真的可能是最好用的按钮了
Ten-Wang/Telegram
Telegram for Android source
Ten-Wang/Text-To-Speech-in-Android-Example-
Android provides Speech package that makes Text to Speech conversion very easy. android.speech.tts.TextToSpeach class provides necessary methods to the trick. At the start we need to implement the TextToSpeech.OnInitListener to do the initialization. During initialization we can set the Locale, Audio pitch rate, audio speed. setLanguage() method is used to set the language.
Ten-Wang/YCDialog
自定义弹窗,其中包括:自定义Toast,采用builder模式,支持设置吐司多个属性;自定义dialog控件,仿IOS底部弹窗;自定义DialogFragment弹窗,支持自定义布局,也支持填充recyclerView布局;自定义PopupWindow弹窗,轻量级,还有自定义Snackbar等等;还有自定义loading加载窗,简单便用。目前已经用于多个正式项目中。同时还有附加7篇关于弹窗的源码分析博客