Search code examples
androidjquerylayoutandroid-studiouislider

Is there a common way to create sliding sub-views in a list?


The idea isn't very complicated, and I'm pretty sure I've seen it before, the following image illustrates the idea:

See this picture since it won't let me embed yet

I figure this would be a pretty common thing, but I just don't know what it is called.

I have found some information just by doing some searching, but most are from pull up menus from the bottom of the screen etc. I can figure out how to get something to "slide" out, but not really sure how to push everything else down.

Not looking for someone to code this for me, just some pointers.


Solution

  • i think you want to implement expandable list view. so please view this link .