Personal License $24.99

1 application Binary restricted distribution Commercial use allowed Can modify source 6 months support Read full license

Developer License $99.99

Unlimited projects Source and binary distribution Commercial use allowed Distribute modifications 6 months support Read full license

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Starting from $ 24.99

View Pricing 14 days money-back guarantee

3D ListView for Android

  • Developed by Lemberg, Released Feb 14, 2012

Easily add an attractive 3D styled list to your Android app. Great for menus, catalogues and games.

Description

  • Automates building of 3D menus with floating effect
  • Enhances user experience, makes it more dynamic
  • Perfect for catalogues and games

Download an example .apk of the implemented component

Back to top

How to use

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" />

Questions & Comments

No questions have been posted yet

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
You must be logged-in to vote. Log-in to your account or register now.

User Reviews

No reviews have been submitted yet.

Starting from $ 24.99

View Pricing 14 days money-back guarantee