ANDROID - RatingBar In ListView Example Required For Send Data Into MySQL
I am just a beginner in programming languages android, my project obtained from internet, and now i got the code to display a value from MySQL and using RatingBar for send the valu
Solution 1:
Create class that is extended by BaseAdapter then in getView() method identify rating bar and then there you have to set touch listener for rating bar.
Post a Comment for "ANDROID - RatingBar In ListView Example Required For Send Data Into MySQL"