i know that using content providers we can share database between two different applications. I have gone through so much tutorials for making custom content providers but not getting cleared. All i have it two editview and the values written should be saved in database and i want a second application to display this data in listview.. I have spent so many days reading contentproviders but not able to do. Please help. Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you want to share data between two applications..Then You have no choice other than Content Providers.In your case it seems you can give a try to saving data into file.Your second application will read the file and fetch data. Hope this help. |
|||
|
