Jump to content

peteSW

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by peteSW

  1. Hi I'm trying to learn how to program for Andriod phones. I'm using the Community version of Delphi (10.3) as I used to program in Delphi for windows many years ago. My phone is an old Alcatel model 5033x running Andriod version 8.1.0. Can anyone point me in the direction of a tutorial to use sounds or voice? I did find some source code on github, from Jim Mckeeth, FireMonkey-andriod-voice, but I'm not sure how to proceed with that code to test it or whether it is still works. Thank you Pete
  2. I'm using the free version of Delphi to work through the "Mobile Tutorial: Using FireDAC and SQLite (iOS and Android)". My installation did not seem to have the samples folders or database file. So it was suggested that I download shoplist.s3db from here. I obviously think I have followed the tutorial accurately, but I'm having problems. Firstly in the section "Displaying ShopItem in the ListView", it suggests that when I complete the section I should see actual data within the Form Designer. But I don't? Is this because the data they are showing is not in the table or something is already wrong? Secondly, at the end of the tutorial, I press f9. There are no errors. My connected phone runs the app, I get a white screen with an off-center label saying "shopping list" at the top. No data seems to be displayed? Lastly, I have then been making changes, for example to the text, after changing the view to android 3.5 (I had the view in Delphi on Master which is why I assume the label text is not centered), but when hitting f9 none of these changes are reflected? I swapped the ButtonAdd and ButtonDelete around so I could test the ButtonAdd, but this is not reflected when I hit F9. I'm un-installing the app from the phone each time. Any help appreciated. Although I programmed in Delphi years ago, I'm very rusty and a lot seems to have changed. Thank you
×