Pinned Loading
-
A task to download and save image to...
A task to download and save image to SD card with Glide 1public class ImageSaveTask extends AsyncTask<String, Void, Void> {
2private Context context;
34public ImageSaveTask(Context context) {
5this.context = context;
-
RecyclerViewLoadMore
RecyclerViewLoadMore Publicpull up to load more, show a message if no more, pull down to refresh
Java 1
-
A bitmap util that scale source bitm...
A bitmap util that scale source bitmap to specific size with aspect ratio remained, alpha pixels filled on one dimension if need 1public class BitmapUtils {
23/**
4* scale source bitmap to specific width and height remaining the aspect ratio.
5* If source bitmap aspect ratio is not the same with target ((float) dstWidth / dstHeight),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.