scaloid
scaloid copied to clipboard
How to build layout for BaseAdapter with Scaloid?
Until now there is a line inside my BaseAdapters that looks like this
LayoutInflater.from(context).inflate(R.layout.list_item, null);
I cannot get how I could use Scaloid to get rid of the xml file.
I tried searching inside scaloid examples but I could not find any.
Could you give a brief sample of such a usage?
I am new in Scaloid and I guess it can be used in all cases. Is that correct?
Ask me for more information if necessary
Thanks!
+1