Abdullah Umer
Abdullah Umer
``` Fatal Exception: android.view.InflateException: Binary XML file line #7: Error inflating class com.joanzapata.iconify.widget.IconTextView at android.view.LayoutInflater.createView(LayoutInflater.java:606) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680) at android.view.LayoutInflater.rInflate(LayoutInflater.java:739) at android.view.LayoutInflater.inflate(LayoutInflater.java:489) at android.view.LayoutInflater.inflate(LayoutInflater.java:396) at com.haraj.app.backend.HJNotesAdapter.getView(HJNotesAdapter.java:70) at android.widget.AbsListView.obtainView(AbsListView.java:2216) at android.widget.ListView.measureHeightOfChildren(ListView.java:1244) at...
I am getting this crash in Android 6 users. ``` Fatal Exception: java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=23, result=0, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity {com.haraj.app/com.darsh.multipleimageselect.activities.AlbumSelectActivity}: java.lang.NullPointerException: Attempt...
Is there any way to return an array Uri or file descriptors of images instead of the images itself ?
Is there any possibility to have a feature like iOS's [SDWebImageManager](https://github.com/rs/SDWebImage/blob/master/SDWebImage/SDWebImageManager.h) progressive download of image.
Hi My app is freezing when tapped on the action and if save is selected from the action sheet. The dismiss button and swipe also stops working.
I am seeing the following crash in Crashlytics. I am using the latest v1.7.1 ``` Crashed: com.apple.main-thread 0 libswiftFoundation.dylib 0x1050aa5bc protocol witness for Error._domain.getter in conformance CFErrorRef + 6672 1...
The text alignment for RTL language is incorrect in description field. Furthermore, the text "of" in the top also does not change according to local language. 
Is there any way to add an icon + any text to a label or image? e.g: ``` label.text = [NSString fontAwesomeIconStringForIconIdentifier:@"fa-github + myText"]; ```
WhatsApp icon is missing. :( Fontawesome contains fa-whatsapp but its missing in this lib.
I am facing compilation errors in Xcode 12 beta due to adding extensions for `Logger.Domain`. This was working fine previous releases of Xcode. Any idea how to solve this issue?...