A customizable Android library to display Error/Message/Loading.
- MIN-SDK Version = 14
setTypeface(typeface: Typeface?)
// setTypeface
of errorTextView
andButton
showMessage(...)
// show suitable UI for a messageshowError(...)
// show suitable UI for an errorshowInternetError(...)
// show suitable UI for an Internet not found errorshowNoData(...)
// show suitable UI for Data Not AvailableshowLoading(...)
// show suitable UI initializing loadingshowListLoading(...)
// show suitable UI for initializing a listhide(...)
// hide the library
<com.mojtaba_shafaei.android.ErrorMessage
android:id="@+id/em"
android:layout_width="match_parent"
android:layout_height="match_parent"/>