1
How to create blocks similar to the figure below, which can be created, removed, resizable (modify its size in relation to height and width) and can be placed in different places of the layout by simply dragging it to the place you want?
1
How to create blocks similar to the figure below, which can be created, removed, resizable (modify its size in relation to height and width) and can be placed in different places of the layout by simply dragging it to the place you want?
1
I found some libraries that can help you.
http://blahti.wordpress.com/2013/03/04/drag-drop-for-gridview-v4/ https://stackoverflow.com/a/11431768/1565769 https://github.com/askerov/DynamicGrid https://github.com/balesz/android-tutorial-CardFlipAnimation http://moodroid.com/2014/04/freeflow-asymmetric-listview/
I’ll take a look thank you +1 in your reply.
Browser other questions tagged android android-layout
You are not signed in. Login or sign up in order to post.
Just to clarify: this figure does not refer to a type of layout with the features you described; it shows only a layout with possibility to display components of different sizes, but not "dynamic" or draggable. Which I remember the Android documentation does not describe this kind of functionality.
– Piovezan