Hi, > a) differences getSource(desiredDPI: Number)
I think a better solution would be to add a getMultiSource method to MultiBitmapSource. I'll make this change for you can check into develop. I think there was a JIRA raised about this exact issue anyway. > 2) spark.UIComponentUtils > > => I managed to remove all methods in this class by using equivalent SDK > methods, or inline code. > So I deleted the class Nice. > > 3) spark.components.supportClasses.ItemRendererBase vs. > spark.components.LabelItemRenderer > > ItemRendererBase was the base class for MobileGridRowRenderer > > => I managed to make it inherit from LabelItemRenderer instead, > so I deleted the class Even better. > __________________________ > > > 4) spark.utils.DensityUtil2 vs spark.utils.DensityUtil > > a) differences: > > private static function dpiScale(value:Number, sourceDPI:Number = > DPIClassification.DPI_160):Number > And private static function getSetApplicationDPI():Number > > Actually, this is very specific to MobileGrid and I don't know if it can be > extended to SDK. In that case it should probably belong in the MobileGrid class or rename the class MobileGridDensityUtil or MobileGridUtil, I'd rather not have a class called DensityUtil2. Thanks, Justin