We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5849a18 commit e26e9cfCopy full SHA for e26e9cf
README.md
@@ -109,21 +109,25 @@ Application intialization:
109
110
111
## 5. Q&A:
112
+
113
+Issue 1:
114
115
android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.facebook.drawee.view.SimpleDraweeView
116
117
Solution: make sure Fresco is initialized in app properly.
118
119
android:name=".DemoApplication"
120
...
121
Fresco.initialize(getApplicationContext());
122
123
+Issue 2:
124
125
App crash while loading large amount of images
126
127
Solution: disable hardware acceleration for activity
128
129
android:hardwareAccelerated="false"
130
-
131
# License
132
133
Multiple-Images-Selector is [MIT-licensed](LICENSE).
0 commit comments