Hi,
I'm considering in using OpenMobster as it seems to be exactly what I was looking for (a way to 2-way sync DB of mobile and cloud), however I'm curious if the "offline" access actually is implemented in a SQLITE database if I need to make "more advanced" queries (like joins just for showing them to the user) as I pretend to always to make CRUD operations through the provided API.
Also, while checking the Android API I noticed there's a way to make queries using searchByMatchAll (for example) which returns a MobileBeanCursor, but I can't seem to find an implementing class, do I have to implement it my self?
Thanks!