未加载出真正数据时的显示界面 LoaderViewLibrary
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/elye/loaderviewlibrary
- 软件文档: https://github.com/elye/loaderviewlibrary/blob/master/README.md
- 官方下载: https://github.com/elye/loaderviewlibrary/archive/master.zip
软件介绍
LoaderViewLibrary,一个用于在等待文字和图片加载时显示加载动画的库。
运行效果:
示例代码:
在布局文件中定义TextView的加载页面
<com.elyeproj.loaderviewlibrary.LoaderTextView android:layout_width="match_parent" android:layout_height="wrap_content" />
在布局文件中定义ImageView的加载页面
<com.elyeproj.loaderviewlibrary.LoaderImageView android:layout_width="100dp" android:layout_height="100dp" />
用width_weight定义TextView的宽度百分比用于显示加载动画
<com.elyeproj.loaderviewlibrary.LoaderTextView android:layout_width="match_parent" android:layout_height="wrap_content" app:width_weight="0.4" />
用height_weight定义TextView的高度百分比用于显示加载动画
<com.elyeproj.loaderviewlibrary.LoaderTextView android:layout_width="match_parent" android:layout_height="wrap_content" app:height_weight="0.8" />
用use_gradient定义TextView或ImageView的梯度用于显示加载动画
<com.elyeproj.loaderviewlibrary.LoaderTextView android:layout_width="match_parent" android:layout_height="wrap_content" app:use_gradient="true" />
百度SEO一本通
潘坚、李迅 / 电子工业出版社 / 2015-6 / 59.00元
《百度SEO一本通》通过浅显易懂的叙述方式,以及大量的图示,详细介绍了SEO的关键技术要点,对于搜索引擎优化中重要的关键词优化、链接优化,以及百度推广中的推广技巧都进行了详细的介绍。 《百度SEO一本通》共分为11章,首先让大家了解SEO存在的原因,然后对网页、网站、空间和程序与SEO的关系展开了细节上的讨论,最后几章深入介绍了百度推广的相关概念、设置、技巧和实操,让读者可以轻松上手操作,易......一起来看看 《百度SEO一本通》 这本书的介绍吧!
