I have just released the alpha version of my 1st Android app, made wuth Delphi of course!
I have just released the alpha version of my 1st Android app, made wuth Delphi of course!
You are all invited to test it and give feedback.
Thanks...Dan'l
http://www.msd.website
http://www.msd.website
You are all invited to test it and give feedback.
Thanks...Dan'l
http://www.msd.website
http://www.msd.website
Thank you Milan. This is just the kind of feedback I am looking for.
ReplyDeleteI will look into each of these issues.
Take a look at https://youtu.be/r8bJcijAUew for what the author calls an "Android Like" Toast package. It has some deprecated stuff and there are a couple of identifiers that have been moved to another unit. See http://stackoverflow.com/questions/25981458/in-which-uses-can-i-find-sharedactivitycontext. The fixes are pretty easy.
ReplyDeleteMilan, let me comment on each of your points.
ReplyDelete* registering is just so I know who is trying the app. Side benefit is less spam & bots.
* No more zip file. I found out hot ftp the file to the host server.
* my bad. aisle vs isle. fixed.
* using a treeview but not loading all the child nodes. still slow?
* made the expand happen only after a long tap (.8 seconds)
* cleared all permissions
* there is no combobox in 'droid land so it looks like emb converts it to listbox
* added an Options tab. Turn off the voice.
* the messages are now "Toast". Thanks for the tip.
* bypassed the 'condition' by specifying portrait mode only.
* no more empty names.
* can now delete stores & aisles. Getting an av when deleting items so not allowing that for now.
* fixed the index out of range issue.
There is a 10 second black screen while the code and screen load. Any ideas on how to eliminate it or show the splash screen during that time?
Thanks of your help.