scaloid icon indicating copy to clipboard operation
scaloid copied to clipboard

How to build layout for BaseAdapter with Scaloid?

Open pligor opened this issue 11 years ago • 1 comments

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!

pligor avatar Oct 19 '13 13:10 pligor

+1

tttzof351 avatar May 01 '15 16:05 tttzof351