Amr Hesham

Results 81 comments of Amr Hesham

Hello @Ag-gu, Thanks for your review, I am thinking of enabling multi selection without extra functions, just a new flag that enable/disable this feature and in the view holder you...

Hello @Ag-gu, You need to notify the adapter by position if you know it or notify in general, later I will provide functions to manage nested add and remove Thanks...

Hello @Premjit-Chowdhury, Very happy that you loved it, I think it will be better to keep the default TreeNode object small and simple and anyone can extend it easily, if...

Hello @polo2169, First welcome to java and TreeView😄 > I don't understand what are the parent and child layouts. The tree is represented as roots and subnodes for example ```...

It weird @polo2169, Make sure you used this import `import com.amrdeveloper.treeview.TreeNode;` Can you please write the error message in this line `treeViewAdapter.updateTreeNodes(roots);`

First of all roots should add to the roots list so if you want to show Directories 1 and 2 add them to the list ```java roots.add(directory1); roots.add(directory2); ``` Then...

@polo2169 You're most welcome :D, enjoy using it

Hello @urmomsangus, Thanks for your suggestion, I am still thinking about how to improve the full design and how it can look modern and simple in the same time, I...

Hello @Achisyg2, Thanks for your report, `java.lang.ArrayIndexOutOfBoundsException: length=5; index=5 at` Can you please provide some more information for example how many reactions you used? I think they are 5 what...

@Achisyg2 This means your index is invalid, try to set the first reaction and scroll fast it will not crash, then try to check the firebase data and compare the...