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.
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
Post a Comment