You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim is to create an android library capable of enabling 2 features -
Nested/Cascaded drop downs
Nested search engine in a search box
These features will be backed by a list of 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)
An example of a linear data object could be administrative units (District, Block, Gram Panchayat) where Gram Panchayat unit is a child of parent block and block is a child of parent District.
Features to be Implemented
Create a service to download data objects via API
Create a manager to modify downloaded data into an optimal data structure efficient for direct and fuzzy search
A UI layer able to render data in cascaded dropdowns
A UI layer able to render data in a search box capable of providing direct/fuzzy search
Description
The aim is to create an android library capable of enabling 2 features -
These features will be backed by a list of 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)
An example of a linear data object could be administrative units (District, Block, Gram Panchayat) where Gram Panchayat unit is a child of parent block and block is a child of parent District.
Features to be Implemented
Required Tech Stack
Java, Kotlin
Check this for detailed explanation.
The text was updated successfully, but these errors were encountered: