How can i use sql database query?
Hello. I am new to android. In my application there is three tables category , product and quality in spinner. when i select perticular c开发者_如何学运维ategory , product related to that category would be display in product category. How can i do this? Please help me.
Manisha, I am assuming this database is local (sqlite3) and hence you would need to implement DatabaseHelper class.
Refer this tutorial for details
http://www.screaming-penguin.com/node/7742
精彩评论