4
I’m creating an App and I’m having some doubts, I’m beginner in Java and Android and some things I have no idea how to do.
I need to create a way, to show on the customers screen, the "vendors" that are around at the time when they access the application, as the "vendors" are not fixed locations, are like the taxis of the taxi apps, I need this to be updated at all times. Another question is regarding finding the nearest customer provider, my idea is to create an updated table of locations in the web service, make a calculation in every table, using the customer location and see the smallest distance, I believe this takes a lot of time and processing.
Another question, is how to authenticate the App on the server? I can’t understand this part, everything I see about Httpclient, does not say anything about user and password other than the Url.
I have more doubts, but these are the ones that are killing me right now.
I believe you could create a topic for home one of your questions. It makes it easier for those who answer.
– Math