Use sqlite database for iOS (robovm) with libgdx
问题 I have a libgdx project (Android) where I use a sqlite database . I'm developing the same project in iOS version (robovm) and I can't find anything about sqlite or database for iOS version. Is it possible to use the same sqlite database ? Thanks. 回答1: I know this is an old thread but this worked for me You dont have to do it EXACTLY like this of course, but this is how i did it First i made a helper class for SQLite called.. SQLiteHelper This would initialize things package com.hamzahrmalik