What is the best practice to build Http Uri in Android. I want to use Uri.Builder to build the url.
I want to create a class which will return all the Http urls including parameters.
I checked the below link for Uri.Builder which gives idea to utilise in case of get request but how to use the power of Uri.Builder in post request too.
Use URI builder in Android or create URL with variables
Over all I am asking for best practice to build Http Urls(Get and post both ) by utilising power of Uri.Builder