What I want to do is relatively simple: I have 3 tables on my SQLite database: Filmes (Movies), Genero (Genre) and Filmes_Genero (a table that make a relationship between the tables). So I have a screen with a movie cadastre form and another screen that lists the possible genres for the movie that is called by a button from Cadastre screen. So how can I get the values of checked boxes back to my Cadastre Activity?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...