Howard Liberty

Results 195 comments of Howard Liberty

Comment [#8](https://code.google.com/p/anymemo/issues/detail?id=347#c8) originally posted by helloworld1 on 2015-01-21T22:57:31.000Z: Also the setObjectCache call can be done after the getdao method below. https://code.google.com/p/anymemo/source/browse/src/org/liberty/android/fantastischmemo/AnyMemoDBOpenHelper.java# 175

Comment [#9](https://code.google.com/p/anymemo/issues/detail?id=347#c9) originally posted by helloworld1 on 2015-01-22T03:27:31.000Z: thanks for pointing me to the right code position. I think you can use the object cache without fear regarding consistency. Because...

Comment [#10](https://code.google.com/p/anymemo/issues/detail?id=347#c10) originally posted by helloworld1 on 2015-01-22T05:56:48.000Z: I just feel that in the future I would not use ORMLite anymore since the maintainer stopped the development of Android version....

Comment [#11](https://code.google.com/p/anymemo/issues/detail?id=347#c11) originally posted by helloworld1 on 2015-01-22T23:09:44.000Z: as I understood it, the people from OrmLite do not want to add "our" missing feature on purpose (as they want to...

Comment [#12](https://code.google.com/p/anymemo/issues/detail?id=347#c12) originally posted by helloworld1 on 2015-01-23T01:08:38.000Z: I like the object mapping part but in general I don't like query building. I would like to write customized query and...

Comment [#13](https://code.google.com/p/anymemo/issues/detail?id=347#c13) originally posted by helloworld1 on 2015-01-27T06:25:43.000Z: I have another question regarding the entity relationships of the database: is there really a necessity to have two different classes /...

Comment [#14](https://code.google.com/p/anymemo/issues/detail?id=347#c14) originally posted by helloworld1 on 2015-01-27T06:40:20.000Z: No, there is no need a 1-to-1 relation between learning data and card. The motivation before is to separate out the learning...

Comment [#1](https://code.google.com/p/anymemo/issues/detail?id=343#c1) originally posted by helloworld1 on 2015-01-04T06:45:13.000Z: I think the dictionary lookup function is missing there in the preview/edit mode.

All those leaks seems to be related to AsyncTask. I don't think I used incorrectly. All AsyncTasks are short-lived. Also DownloaderTabFragment is so simple. I couldn't think any source of...

Comment [#1](https://code.google.com/p/anymemo/issues/detail?id=326#c1) originally posted by helloworld1 on 2014-10-04T05:41:24.000Z: This usually happens when the phone is running low of memory. However anymemo does not handle the low memory condition correctly, it...