I am trying to insert values in table. But there is only one value inserted. I am getting an error in log cat when I am trying to insert new values.
Log cat shows :
Try checking if the ID is already existed. If true, do not insert, because you already have the row with this ID.