Android for Programmers:an app-driven Approach Learning notes (a) Spoton

Source: Internet
Author: User
Project Introduction: In order to test the player's agility, the game requires that the bug disappears before it is gone and rises to a new level, and the worm moves faster, losing a life at the point, and directing the loss of life.

1) android:hardwareaccelerated= "true"

http://blog.csdn.net/janronehoo/article/details/7517284 from Android3.0 (API level11), Android's 2D display pipeline has been designed to support hard acceleration. Hard acceleration uses the GPU to take on all the drawing operations performed on the view's canvas. 2) Spot.setlayoutparams (New Relativelayout.layoutparams (Spot_diameter, Spot_diameter));//Set ImageView width and height for SPOT

3)

Spot.animate (). x (x2). Y (y2). ScaleX (scale_x). ScaleY (scale_y). Setduration (animationtime). Setlistener//The final X sitting target// Ultimate Y-seat//final width (percentage of original width)//final height (% of original width)//continuous time//listener Code Link: Http://yunpan.cn/cfTRXSEUzZgde (Extract code: D05B)

Android for Programmers:an app-driven Approach Learning notes (a) Spoton

Related Article

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.