你的位置:首页 > 软件开发 > 操作系统 > 基于PinnedSectionListView实现联系人通讯录

基于PinnedSectionListView实现联系人通讯录

发布时间:2015-11-26 19:00:07
PinnedSectionListView具体下载地址、使用方法和注意事项:http://www.cnblogs.com/zzw1994/p/4997601.html怎么根据联系人姓名首字符顺序读取联系人:http://www.cnblogs.com/zzw1994/p/4998 ...

基于PinnedSectionListView实现联系人通讯录

PinnedSectionListView具体下载地址、使用方法和注意事项:http://www.cnblogs.com/zzw1994/p/4997601.html

怎么根据联系人姓名首字符顺序读取联系人:http://www.cnblogs.com/zzw1994/p/4998524.html

 

基于PinnedSectionListView实现联系人通讯录

基于PinnedSectionListView实现联系人通讯录

基于PinnedSectionListView实现联系人通讯录基于PinnedSectionListView实现联系人通讯录
 1 <RelativeLayout ="http://schemas.android.com/apk/res/android" 2   ="http://schemas.android.com/tools" 3   android:layout_width="match_parent" 4   android:layout_height="match_parent" 5   > 6  7   <com.zzw.contacts.PinnedSectionListView 8     android:id="@+id/listView" 9     android:layout_width="match_parent"10     android:layout_height="match_parent" />11 12 </RelativeLayout>

原标题:基于PinnedSectionListView实现联系人通讯录

关键词:ie

ie
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。