Listing Creation Control like Google Keep in an Android app -


here link of creating list in google keep app. need list creation control in android.

enter image description here

i searching control of creating item listing google keep android.

is there third party library? if not, give me idea create control that.

irshu mention in comment use staggeredgridlayoutmanager.a layoutmanager lays out children in staggered grid formation. supports horizontal & vertical layout ability layout children in reverse.

staggered grids have gaps @ edges of layout. avoid these gaps, staggeredgridlayoutmanager can offset spans independently or move items between spans.

for more details visit: http://developer.android.com/reference/android/support/v7/widget/staggeredgridlayoutmanager.html

tutorials : http://inducesmile.com/android/android-staggeredgridlayoutmanager-example-tutorial/


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -