Android Learning Notes

Source: Internet
Author: User

The following 4 animation effects are available in Android: 1, alphaanimation transparency animation effect 2, Scaleanimation Zoom animation effect 3, translateanimation displacement animation effect 4, rotateanimation rotation Animation effectsAndroid's networkonmainthreadexception anomalyhttp://blog.csdn.net/mad1989/article/details/25964495QuerySqlitedatabase DBInstance; cursor cursor = dbinstance.query (String table,string []columns, String selection, String[]selectionargs, string having, s Tring); Tables: Table name, cannot be nullcolumns: The column name to query, can be multiple, can be NULL, indicates query all columns selection: Query criteria, such as id=? and name=? Can be Nullselectionargs: Assign a value to a query condition, a question mark corresponds to a value, in order can be nullhaving: syntax has, can be nullorderby: syntax, sorted by XX, can be nullandroid layout and picture usage specificationshttp://blog.csdn.net/u011733020/article/details/51861682Android System in order to save memory, generally does not support the direct display of GIF pictures, even if you force the setting, will only show the first frame of the picture.

Android Learning Note

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.