Skip to content

Commit

Permalink
Update on Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MohsinaliEMed authored Mar 17, 2021
1 parent 75a78cb commit 7278e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ AppUtilsLibrary is a fast and efficient open source. Apputilus is a library with
<p>Simple use cases will look something like this:</p>

```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<View>(R.id.my_image_view) as ImageView
LayoutUtils.setImageView(mContext, ImageView,imgViewLoadUrl,R.drawable.loading_spinner,R.drawable.img_error)

Expand Down

0 comments on commit 7278e9b

Please sign in to comment.