Yong Hu
Results
2
issues of
Yong Hu
Hi Sir, I put AvatarView into a ViewGroup(such as LinearLayout) in xml file, and capture the ViewGroup with code snippet like below ```java mSrcViewGroup.setDrawingCacheEnabled(true); Bitmap bm = mSrcViewGroup.getDrawingCache(); Bitmap copy...
Hi, Do we have any description for Android proguard configurations? That will help us to avoid crash during runtime due to such as reflection. Below is configuration in my project....
enhancement