I am writing a custom implementation of a ListAdapter.
In its constructor, I'm taking in a Context, a resource ID (i.e. R.id.xxx representing the layout file), and a list and a map (these contain the data).
Now, the problem is that i will need a LayoutI...