搜索资源列表
Picture
- 自己写的一个将网上资源存储到sdcard中的源代码。注意输入网上资源(例如图片)的时候要精确到图片的位置(即.jpg)而不是网址。-Write their own online resources will be stored in a sdcard in source code. Note that the input-line resources (such as images) to be accurate when the position of the picture (ie. Jpg
Rotate3D
- 点击按钮,实现左右旋转翻页,(即上一页,下一页)-Click the button to achieve rotation flip around, (ie, Previous, Next)
ANDROID_XQE_sRORLLVIEW
- 如何解决ViewPager在ScrollView中滑动经常失效、无法正常滑动问题?(推荐) 解决方法只需要在接近水平滚动时ScrollView不处理事件而交由其子View(即这里的ViewPager)处理即可,重写ScrollView的onInterceptTouchEvent函数-How to solve ViewPager in ScrollView slides often fail, not the normal sliding problem? (Recommended) W