All activity
Tanawat Prawantaleft 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( "/Sys/Img/Icon.png", 0.1 ); img.SetMargins( 0, 0.02, 0, 0 );...

DmailA privacy focused email provider using Blockchain technology
