android - Java URIMatcher using query parameters -


i using urimatcher parse pattern scheme. trying use query parameters this

myscheme://search/item?id=3&is_visible=true 

but can't parse id , is_visible value.

urimatcher urimatcher = new urimatcher(urimatcher.no_match); urimatcher.adduri("search", "item", 123); 

and data use

uri.getqueryparameter("id"); 

can value query parameter?


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -