-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Nested Category Screen #1792
Comments
Here a simple idea. https://github.com/wolfsolver/exampleNestedCategory @guanlisheng did you have any suggestions? First switch off use method like previous one, set on use _self to handle parent as children (so parent can have total) |
@guanlisheng I need your support to convert from sample project into AMMEX. Take a look to my latest deploy on https://github.com/wolfsolver/exampleNestedCategory I try to adapt sample code into AMMEX structure. Previus category management use this this kind of declaration
and the following hierarchy: I need to switch from ExpandableList to new layout based on two piece of layout:
This suggest to have this new class inside project:
and put all logic for generic multilevel into BaseMultiLevelListFragment and all specifc logic into NestedCategoryListFragmentNew It's correct? do you have any suggestion? |
My Todo list:
|
Step 2 for remove unused code #1792
Step 3a prepare for remove unused code #1792
I made some check and develop a mockup for multilevel category entry..
Comment on Usability are welcome
The text was updated successfully, but these errors were encountered: