Android development and learning-summary (1)

day1
day2
day3
day4 list implementation
day5 login interface
day6 address book (top) interface layout
day7 address book (below) ormlite implementation and list display

to sum up

More than 10 days ago, I contacted Android development for the first time. I know that Android is also written in Java code, but I haven't touched Java for half a year. After these days of learning, I have a basic impression of Android.
Android studio is developed based on Intellij idea, there is no difficulty in using it, and this is also free to use. Unlike Intellij idea, it also charges.
The xml used in Android development is applied to the layout just like html. The study in the past few days has allowed me to learn about common controls. I am not particularly familiar with the use of controls. I found that it was different from what I thought during the preview. In the following study, I will try to use it more skillfully.
Java is the realization function. And the access control is similar to the Javascript learned this semester. The use of Ormlite database is not very simple. After several days, I can barely use it. The broadcasting and services I have studied in these two days are also difficult. I have a process to understand everything. I will study Android development in the next time.

Guess you like

Origin blog.csdn.net/weixin_45936162/article/details/112833640