Click here to Skip to main content
15,867,308 members
Articles / Mobile Apps / Android

Sectioned ListView for Android Using Mono C#

Rate me:
Please Sign up or sign in to vote.
4.33/5 (8 votes)
14 Mar 2013CPOL6 min read 39.5K   1.2K   23  
Develop a Preferences style sectioned list adapter using Android Mono C#.
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package foodtypesectionlist.foodtypesectionlist;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class id {
        public static final int caption=0x7f050005;
        public static final int columnHeader1=0x7f050006;
        public static final int columnHeader2=0x7f050007;
        public static final int columnHeader3=0x7f050008;
        public static final int columnLayout=0x7f050000;
        public static final int description=0x7f050002;
        public static final int foodlist=0x7f05000a;
        public static final int name=0x7f050001;
        public static final int price=0x7f050003;
        public static final int rootLayout=0x7f050004;
        public static final int textView1=0x7f050009;
    }
    public static final class layout {
        public static final int foodtypelistitem=0x7f030000;
        public static final int listseparator=0x7f030001;
        public static final int main=0x7f030002;
    }
    public static final class string {
        public static final int ApplicationName=0x7f040001;
        public static final int Hello=0x7f040000;
    }
}

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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions