MonoDroid Preview

Posted by: K. Scott Allen, on 11 Jan 2011 | View original | Bookmarked: 0 time(s)

MonoDroid allows you to write Android applications using C# and Visual Studio. Compare the code in the last post to the following: [Activity(Label = "My Activity", MainLauncher = true)] public class Activity1 : Activity { protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); SetContentView(Resource.layout.main); Button button = FindViewById<Button>(Resource.id.button); TextView view = FindViewById<TextView>(Resource.id.text); ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Mono | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 923 | Hits: 93

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD