I have to store the image path in database. i am working on Xamarin.Forms PCL project. I am very confused with how to store image path in database.because in android image should be placed in Ressource/drawble,ios image placed in Resources folder. i have 2 doubts.
1.Whether i use the path like Myproject.MyImage.png or Myproject/Myimage.png?
2. how to store the image path in database.
Can anyone provide the solution?
Thanks,
Mahabaleshwar Hegde