I use Free Hosting EU: http://cp1.freehostingeu.com/
Uploaded my image but I can't display it in imageview, getting empty by using Picasso. When I browse url of image which is like
http://example.me.pn/Upload_Images/uploadedimages/9_images.jpeg
it gets
ERROR 403: FORBIDDEN WEB PAGE
What is the problem in my host or code?
I use this:
Picasso.with(MainActivity.this).load(url).centerCrop().resize(150,150).into(navMainProfile);