Skip to content

sriharshachilakapati/AndroILD

Repository files navigation

AndroILD Logo

An Image Loading delegate to common Android Image Loading Libraries

API

// For drawable resources
AndroILD.newRequest()
    .load(R.drawable.logo)
    .into(imageView)

// For network resources
AndroILD.newRequest()
    .load("https://github.com/sriharshachilakapati/AndroILD/raw/main/AndroILD.png")
    .into(imageView)

Maven URLs will be given once the API becomes stable.

About

An Image Loading Delegate for Android to easily delegate to different libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages