Skip to content
radhay-samagra edited this page Apr 8, 2022 · 6 revisions

Welcome to the Android-Cascaded-Data-Module wiki!

The aim is to create an android library capable of enabling 2 features -

1. Nested/Cascaded dropdowns

cascaded

2. Search box with suggestions using cascaded data

search

The objective is to be achieved using Cascaded data objects where the data object can be defined as a JSON comprising of n number of keys organised in a linear hierarchy (in a parent-child relationship)

Sample Cascaded Data Json - Link

Assumed workflow for the module

Android Cascaded Data Module -