filmov
tv
Android MySQL Database 04 : ListView - ServerSide Search/Filter [HttpURLConnection]

Показать описание
I have quite so many tutorials about filtering or searching against a dataset.And they are doing quite well.But then we have been dealing with client side filtering which is relatively simple cause we have Filter class and getFilter() method to help us as long as we implement Filterable Interface.
But then in the real world data is nver stored in an arraylist but in a database.And Server side filtering is way more faster than client side,at least in many cases.
So today we exlpore how to filter MySQL data in th server.This is quite a comprehensive tutorial cause we cover POST Request.We send and receive data.Do our thing in the background thread,parse JSON etc.
Join me we learn.
Cheers.
RELATED TUTORIALS
RELATED KEYWORDS:
android mysql,filter,search,httpurlconnection,POST Request,server side,listview,InputStream,outputstream,bufferedreader,bufferedwriter,website,network,android internet,json parse,jsonobject,json array,stringbuffer,response,GET Request,webservice,RESTFUL service,programmingwizards,programing wizards
Комментарии