Announcement: Tencent Cloud Mini Program Platform Renamed to Tencent Cloud Super App as a Service on January 2, 2025
Console Updates
Android SDK Updates
iOS SDK Updates
Flutter SDK Updates
IDE Updates
Base Library Updates
@Overridepublic Drawable getDrawable(Context context, String source, int width, int hight, Drawable defaultDrawable)
@Overridepublic Drawable getDrawable(Context context, String source, int width, int hight, Drawable defaultDrawable) {// Integrate your own ImageLoader// The example code uses the open-source UniversalImageLoaderUniversalDrawable drawable = new UniversalDrawable();if (TextUtils.isEmpty(source)) {return drawable;}drawable.loadImage(context, source);return drawable;}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback