attempt to simulate the iOS contact listview for Android.
ContactListView is hosted in the following web site
https://github.com/thehung111/ContactListView
If you think the Android project ContactListView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ContactListView.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 7 image files in ContactListView. The names of the image files are listed as follows.
actionbar_back_indicator.png gear_48.png ic_action_search.png ic_title_export_default.png info_48.png search.png user.png
The following screenshort is generated from the image listed above.
ContactListView has the following Java source files.
com.markupartist.android.widget.ActionBar.java com.markupartist.android.widget.ScrollingTextView.java com.ngohung.example.adapter.ExampleContactAdapter.java com.ngohung.example.models.ExampleContactItem.java com.ngohung.example.models.ExampleDataSource.java com.ngohung.view.ContactListActivity.java com.ngohung.view.ExampleContactListView.java com.ngohung.widget.ContactItemComparator.java com.ngohung.widget.ContactItemException.java com.ngohung.widget.ContactItemInterface.java com.ngohung.widget.ContactListAdapter.java com.ngohung.widget.ContactListView.java com.ngohung.widget.ContactsSectionIndexer.java com.ngohung.widget.IndexScroller.java