I am developing an android database application in which i have to add multiple values in single cell of database table like
id| col 1 | col2 |
| 1,2,3,4 | a,b,c,d |
| 1,1,1,1 | ,x,x,x,x |
| | |
i have created the database in SQLite Database Browser
how can i achieve this