搜索资源列表
Android.Dialog
- A C# framework for building Android UI (https://github.com/sam-lippert/Android.Dialog)
ZGParallelView
- ZGParallelView ParallelView** is the easiest way to add a Parallax effect to a `UITableView`. It works perfectly with `UITableViewController` and is completely compatable with both `UITableViewStyle`.-ZGParallelView ============== ####Parall
MSPullToRefreshController
- MSPullToRefreshController 彩色ios下拉刷 一个很有创意的彩色下拉刷新的效果.,在上在下刷新之后.在刷新显示的时候还有彩色变化的动 AH3DPullToRefresh,下拉刷新3D-# [GoMiso s](http://gomiso.com) Pull To Refresh Library #### Authors Me and [Tim Lee](https://github.com/timothy1ee) #### Pull To Re
QBAnimationSequence
- 利用图像序列产生动画效果。本代码类库提供了几种图片序列产生的动画效果,具体请看视频。 编译测试,适用环境:Xcode 4.5, iOS 5.0 以上。 -# QBAnimationSequence QBAnimationSequence is a library for controlling continuous view animations. ## Installation `#import "QBAnimationSequence.h"` in your
ftutils
- 实现各种各样的图形、动画效果。例子中展现的是各种各样视图出现和消失的例子,例如视图的淡入淡出、飞进飞出等等。-FTUtils iPhone Utility Code Library =================================== The code in FTUtils is common utility code extracted from [Free Time Studios](http://www.freetimestudios.com/) iPhon
codefans.net
- Android PDFViewer,文字显示正常,图片显示较差,另外显示的时候bitmap起始位置有点偏差,从github下载得来-Android PDFViewer , text viewer normal,jpg viewer has some bug ,and view matrix has something wrong.download from github
Collection-information-reader
- 源码简介: 本项目是一套关于图文资讯的项目源码,这个项目是由若干个小项目组成。整整集成了10个开源项目, 把不要重复造轮子这句程序界的名言发扬的无比光大。其中七个项目以jar包形式支持,其余三个需要 以工程方式链接。另外项目使用了mvc和多种设计模式但是代码比较干净整洁。更多项目细节可以自己 下载源码编译运行。另外项目是从github直接下载的,如果出错可以访问https://github.com/geniusgithub/Look-Around下载最新源码 涉及模块&
cardslib-master
- 安卓开发最近很流行的卡片式框架~github上也有-On the card ~ github there
cardsui-for-android-master
- 另外一个卡片式的框架~同是在github上的~大家感兴趣可以去github探索一下~-Another type of card is in the same frame ~ ~ github for everyone interested can go to github explore ~
VerticalHoraizontaiViewPager-master
- android 实现竖向的viewpager, 在github上是一个开源的库,但是只支持老的v4 库,这个是修改过的-vertical viewpager
TestCircleButton
- 圆形button的实现,部分源码来自于github,能够实现比较漂亮的button-Round button implementations, some source code from github, can achieve more beautiful button
AudioRecorderForMp3
- Android录音 实现Mp3录音 在github上下载的 觉得不错 推荐下 -Android Record for Mp3 Android Record for Mp3 Android Record for Mp3 Android Record for Mp3
android-circlebutton-master
- Android圆形按钮,实际实现是继承自ImageView 使用方式: repositories { mavenCentral() mavenLocal() } ... dependencies { compile com.github.markushi:circlebutton:1.1 } 布局: <FrameLayout xmlns:android= http://schemas.and
Android-DirectionalViewPager
- DirectionalViewPager支持横向和纵向的ViewPager 项目地址: https://github.com/JakeWharton/Android-DirectionalViewPager 这个别人已经试过了: Android之仿网易V3.5新特性http://blog.csdn.net/way_ping_li/article/details/9359191 我只是重新测试了一下,感觉可以用。 只是要注意,需要导入-v4.jar包,并且
QQ-master
- 最近在做社交项目的时候,在github上发现的一个模仿QQ的源码,很棒。-Recently when doing social projects, found on the GitHub of a copy of the QQ source code, very good.
iOS-refresh-table
- 在iOS开发中经常会遇到信息逐条展示的情况,当信息条数较少时我们当然可以让一次性将所有的信息放进UITableView的数据源中,但是当信息条数几百上千,而且包含大量图片(如小说app的书目展示)时,一次性将它们全部从后台获取出来放在UITableView中显然不现实,而应该一次显示几行数据,然后通过下拉和上拉再次从后台获取数据。这时候就需要用到带上下拉刷新动画的table。 MJRefresh是github上的开源项目,它能够很方便的实现UIScrollView、UITableView、U
RestKit-development
- github上的开源项目RestKit是一个被广泛使用的IOS网络访问框架,但是这个框架异常庞大,使用复杂,这是一个已经集成好了该框架的工程-RestKit github open source projects on the IOS network access is a widely used framework, but the framework unusually large, the use of complex, which is a good project that has b
MagicalRecord-master
- github上的开源项目MagicalRecord是一个被广泛使用的iOS数据本地化存储项目,让我们可以很方便的使用iOS框架中的CoreData框架,但是该项目集成起来还是有一点难道,因此提供这个已经集成好的工程-MagicalRecord github open source projects on an iOS localized data storage project has been widely used, so that we can easily use the iOS fra
AndroidNDKSample-master
- 大量Android NDK的Demo。请关注Google官方Github repository:https://github.com/googlesamples/android-ndk 。-A lot of Demo of Android NDK. Please follow the official Github repository of Google: https://github.com/googlesamples/android-ndk .
github
- Andoridx项目,调用github的API,获取github中的用户信息(android project, using retrofit)