How to mimic the listView stickey-items like on Lollipop's contacts app?

后端 未结 5 1964
遥遥无期
遥遥无期 2020-12-09 04:17

Background

Google has recently published a new version of Android, which has a contact app that look like this :

5条回答
  •  一整个雨季
    2020-12-09 05:04

    Well the source code of the app is always a good place to start

    • https://github.com/android/platform_packages_apps_contacts/tree/master/src/com/android/contacts
    • https://android.googlesource.com/platform/packages/apps/Contacts/

提交回复
热议问题