I'm trying to implement the background remover API from remove.bg for my android studio project. The goal is to use a post request by using the path to the image file. Then save the response of the API into a bitmap. I don't have much experience using android studio. and I wanted to know how I could implement the API call using Volley rather than use the template code the website gives me.
Asked
Active
Viewed 118 times