Jim McKeeth was the first of us to get Google Glass and to build the first Delphi XE5 app to run on glass. I now also have Google Glass and built my first Delphi XE5 app for it. I paired my Samsung BlueTooth wireless keyboard to my Glass so that I can do data entry into a Delphi FM form. The program code is the standard TEdit, TLabel and TButton app. Here is the form and the code:
type
TForm4 = class(TForm)
Edit1: TEdit;
Button1: TButton;
Label1: TLabel;
procedure B...