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.
我在游标中检索到的数据库中有一些文本数据,并将其显示在 ListView 中。我现在要做的是,当您选择单击列表中的特定行时,其文本内容应全屏显示,并且用户应该能够水平滚动(如在 iPhone 主屏幕之间滚动)以查看内容光标。
这可以通过覆盖 onFling 方法来实现