Click here to Skip to main content
15,893,622 members
Articles / Mobile Apps / Android

Create a Dynamic Shelfview in Android?

Rate me:
Please Sign up or sign in to vote.
4.78/5 (8 votes)
16 Sep 2012CPOL3 min read 82K   4.4K   26  
In this article, you can see a program that shows a shelf view. This shelf view has two features. First create a ListView that includes another list view. Second, Inner ListView where you can move items as horizontal.
  • ShelfView_v2.1.zip
    • ShelfView
      • .classpath
      • .git
        • hooks
          • applypatch-msg.sample
          • commit-msg.sample
          • post-commit.sample
          • post-receive.sample
          • post-update.sample
          • pre-applypatch.sample
          • pre-commit.sample
          • prepare-commit-msg.sample
          • pre-rebase.sample
          • update.sample
      • .project
      • AndroidManifest.xml
      • bin
        • classes.dex
        • classes
          • com
            • onazifi
              • shelf
                • BookItem.class
                • BuildConfig.class
                • HorizontalListView$1.class
                • HorizontalListView$2.class
                • HorizontalListView$3.class
                • HorizontalListView.class
                • Library.class
                • R$attr.class
                • R$drawable.class
                • R$id.class
                • R$layout.class
                • R$string.class
                • R.class
                • ShelfViewActivity$HorizontalAdapter.class
                • ShelfViewActivity$VerticalAdapter.class
                • ShelfViewActivity.class
        • res
          • drawable-hdpi
            • ic_launcher.png
          • drawable-ldpi
            • ic_launcher.png
          • drawable-mdpi
            • book.png
            • bookshelf.9.png
            • ic_launcher.png
            • library.png
            • shelf.9.png
            • shelf1.png
        • resources.ap_
        • ShelfView.apk
        • ShelfViewActivity.apk
      • gen
      • lib
        • antlr-runtime-3.0.jar
        • quaere-1.0-SNAPSHOT.jar
      • proguard.cfg
      • project.properties
      • res
        • drawable-hdpi
          • ic_launcher.png
        • drawable-ldpi
          • ic_launcher.png
        • drawable-mdpi
          • book.png
          • bookshelf.9.png
          • ic_launcher.png
          • library.png
          • shelf.9.png
          • shelf1.png
        • layout
        • values
      • src

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions