I used the below code to get the "place" value from the "place" column using a cursor. The value of the place in my database is a string,but It returns a number that I have no idea what it is.
here's my code:
meeting.setPlace(cursor.getString(cursor.getColumnIndex("place")));