[Solved] How to create facebook type polls in android app?


You can solve this using a vertical LinearLayout to hold all options.
Each option would be a horizontal LinearLayout consisting of a RadioButton, a form of ProgressBar (Extend on Android default ProgressBar for this Widget) and a Button.

1

solved How to create facebook type polls in android app?