Re: [android-developers] Modularity: advises to develop an applicatin plugin that could access application Sqlite, preferences, ...

2010-11-17 Thread george barber
do you know how to connect outlook to the internet On Mon, Nov 15, 2010 at 4:42 PM, TreKing treking...@gmail.com wrote: On Mon, Nov 15, 2010 at 5:09 AM, Thierry Legras tleg...@gmail.com wrote: - that separate plugin application should be able to access some tables in the main application DB.

[android-developers] Modularity: advises to develop an applicatin plugin that could access application Sqlite, preferences, ...

2010-11-15 Thread Thierry Legras
Hi, I want to add a big feature to an application i am developping, but as this feature interest few people and is quite independant from the main part, I would like to put that in a seperate plugin application. Does anyone knows any design patterns, snippets, reference examples about such

Re: [android-developers] Modularity: advises to develop an applicatin plugin that could access application Sqlite, preferences, ...

2010-11-15 Thread TreKing
On Mon, Nov 15, 2010 at 5:09 AM, Thierry Legras tleg...@gmail.com wrote: - that separate plugin application should be able to access some tables in the main application DB. Is it possible to do that without broadcast receiver? Look into ContentProvider. - the main application uses a

Re: [android-developers] Modularity: advises to develop an applicatin plugin that could access application Sqlite, preferences, ...

2010-11-15 Thread Thierry Legras
Thanks TreKing. This seems a very good start. I will try that. Thierry. 2010/11/15 TreKing treking...@gmail.com On Mon, Nov 15, 2010 at 5:09 AM, Thierry Legras tleg...@gmail.com wrote: - that separate plugin application should be able to access some tables in the main application DB. Is it