Fresco使用注意點

2021-07-05 11:59:39 字數 681 閱讀 3640

1.必須設定寬高,可以xml中設定,也可以在**中設定,不支援wrap——content,如果在xml中拿不準寬高,要在**中

呼叫setlayoutparams顯式設定寬高

2.以下個方法也許你會用到

public static void init(context context) 

/*** 預載入

* @param context

* @param url

*/public static void preloadimg(context context,string url)

/****/

private static final string myprojectdirecotry = "frescoimg";

public static diskcacheconfig getdiscacheconfig(final context context)

}).setbasedirectoryname(myprojectdirecotry).setmaxcachesize(41943040l).setmaxcachesizeonlowdiskspace(10485760l).setmaxcachesizeonverylowdiskspace(2097152l).build();

}

Fresco 的幾個注意的點

fresco 的使用方式官網給出了詳細的說明,基本使用也比較簡單.這裡只是記錄一些遇到的一些情況 draweeview直接設定,官網給出的是 uri uri uri.parse draweeview draweeview draweeview findviewbyid r.id my image v...

Fresco的使用及注意事項

時間 2016 10 17 18 32 12 devwiki s blog 原文主題 fresco compile com.facebook.fresco fresco 0.12.0 以下是載入gif使用,按需新增 compile com.facebook.fresco animated gif 0...

Fresco簡單使用

1.依賴和許可權 compile com.facebook.fresco fresco 0.12.0 在 api 14 上的機器支援 webp 時,需要新增 compile com.facebook.fresco animated base support 0.12.0 支援 gif 需要新增 co...