Table of contentsThis is a collection of "Hello World"-style tutorials designed to get you started quickly with common Mono for Android layouts and widgets. A certain amount of knowledge is assumed for these tutorials. Before you start, you should have completed the Hello, Android tutorial—it will teach you several things about basic Mono for Android development. More specifically, you should know:
Note: In order to make these tutorials as simple as possible, some code may not conform to best practices for coding Android applications. In particular, hard-coded strings are used in places, when the better practice is to reference strings from a Widgets & Other Views
There are plenty more layouts and widgets available. See the
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. This tutorial is based on the Android Hello Views tutorial. |