Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在同一屏幕上显示多个图块。每个 Tile 包含可以动态设置的页眉、内容和页脚。因此,每个 Tile 都将显示动态数据。如何在 android SDK 中为平板电脑开发程序
只是为了让您入门,您可以看看Fragments(和Activity的)甚至是ViewPager。
不过,所有这些技巧都需要一定的 Android 基础知识,正如@aneal 对您的问题所评论的那样。