jerryc127 / jerryc127.github.io

Blog

Home Page:https://jerryc.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第一行代碼筆記-ListView | JerryC

jerryc127 opened this issue · comments

https://jerryc.me/posts/75c18a/

手機屏幕空間有限,能顯示的內容不多。可以藉助ListView來顯示更多的內容。ListView允許用户通過上下滑動來將屏幕外的數據滾動到屏幕內,同時屏幕內原有的數據滾動出屏幕,從而顯示更多的數據內容。 ListView的簡單用法修改activity_main.xml1234567891011<LinearLayout xmlns:android="http://schemas.android