Hello forum,
There are things I need to know regarding building an app via Visual Studio.
The first is, how can I make one database serve as storage of data for both web and app? Like connecting app to the database of the web version.
Secondly, I usually see some apps have less memory (for example an app could be 50MB or less) but right now I created a test website and it is over 100MB in size. This could be as a result of the images in the image folder. I was thinking that if I try to build an app, it will be the same size as the web. So how can I avoid having a heavy file size in app?