"It blue Leopard" high imitation flower field iOS label mobile effect

Source: Internet
Author: User

High Imitation flower field iOS label move effect, long press each item to drag to the position you want, the back position to move the completion effect.
This project is suitable for the study of the GridView drag effect of friends download.
Learn about Android animation effects.
This project is mainly implemented by Draggrid,
/** in the case of drag */
    private void Ondrag (int x, int y, int rawx, int rawy) {
        if (Dragimageview! = null) {
             windowparams.alpha = 0.6f;
//            windowparams.x = RAWX-ITEMWIDTH/2;
//            windowparams.y = RAWY-ITEMHEIGHT/2;
            windowparams.x = rawx-win_view_x;
            windowparams.y = rawy-win_view_y;
            windowmanager.updateviewlayout (Dragimageview, Windowparams);
        }
    }

/** in the situation.
private void OnDrop (int x, int y) {
Gets the postion of the item below the drag position, based on the x, Y coordinates dragged to
int temppostion = pointtoposition (x, y);
if (temppostion! = adapterview.invalid_position) {
Dropposition = temppostion;
Dragadapter Mdragadapter = (dragadapter) getadapter ();
Show the item you just dragged
Mdragadapter.setshowdropitem (TRUE);
Refresh the adapter so that the corresponding item is displayed
Mdragadapter.notifydatasetchanged ();
//        }
}

Operating effect:

    • 650) this.width=650; "src=" Http://www.itlanbao.com/code/users/10000/20151112/2015111214035778235066.gif "/>


Effect Source: http://www.itlanbao.com/code/20151112/10000/100641.html


"It blue Leopard" high imitation flower field iOS label mobile effect

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.