[android-developers] Re: Rating Bar Dialog API

2009-10-09 Thread Mark Murphy
Subba wrote: I know Market application has Rating Bar Dialog. Is there any API to create Rating Bar Dialog in Android SDK 1.5 or 1.6.? Use AlertDialog.Builder and its setView() method to put a RatingBar in the dialog. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: Rating Bar Dialog API

2009-10-09 Thread AJ
Hi Subba, check the following link:- http://www.anddev.org/viewtopic.php?p=25186 Hope this helps you Thanks, AJ On Oct 9, 4:52 pm, Mark Murphy mmur...@commonsware.com wrote: Subba wrote: I know Market application has Rating Bar Dialog. Is there any API to create Rating Bar Dialog in

[android-developers] Re: Rating Bar Dialog API

2009-10-09 Thread AJ
Hi All I tried that example on my local system and its working. Thanks to Google AJ On Oct 9, 6:45 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Subba, check the following link:-http://www.anddev.org/viewtopic.php?p=25186 Hope this helps you Thanks, AJ On Oct 9, 4:52 pm, Mark Murphy