This a view that waiting for network connection to resolve with cool animation . This is an implementation of this in dribbble
#Usage
XML
<xhome.uestcfei.com.whut.whut
android:layout_width="300dp"
android:id="@+id/search"
android:layout_centerHorizontal="true"
android:layout_height="300dp" />
JAVA
public void stop(View view) {
Log.d(TAG, "stop");
whut.stopSearch();
}
public void start(View view) {
Log.d(TAG, "start");
whut.startSearch();
}
