Re: [android-developers] ListView created programmat ically - emptyView doesn’t pop up

2010-05-12 Thread TreKing
On Sat, May 8, 2010 at 3:11 AM, yorick yuri.opo...@gmail.com wrote: what can be wrong? Try setting the empty view BEFORE setting the adapter, or call adapter.notifyDataSetChanged() after setting the empty view. Maybe this will trigger the change. Not sure. Also, your constructor takes a

Re: [android-developers] ListView created programmat ically - emptyView doesn’t pop up

2010-05-12 Thread Adrian Vintu
Take a look at the AdapterView http://webcache.googleusercontent.com/search?q=cache:DuD-98M6iV4J:www.netmite.com/android/mydroid/frameworks/base/core/java/android/widget/AdapterView.java+android+AdapterViewcd=6hl=enct=clnk Sorry, that's the only link I could get in a rush. You should though have