struggggle

Results 10 issues of struggggle

Dear developers, I found an inefficient API, setImageURI(), is used in chips. For setImageURI(), Google says this: https://developer.android.com/reference/android/widget/ImageView.html#setImageURI(android.net.Uri) " This does Bitmap reading and decoding on the UI thread, which...

Dear developers, I found an operation of bitmap displaying that can be optimized in MPDroid. When loading an image, Google suggests us to resize the image before decoding them. it...

Hi, I opened the news list and swiped it to browse more news. After I swiped several times and browsed dozens of news, I found that the speed of image...

high
android
android-story-list

Slide version: 6.6.1 Android version: Nexus 6 API 28 Hi, I hooked the statements that perform image decoding in Slide and executed the app and found four defects that may...

Dear developers, I am a user of RedReader, and thank you for the wonderful work. When I click an item and browse it's image, for some large images, the downloading...

Duplicate
Enhancement

Dear developers, I am a big fan of owncloud. Recently I found some potential slow bitmap displaying implementations in owncloud's code. (1) In the position: com.owncloud.android.ui.adapter.DiskLruImageCache.java getBitmap() (line 125) the...

File list

Dear developers, I found several bitmap displaying issues in document-viewer. These issues could affect performance. In the position of document-viewer: org.ebookdroid.common.cache.ThumbnailFile.java load() https://github.com/SufficientlySecure/document-viewer/blob/master/document-viewer/src/main/java/org/ebookdroid/common/cache/ThumbnailFile.java ` private Bitmap load(final boolean raw) {...

enhancement

Dear developers, I am analyzing Seadroid using a static code checker and I find that Universal-Image-Loader is used in Seadroid to process image displaying. In the following source code, image...

Dear developers, In the position: https://github.com/guardianproject/ChatSecureAndroid/blob/master/src/info/guardianproject/otr/app/im/plugin/xmpp/XmppConnection.java#L389 The bitmap object of "b" can be recycled timely because the app will never use it after writing a compressed version of it to...

Dear developers, I found an inefficient API, setImageURI(), is used in OpenNoteScanner. For setImageURI(), Google says this: https://developer.android.com/reference/android/widget/ImageView.html#setImageURI(android.net.Uri) " This does Bitmap reading and decoding on the UI thread, which...