KJFrameForAndroid的设计思想是通过封装Android原生SDK中复杂的复杂操作而达到简化Android应用级开发,最终实现快速而又安全高效的开发APP。我们的目标是用最少的代码,完成最多的操作,用最高的效率,完成最复杂的功能。
Select the picture from android default album 这个demo包含图片管理功能,ImageManager2这个类具有异步从网络下载图片,从sd读取本地图片,内存缓存,硬盘缓存,图片使用动画渐现等功能,已经将其应用在包含大量图片的应用中一年多,没有出现oom 这个demo只是使用了ImageManager2这个类的一小部分功能。
A light package for Android development, it handles loading image and network request.
(Deprecated)HTTP Live Streaming proxy for ubuntu and android, convert hls protocol to http, use mongoose as a http web server, client can use vlc or android mediaplayer connect to this htttp web server
Android - DWCorePhoto 中有(单张,ListView,GridView,混合ListView(类似微信朋友圈))图片点击放大,以及图片浏览功能原型.加入了rebound,nineoldandroids,universalimageloader的封装库的使用。