-
java.lang.RuntimeException: Canvas: trying to draw too large(290841740bytes) bitmap. at android.graphics.BaseCanvas.nDrawBitmap(Native method) at android.graphics.BaseCanvas.drawBitmap(BaseCanvas.java…
-
### New Issue Checklist
* [x] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md)
* [x] I have read the [Documentation](http:/…
-
Hello,
I need a lib for Swift markdown parser/display where when interpreting a link where the href is "ubook-app://product/123", a custom view is placed inside that displays a loading, then loads …
-
-
Here is the code I have. I am using custom cells loaded from xibs and did everything possible to create transparent backgrounds. No luck.
# AlbumsViewController
``` objc
- (KKGridViewCell *)gridView…
-
I try to customize my views inside horizontalScrollView, but the item only appear on once, not completely iterate. Look like this :
![screen shot 2017-04-03 at 4 20 30 pm](https://cloud.githubuser…
-
Version 2.4.0 is the last one where I can see the arrow. For newer Versions I only see white where it should be.
I also tried the following:
```
val img : ImageView = ccp.findViewById(R.id…
-
Hello,
Can it be possible to make image width to match_parent( same as device width) when there is only one image in list? I just apply below code but no luck.
```
int imgWidth = width[0] * …
-
Hi Aaron,
I am trying to play with the UIImage and UIImageView.
Simple code:
```
var imageView:UIImageView = new UIImageView();
var panelImage:UIImage = UIImage.imageWithData(NSData.dataWithContent…
-
I am currently loading an image directly in to an ImageView using the following code:
Ion.with(context)
.load(url)
.addHeader(HEADER_AUTHORIZATION, mUser.getBearerToke…