Android Question ToastMessageShow: behavior different with different devices

Luca Rinaldoni

Member
Licensed User
Hi, I've a problem with ToastMessageShow.

I deployed apk in two devices: SAMSUNG S5 and Newland (model n7000-ce).
On first one device there is Android 6.0.1; on second one 5.1.

Shortly, my activity created dynamically some buttons that had the same event "click".
When I press a button, after an operation, ToastMessage shows 20/30 chars, with LongDuration flag setted to True.
I can't understand why on second device - Newland -, if I click quickly on some buttons created, ToastMessageShow is queued and shown every 3/5 seconds;
in first one device, instead, ToastMessageShow shown message every time last message, without latence. In this case, messages not queued.

Do you have some idea?

Best regards!
 

Luca Rinaldoni

Member
Licensed User
Thanks Erel! I'll try others solutions. Can you suggest me somethings, like "ToastMessage"?
I've searched on community, but I have not found anything yet.
My scope is inform user about result of operation...
Now, I applied a workaround: I put informations on a new label...
 
Upvote 0
Top