- 授权协议: Apache-2.0
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/zzz40500/android-shapeLoadingView
- 软件文档: https://github.com/zzz40500/android-shapeLoadingView
- 官方下载: https://github.com/zzz40500/android-shapeLoadingView.git
软件介绍
Android-shapeLoadingView是一款。
效果对比
gradle
/build.gradle
repositories {
maven {
url "https://jitpack.io"
}
}/app/build.gradle
dependencies {
compile 'com.github.zzz40500:android-shapeLoadingView:1.0.3.2'
}usage
布局上
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"> <com.mingle.widget.LoadingView android:id="@+id/loadView" android:layout_width="fill_parent" android:layout_height="fill_parent"/> </RelativeLayout>
动画自动加载
数据驱动:从方法到实践
桑文锋 / 电子工业出版社 / 2018-3 / 49
本书是从理论到实践的全面且细致的企业数据驱动指南,从作者的百度大数据工作说起,完整还原其从零到一构建百度用户行为大数据处理平台经历。详解大数据本质、理念与现状,围绕数据驱动四环节——采集、建模、分析、指标,深入浅出地讲述企业如何将数据驱动方案落地,并指出数据驱动的价值在于“数据驱动决策”、“数据驱动产品智能”。最后通过互联网金融、电子商务、企业服务、零售四大行业实践,从需求梳理、事件指标设计、数据......一起来看看 《数据驱动:从方法到实践》 这本书的介绍吧!


