bignerdranch / expandable-recycler-view

[DEPRECATED]
MIT License
1.21k stars 290 forks source link

How Read Json from webService #353

Closed iman100 closed 7 years ago

iman100 commented 7 years ago

How do parents and child to read just JSON web service (phpmyadmin)??? i can,t find her example . Are you an example, do you? Please link or guide me

dgreenhalgh commented 7 years ago

@iman100 This library is web service agnostic. Take a look at ExpandableRecyclerAdapter and the collection that it takes in. Deserializing your data is outside of the scope of Expandable RecyclerView just like a regular RecyclerView.