Skip to main content

Posts

Showing posts with the label boolean

Android sqlite get boolean from database

was just wondering, how can I obtain the value of a boolean field in a sqlite database in android? I usually use getString() getInt() etc to get the values of my fields, but there does not seem to be a getBoolean() method. Any takers? Kev Source: Tips4all