Alaa AbuZarifa

Results 9 issues of Alaa AbuZarifa

I can't understand what's happening here, basically the first case (tab) isn't triggered most of the time, by that I mean, it will guaranteed to work when I click on...

I applied your library with json data, and it's working perfectly, but the RecyclerView right now is for a list of parents with fixed-size children, but for the json that...

Thanks for this project. However, the scrolling behavior isn't smooth like a regular ScrollView and when I tried to used fling, it scrolls just a little and it didn't perform...

is there a way to show tab item with no title (just icon) and the others with titles and icons normally.! I tried to not add the title when I...

I can't use the library, once the project starts building the error below comes up. I'm using AndroidX version ``` dependencies { implementation 'com.github.todou:nestrefresh-androidx:0.0.7' } ``` The Error - ```...

The library is awesome, except it does not support RTL. I had to do a workaround by manually setting the `layoutDirection = ltr` and then replacing the position of the...

I have VectorDrawable resource and it has to paths that I want to add `stroke-dasharray ` to using this library, but I don't if that's possible or not? and how...

I believe your plugin is the best one yet for POJO generation, but the only thing missing is naming form for the setters and getters, for example: if the variable...

I faced with an NPE when I clicked on the cuerrcny view, check the video link below https://drive.google.com/file/d/1TTuRBnLylL1Iw5H_AklE_uMZyYPMnqUr/view?usp=sharing dependency version : `2.15.3` ------- **Error** ``` --------- beginning of crash E/AndroidRuntime:...