Lainkes 0 Posted February 1, 2023 Hello, I'm new to FMX programming. I want to create a simple android app. I need to give in a name, a number, take a picture and sent it to a specific e-mail address. How can I access the camera and take that picture? That will be the first step. After that the question will be how to sent it all to an e-mail address. Thanks for guiding me Lainkes Share this post Link to post
programmerdelphi2k 237 Posted February 1, 2023 look in "RAD" demos folder <<Demos folder>> ... \Object Pascal\Mobile Snippets (camera and ShareSheet demos...) https://en.delphipraxis.net/topic/4206-send-email-from-android-with-multiple-cc-addresses/ Share this post Link to post
Lainkes 0 Posted February 2, 2023 Thanks for the info. Maybe stupid question, but how can I test the app without having a smartphone (android) connected to my computer? Share this post Link to post
Remy Lebeau 1394 Posted February 2, 2023 8 hours ago, Lainkes said: how can I test the app without having a smartphone (android) connected to my computer? Use an emulator Share this post Link to post