The LiveBindings\BindGrid samples. They demonstrate how to connect a REST service or a local SQLite database to a UI grid with zero lines of manual "sync" code. 4. The "Skia for Delphi" Samples
Study the FMX.REST.Client sample (part of RESTRequest4Delphi , a community library). It shows how to upload images to an S3 bucket via HTTP multipart form data. delphi fmx samples
procedure TAudioSpectrumAnalyzer.ButtonPlayClick(Sender: TObject); begin MediaPlayer.Play; FIsAnalyzing := True; The LiveBindings\BindGrid samples