Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.66 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.66 KB

Show some ❤️ and star the repo to support the project

Delphi Photo Effects Android App - Open Source

Simple photo effects program using the Delphi FireMonkey for Android OS

Click the start button and follow me!

enter image description here enter image description here enter image description here

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;

Article>>

I'm on social networks:

My Android app which is built with Delphi FireMonkey