jiaLian's Stars
oncealong/restartApp
How to restart android app programmatically? Look here!
ToxicBakery/ViewPagerTransforms
Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
lsjwzh/RecyclerViewPager
Deprecated
Devlight/InfiniteCycleViewPager
Infinite cycle ViewPager with two-way orientation and interactive effect.
JakeWharton/ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
Jude95/RollViewPager
A ViewPager can auto play and loop
antonyt/InfiniteViewPager
Augment Android's ViewPager with wrap-around functionality.
amitshekhariitbhu/PRDownloader
PRDownloader - A file downloader library for Android with pause and resume support
Aspsine/MultiThreadDownload
Android Multi-Thread Download library
lingochamp/FileDownloader
Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process
javiersantos/BottomDialogs
An Android library that shows a customizable Material-based bottom sheet. API 11+ required.
javiersantos/MaterialStyledDialogs
A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
CraftsmenTech/AndBase
AndroidBase android 应用开发框架 1.andbase中包含了大量的开发常用手段。 如网络下载,多线程与线程池的管理,数据库ORM,图片缓存管理,图片文件下载上传,Http请求工具,SOAP工具类,异步Task,常用工具类(字符串,日期,文件处理,图片处理工具类等),能够使您的应用在团队开发中减少冗余代码,很大的提高了代码的维护性与开发高效性,能很好的规避由于开发疏忽而导致常犯的错误。 2.andbase封装了大量的常用控件。 如list分页,grid分页,下拉刷新,进度框,图片轮播,表格,多线程下载器,侧边栏,图片上传,轮子选择,图表,Tab滑动,日历选择器等。 3.强大的AbActivity,您没有理由不继承它。 继承它你能够获得一个简单强大可设置的操作栏,以及一系列的简单调用,如弹出框,提示框,进度框,副操作栏等。 4.提供效率较高图片缓存管理策略,使内存大幅度节省,利用率提高,效率提高。 程序中要管理大量的图片资源,andbase提供简单的方法,几步完成下载与显示,并支持缩放,裁剪,缓存功能,OOM不在有。 5.封装了大量常见工具类。 包括日期,字符,文件,图片,数学,View万能适配工具类等各种处理函数, 多而全。 6.用andbase大量减少handler的使用,而采用回调函数,代码更整洁。 handler会产生大量代码,并且不好维护,andbase对handler进行了封装,你会发现用了andbase基本代码中不会再有大量的handler判断语句。 7.简单轻量支持注解自动建表的ORM框架(支持一/多对多的关联操作)。 写sql,建表,工作量大,andbase提供更傻瓜异步增删改查工具类,数据库在内置卡和外置卡都可以。 8.异步请求http框架,网络请求标准化,支持文件上传下载,get,post,进度显示。 包含了异步与http请求的工具类,SOAP请求工具类,简单实用。
crossbario/autobahn-java
WebSocket & WAMP in Java for Android and Java 8
lecho/hellocharts-android
Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊
igniterealtime/Smack
A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs
jhalterman/lyra
High availability RabbitMQ client
itext/itext-java
iText for Java represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow.
square/retrofit
A type-safe HTTP client for Android and the JVM
rabbitmq/rabbitmq-java-client
RabbitMQ Java client
Azure/azure-iot-sdks
SDKs for a variety of languages and platforms that help connect devices to Microsoft Azure IoT services
itsrts/pptviewer-android
A ppt viewer library for android, which can be easily used in any existing application
DImuthuUpe/AndroidPdfViewer
Android view for displaying PDFs rendered with PdfiumAndroid
novoda/rxpresso
Easy Espresso UI testing for Android applications using RxJava.
vgrec/EspressoExamples
A collection of examples demonstrating different techniques for automated testing with Espresso.
sockeqwe/mosby
A Model-View-Presenter / Model-View-Intent library for modern Android apps
greenrobot/greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
android/architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
janishar/android-mvp-architecture
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
android/testing-samples
A collection of samples demonstrating different frameworks and techniques for automated testing