I would like to implement a search function in my android app. I sow this on eBay android mobile app and the search is really fast and smooth.
Do you know how is this done on the mobile phone side and on the server?
Any example project similar to this one ?
Thank you.
For this, I used the soap protocole and the XMLPullParser on the phone’s side. The search is fast.