I have a DialogFragment
which serves as a popup. This DialogFragment
has a ListView
in it and that uses a BaseAdapter
that has custom TableRow
. My problem is, it takes about 2 seconds to display the popup fully. Is there any solution, or recommendation that you can give me to display this popup faster.
More details : The TableRow
has 2 ImageView
s and 3 custom TextView
s. The BaseAdapter
processes the View
because it has to do some stuff like hiding other View
, setting texts, etc.
Any help will be appreciated. Thanks! :D
ListView
. Where is the lazy loading done? – Semiology