Android代码-ListView-Snapshot-Demo
文件大小: 116k
源码售价: 10 个金币 积分规则     积分充值
资源说明:Listview-snapshot       A demo android application that uses the listview-snapshot android library. Use this library to convert any listview into an image (snapshot) and store it anywhere in your phone. Usage You will need to use the jcenter() repository in your project level build.gradle to use the library with a single line of gradle script. allprojects { repositories { jcenter() } } To use the library, add the following dependency to your app level b
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。