diff --git a/README.md b/README.md index e391cb4..e47666c 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ AppUtilsLibrary is a fast and efficient open source. Apputilus is a library with

Simple use cases will look something like this:

```Kotlin -// For a simple view for Check Network connection: -isNetworkConnected(context,"Internet not connected") + // For a simple view for Check Network connection: + isNetworkConnected(context,"Internet not connected") -// For a simple image list we use Glide: + // For a simple image list we use Glide: val imageView: ImageView = findViewById(R.id.my_image_view) as ImageView LayoutUtils.setImageView(mContext, ImageView,imgViewLoadUrl,R.drawable.loading_spinner,R.drawable.img_error)