← Back to team overview

tomdroid-dev team mailing list archive

Re: threading-improvements branch landed in trunk/

 

On Fri, May 29, 2009 at 3:01 PM, pjv <ezelspinguin@xxxxxxxxx> wrote:

> Hi,
>
> On one hand this seems a good idea: ContentProviders are really the way
> to go for Android as they are usable by other apps too. However, I have
> one large objection: the db is kept in the internal memory, which is
> really small, instead of the SD card. This counts in the total space the
> app is using (I personally avoid apps over 2MB).


Agree, and there is already a ContentProvider: NoteProvider.


>
>
> You guys should really look at the OI Notepad app (openintents.org),
> which I think is strong in many things (such as encryption), but does
> not have Tomboy synchronization ofcourse.


Yes, for now, I'm looking at OI Notepad, DroidWiki and AK Notepad.


>
>
> Regards,
>
> Op vrijdag 29-05-2009 om 12:48 uur [tijdzone -0600], schreef Michael
> Fletcher:
>  > Does anyone know how good SQLLite is at storing blob data?  I.E. would
> > the columns for metadata be stored in the same place as the note
> > contents?
> >
> > I thought it might be worthwhile to store the actual note contents as
> > files on the system with the metadata in the database.
> >
> > Otherwise I will be so happy if we can get this working!
> >
> > On May 29, 2009 8:07 AM, "Sandy Armstrong"
> > <sanfordarmstrong@xxxxxxxxx> wrote:
> >
> >
> >
> > On my g1, will write more later.
> >
> > Think saving note data in db with fields corresponding to rest api
> > fields might be best bet. Fast, and perfect for sync. Would be a hit
> > if you imported note files directly, but on avg think it would be
> > worth it.  Then you woulfd only have to parse content on note display
> > (note that title removed from content in rest api). Thoughts?
> >
> > > > > On May 28, 2009 7:13 PM, "Olivier Bilodeau"
> > > <olivier@xxxxxxxxxxxxxxxxx> wrote: > > Hi, > > Just...
> > >
> > > > > _______________________________________________ > Mailing list:
> > > https://launchpad.net/~tomdroid...
> > >
> >
> > _______________________________________________ Mailing list:
> > https://launchpad.net/~tomdroid-dev P...
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~tomdroid-dev
> > Post to     : tomdroid-dev@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~tomdroid-dev
> > More help   : https://help.launchpad.net/ListHelp
> --
> pjv
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~tomdroid-dev
> Post to     : tomdroid-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~tomdroid-dev
> More help   : https://help.launchpad.net/ListHelp
>



-- 
Olivier Bilodeau <olivier@xxxxxxxxxxxxxxxxx>

References