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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -