1 application Binary restricted distribution Commercial use allowed Can modify source 6 months support Read full license
Unlimited projects Source and binary distribution Commercial use allowed Distribute modifications 6 months support Read full license
Starting from $ 24.99
3D ListView is an extension of ListView and supports all of its features and interfaces. This component may be initialized and used the same way as standard ListView.
Setting list adapter
private void initThreeDList()
{
final ThreeDListView list = (ThreeDListView) this.findViewById(R.id.threeDListView);
list.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
list.setAdapter(new ArrayAdapter<String>(this, R.layout.three_d_list_item, mStrings));
}
XML layout declaration
<com.ls.list.threed.ThreeDListView
android:id="@+id/threeDListView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:fadingEdge="none"
android:fastScrollEnabled="false"
android:scrollbars="none" />
Starting from $ 24.99
Questions & Comments
Leave a comment
Log-in now or register for a free account.