varsha
(Extension Developer ā)
August 16, 2021, 10:23am
#1
Features
Tap and hold a view to begin moving it! Drag it between other views to rearrange them, and drop them in place.
Scales nicely to any screen size or resolution
Animates smoothly to indicate the rearrangement of children
Performs well, even with hundreds of children
Becomes scrollable when it contains more children than are visible
Can scroll even when a child is being dragged: just bring it to the very top or bottom
Easy to modify or extend!
Block
DragGridView.aia (17.6 KB)
DragGridView.apk (5.1 MB)
Credit
Thanks to @Shreyash for his super Rush .&
**thanks to @sumit1334 **
Suggestion and issue are welcome
If you like the extension then like the topic
Thank You All
12 Likes
Interesting⦠What are the things seems to be impossible or made developers need to think a lot , becomes easy with your extension⦠Great applause⦠Good work⦠Consecutive successful , morever all are open source⦠Amazing work.
3 Likes
TimAi2
(metricrat)
August 16, 2021, 10:51am
#3
Very clever. A couple of thingsā¦
a single click on a square makes it disappear ?
would be good if a single click on a square returned the text value (and didnāt make it disappear) ?
a clear / reset block would be useful too
1 Like
wow such a great extension and nice ideaā¦
1 Like
techVsurya
(VirajSurya)
August 16, 2021, 5:43pm
#5
Great extension @varsha
*Drag working well to east-west, not for north-south.
would be great if add click event, image along with text.
and square edge corner adjust.
1 Like
Taifun
August 16, 2021, 7:18pm
#6
please remember to follow the naming conventions
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first lā¦
Taifun