Amr Hesham

Results 81 comments of Amr Hesham

Hello @momobobe, Thanks for your suggestion, it will be available in the next version Thanks Amr Hesham

Hello @momobobe, The feature is done and the new version will be release soon on stores Thanks Amr Hesham

Hello @tiniwings Thanks for your suggestion, i will check it

Hello @atulIPHS, why you want to duplicate the angry reaction? If you have some new ideas or bug report, you are welcome to create new issues

@atulIPHS Hello bro, I created a new release 2.0.0 you can check the new features https://github.com/AmrDeveloper/ReactButton/releases/tag/2.0.0 Now you can do what you want, the dialog will be above your button,...

Hello @FrioGitHub Your code will only get the first level of folders for example if you run it with path of D0, you will get D1 and D2 Only ```...

Hello @FrioGitHub, If you passed a path for one file it will return it as TreeNode, If you have one folder with many files you should pass the path of...

@myusersnamesis One of your nodes is null, try to add check in the crawler function to check if you pass null

Try to check if `crawlerStorageFiles` return null in any stage for example ``` public TreeNode crawlerStorageFiles(File parentPath) { if (parentPath.isDirectory()) { TreeNode node = new TreeNode(parentPath.getName(), R.layout.layout); If (!parentPath ==...

You're welcome bro, If you have directory `0` the straightforward solution is to do this ```java // This will loop on downloads, android...etc for (File file : zeroDirectory.listFiles()) { TreeNode...