TellH / RecyclerTreeView

TreeView implement in Android with RecyclerView.
Apache License 2.0
651 stars 117 forks source link

Setting list data by json.. #19

Closed ashokbg closed 6 years ago

ashokbg commented 6 years ago

Hi Is it possible to set list of Dir,File by Json response ? if possible how Json structure looks.

TellH commented 6 years ago

@ashokbg hi~ Actually I make it to display Dir and File by Json response in my project, you can check it out here. https://github.com/TellH/GitClub/blob/dev/app/src/main/java/tellh/com/gitclub/presentation/presenter/RepoSourcePresenter.java