4
votes
Teaser – MonoDroid with Oxygene
RemObjects Blogs
– Now that the MonoDroid preview is out, I thought I’d experiment a little with Oxygene (aka Delphi Prism), so I ported the “Button” sample to Oxygene. Here’s a taste of what I came up with: method Activity1.OnCreate(bundle : Bundle); begin inherited OnCreate(bundle); // Create your application here var button := new Button(self); button.Text := 'Oxygene Says: Click Me!'; button.Click += method begin button.Text := string.Format('{0} clicks!', count); inc(count); end; ...
Statistics
|
Visits by Source |
User Actions |




