Android Multilevel Expandableview like Google fit. -


i want design listview google fit shows data. first thing comes mind using expandablelistview. google fit provides nested expandablelistview , smooth transition of expanding , collapsing.

any pointers on how start design? how should layout like? should done in order provide smooth expansion , collapse?

enter image description here

p.s. : interested in designing listview , not stuff progressbar.

  1. u can have @ this link multilevel expandable listview.

  2. also same purpose on github can @ this repository.

these 2 links clarifies multilevel thing.

  1. and smooth transition see this

a perfect blend of these 3 provide desired design. luck


Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

C# MVC AngularJS -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -