Click here to Skip to main content
15,881,588 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>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.296
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace FoodTypeSectionList
{
	
	
	public partial class Resource
	{
		
		public partial class Attribute
		{
			
			private Attribute()
			{
			}
		}
		
		public partial class Drawable
		{
			
			// aapt resource value: 0x7f020000
			public const int Icon = 2130837504;
			
			private Drawable()
			{
			}
		}
		
		public partial class Id
		{
			
			// aapt resource value: 0x7f050005
			public const int caption = 2131034117;
			
			// aapt resource value: 0x7f050006
			public const int columnHeader1 = 2131034118;
			
			// aapt resource value: 0x7f050007
			public const int columnHeader2 = 2131034119;
			
			// aapt resource value: 0x7f050008
			public const int columnHeader3 = 2131034120;
			
			// aapt resource value: 0x7f050000
			public const int columnLayout = 2131034112;
			
			// aapt resource value: 0x7f050002
			public const int description = 2131034114;
			
			// aapt resource value: 0x7f05000a
			public const int foodlist = 2131034122;
			
			// aapt resource value: 0x7f050001
			public const int name = 2131034113;
			
			// aapt resource value: 0x7f050003
			public const int price = 2131034115;
			
			// aapt resource value: 0x7f050004
			public const int rootLayout = 2131034116;
			
			// aapt resource value: 0x7f050009
			public const int textView1 = 2131034121;
			
			private Id()
			{
			}
		}
		
		public partial class Layout
		{
			
			// aapt resource value: 0x7f030000
			public const int FoodTypeListItem = 2130903040;
			
			// aapt resource value: 0x7f030001
			public const int ListSeparator = 2130903041;
			
			// aapt resource value: 0x7f030002
			public const int Main = 2130903042;
			
			private Layout()
			{
			}
		}
		
		public partial class String
		{
			
			// aapt resource value: 0x7f040001
			public const int ApplicationName = 2130968577;
			
			// aapt resource value: 0x7f040000
			public const int Hello = 2130968576;
			
			private String()
			{
			}
		}
	}
}

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