Hi:
i found a bug about SfRotator.
here is my code in C#
List<SfRotatorItem> ListPhoto = WCFHelper.GetProductPhotoList(ProductId);
if (ListPhoto.Count == 0)
{
rotator.DataSource = null;
//rotator.EnableAutoPlay = false;
}
else
{
rotator.EnableAutoPlay = true;
rotator.DataSource = ListPhoto;
}
if i write rotator.EnableAutoPlay = false, it will work fine
but if no have this code, the app pop this: " Java.Lang.NullPointerException"