Hello!
The custom autocomplete view works like a charm!
Unfortunately, after the new policies of Google, their charges are not affordable anymore, so I changed all my mapping needs to a custom map server made by a company here in Greece. They have a very good API and one of the best Greek Map Databases with all features needed!
My problem is that I don't want to hit the server directly from the android devices using my app. The hits are done via my web-socket server, calling a server event from the devices and pushing to the devices the XML string that the map server responds.
The question is: How could I change the Custom Autocomplete View to do it waiting for the message pushed by the web-socket server?
Thank you in advance!
The custom autocomplete view works like a charm!
Unfortunately, after the new policies of Google, their charges are not affordable anymore, so I changed all my mapping needs to a custom map server made by a company here in Greece. They have a very good API and one of the best Greek Map Databases with all features needed!
My problem is that I don't want to hit the server directly from the android devices using my app. The hits are done via my web-socket server, calling a server event from the devices and pushing to the devices the XML string that the map server responds.
The question is: How could I change the Custom Autocomplete View to do it waiting for the message pushed by the web-socket server?
Thank you in advance!
Last edited: