Simple photo effects program using the Delphi FireMonkey for Android OS
This Photo Effects app features :
- More than ten effects
- You can share pictures from this app
You can learn :
- How to use Effect components
- How to share pictures from the Delphi FireMonkey application
How to share images from Delphi FireMonkey Application?
procedure TFormMain.ShowShareSheetAction1BeforeExecute(Sender:TObject);
begin
ShowShareSheetAction1.Bitmap.Assign(ImageMain.MakeScreenshot);
end;
I'm on social networks:
My Android app which is built with Delphi FireMonkey