How you can see in image i have a TABLE A, TABLE C e an array list A.
I need to create a relational table (Table B) that have id of Table A (id_A) and id of Table C (id_C). The array list have every id's of table C that I need. So i need a way to save data of table B where 1 id_A respect to N elements of id_C.
I know that i can do with inner joins, but i don't know how start this in content provider. Anyone can give a help, or a example?
Thanks or your time