All activity
Tanawat Prawanta
left a comment
//Called when application is started.
function OnStart()
{
//Create a layout with objects vertically centered.
lay = app.CreateLayout( "linear", "VCenter,FillXY" );
//Create some text.
txt = app.CreateText( "Text" );
txt.SetTextSize( 22 );
lay.AddChild( txt );
//Create an image with width of 0.1 x screen width.
img = app.CreateImage(...
Dmail
A privacy focused email provider using Blockchain technology