If anyone having the sample program then please provide here it is necessary for implement in our project.
I am new to Android Technology that's I am facing problem.If anybody required the code then I will provide here.
Thanks in advance.
If anyone having the sample program then please provide here it is necessary for implement in our project.
I am new to Android Technology that's I am facing problem.If anybody required the code then I will provide here.
Thanks in advance.
Copyright © 2021 Jogjafile Inc.
Try this,
->Call uploadFile(...) and downLoadFile(...) method in child thread otherwise it will give you Exception ->For that use AsyncTask and call these above method in doInBackground(...) method.
hope,this will be helpful.Thanks