I have simple application in which i have to fetch data from website. I know how to fetch data from URL using HTTP post method but i have to implement it using CURL. I mean first we fetch the data from website using curl and then i have to insert this data into database. My website link is
I have searched over the internet but didn't find any solution. How to do it? Please Help me to achieve this in Android.