开发者

How to make Custom Android ListView to read phone contacts? [closed]

开发者 https://www.devze.com 2023-03-12 11:10 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_如何转开发 Closed 11 years ago.

Include the standard ListView widget in your layout, invoke setAdapter() to provide your data and child views, and connect a listener via setOnItemSelectedListener() to find out when the selection has changed.

0

精彩评论

暂无评论...
验证码 换一张
取 消