My sqlite database is only inserting one item android studio (java)
I don't know how but my sqlite database seems to be only capable of storing one item instead of a lot. my database helper seems to return false whenever i add an item. How can i fix it? Everytime I…