AddHead(new Html(<<
tt {font-size:9pt}
EOD
));
$page->AddPost(new Post('Tutorials', <<
Tutorial 1: Setting up a Hello World project
Tutorial 2: Intents and Permissions - how use other Android applications
Tutorial 3: Provided code samples and other resources
EOD
));
$page->Render();
?>