Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Shared resources

$
0
0

Hi,

My X.Forms app is obviously sharing the UI between the three platforms and a pile of other shared UI code.

I have a number of shared resources which all 3 will use (such as images and some HTML fragments). I know that the 3 platforms access files from different places (such as Resources.Drawable & Assets on android and pretty much anywhere you fancy on iOS). I've sorted the issue of language files for my app (very simply done, use SQLite or a custom XML file - the big advantage is that you can read back what you've done and perform operations based on the key from the text), but wonder if I can place my image files in the common part of the app or if I have to place them in each of the separate source directories (the same applies to the HTML fragments)

Thanks

Paul


Viewing all articles
Browse latest Browse all 58056

Trending Articles