Android App Development notes

Source: Internet
Author: User

Mobile app development is also the category of technology innovation in the information technology course, so it may be confusing to record some notes in the personal Development app, so choose to write by point.

1, network communication Protocol, I prefer HTTP, because familiar, okhttp very useful, but I use a simpler httpurlconnection to develop

2, data analysis, it is recommended to choose JSON transmission, a light-weight data format, the Analytic library is also a lot, you can write their own interface what.

3, related to the array type of data transmission and storage, it is recommended to use JSON save, including transmission and database, 300 integer array or character, can be constructed into JSON data, save in the database is also only a string, and then take out to parse on the line, very convenient very simple can realize this function.

4, Android demo a lot, as far as possible to see the source code to write their own source code, of course, just realize the function, do not think too much.

5, usually write some algorithm code, and so write application software will feel very easy, because the code of the algorithm is more complex than the application software.

It's all written, first come here, there's time to add

Android App Development notes

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.