Mike Torrettinni 198 Posted May 7, 2021 Looking for Android apps developed with Delphi. Is there a list of them anywhere? Thinking of developing an app and want to see examples of whats possible, not business, but consumer apps. Thanks for any suggestions what I can look at, paid or free apps available through Play store. Share this post Link to post
Dalija Prasnikar 1393 Posted May 8, 2021 10 hours ago, Mike Torrettinni said: Looking for Android apps developed with Delphi. Is there a list of them anywhere? You can find some videos on Embarcadero YouTube channel. 10 hours ago, Mike Torrettinni said: Thinking of developing an app and want to see examples of whats possible, not business, but consumer apps. Only sky is the limit. There are no limitations on what you can achieve, it is only matter of how much time you need to do that. At the moment the weakest point for Android development is using native 3rd party libraries that come in AAR form - packaged library with resources because integrating those can be painful process. 1 Share this post Link to post
dummzeuch 1505 Posted May 8, 2021 (edited) If I remember correctly (from Google+ times), sharedr is written in Delphi. And If you want a suggestion, what to write: A countdown timer (tea timer) for the lock screen. Meaning one that does not require me to unlock the phone to start a countdown. Currently I'm using Ingress Timer but that one requires me to unlock the phone. I'd be willing to pay 5 Euros for such an app. Not sure if anybody else would, though. Edited May 8, 2021 by dummzeuch 1 Share this post Link to post
Mike Torrettinni 198 Posted May 8, 2021 1 hour ago, Rollo62 said: Maybe this for a start ? Thanks, Tears of Ra game looks like a good example - it doesn't look like it's done with default Delphi style, like gradient buttons/panels. Share this post Link to post
Mike Torrettinni 198 Posted May 8, 2021 3 hours ago, dummzeuch said: sharedr is written in Delphi This is replacement for system share feature. I'm looking for something with a little more UI, to see smooth navigation, graphics not default Delphi style, how polished apps can get, but still developed with Delphi. Share this post Link to post
David Heffernan 2345 Posted May 8, 2021 If you aren't going to reuse existing delphi code then you should also evaluate other tools. Share this post Link to post