Yes this is understandable, but where are you storing your datasource? By the sounds of things you want to have it stored remotely on a server for example. If this is the case, you need to think about the sort of data you want to be sharing. Are you sharing text? Or images? Or HTML files? Or something totally different? This will give an indication of how you want your data to be stored, and then you can think about how you want to be able to access your data. And I think you should think about what you're trying to accomplish with the application. Why do you want to do this as opposed to, for example, sending an email?
|