Click here to Skip to main content
15,898,010 members
Articles / Mobile Apps / Android

How to Create a shelfview in Android with TableLayout?

Rate me:
Please Sign up or sign in to vote.
3.40/5 (4 votes)
21 May 2012Eclipse 26.3K   1K   4  
In this article, we try to make a shelf view show a list of books or newspapers, etc.
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="hello">Hello World, Test2Activity!</string>
    <string name="app_name">Test2</string>
    <string name="amortization_1">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions. </string>
    <string name="amortization_2">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions. </string>
    <string name="amortization_3">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions. </string>
    <string name="amortization_4">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions.</string>
    <string name="amortization_5">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions.</string>
    <string name="amortization_6">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions.</string>
    <string name="amortization_7">he Android sample has good example on vertical scrolling but don\'t have the combined scrolling in two dimensions.</string>

</resources>

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 Eclipse Public License 1.0


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