No.20169204 <Mobbile Platform Development and Practice> Learning Summary, Sixth Week

No.20169204 Learning Summary, Sixth Week

Summary of Teaching Content

Android is the most popular mobile platform today and it comes with a comprehensive set of APIs that make it easy for developers to write, test and deploy apps. With these APIs you can easily show user interface (UI) components, play and record audio and video, create games and animation, store and retrieve data, search the Internet, and so on.

Installing on Windows

Click Next, according to the installation wizard, set the installation path to complete the installation process.
Then, this chapter we discusses how to install the required software and create your first application. You also learned how to create a virtual device so you can test your app in multiple devices without physical devices.
The SDK ships with an emulator so that you can test your applications without a physical device. The emulator can be configured to mimic various Android phones and tablets, from Nexus S to Nexus 9. Each instance of the configured emulator is called an Android virtual device (AVD). You can create multiple virtual devices and run them simultaneously to test your application in multiple devices.
You can download the Android Studio projects accompanying this book from the publisher’s website. To open a project, select File > Open and browse to the application directory.

Problems and Solutions in Teaching Materials

None

Problems and Solutions in Code Debugging

None

Code hosting

  • Code Submission Process Screenshot:

    • run git log --pretty=format:"%h - %an, %cd : %s"
  • The Number of Code Screenshot:

    • run find src -name "*.java" | xargs cat | grep -v ^$ | wc -l
  • Run the statistic script file to display the learning situation as follows:

Sumary of the test last week

This time is already the fifth operation, and we have done five times the classroom test, my overall rating in the next and so on. This not only makes me feel a bit depressed, summed up the subject of each examination, mainly to examine some of the details of the books, I think I really should take a look at the book.

Blog Comments

  • Learning partner
    Le Wu

  • development teammates
    Yao Tang
    Hui Zhao
    Xing Sun

Learning progress bar

| | Code Line | Bolg | Time | growth |
|:--------😐:-------------😐:--------------😐-------------------------------------------|
|Target | 5000 |15 | 15 | |
|First week |200/200 | 1/1 | 3/4 | |
|Second week |300/500 | 1/1 | 3/4 | |
|Three week |340/400 | 1/1 | 4/6 | |
|Fourth week |381/400 | 1/1 | 6/6 | |
|Fifth week |540/400 | 1/1 | 6/6 | |
|Sixth week |540/400 | 1/1 | 6/6 | |

Reference

  • [Java for Android 2nd Edition]

  • [Java Study notes(8th Edition)Learning guidance]

posted on 2017-04-10 21:54  游伟青20169204  阅读(167)  评论(5编辑  收藏  举报