APRIL XX, 2016 by TOMASZ KOZLOWSKI
react-native first steps
TBD
MARCH 5, 2016 by TOMASZ KOZLOWSKI
Android persistance - Cursor Representation Object Mapping
Crom is a simple library supports work with Cursors and ContentValues. Basicaly CROM transforms Cursor to POJO or POJO to ContentValue. Crom also includes CromLoader (oh yea, cool right? :) ) so you can obtain data automaticaly in backgroud.
APRIL 5, 2016 by TOMASZ KOZLOWSKI
Android persistance - DB model
Using Crom library you can simplified working with DB on Android. You can read about CROM on my previous post here. But here we will digg into DB model, how to create it good and how to upgrade your schema.
Recent Posts
-
MAR 5, 2016
Android persistance - Cursor Representation Object Mapping
-
Apr 5, 2016
Android persistance - DB model