ListAdapter가 데이터가 없을 때 어떻게 처리합니까

432 단어 android
The View with the  empty  id is used automatically when the  ListAdapter  has no data for the ListView. The ListAdapter knows to look for this name by default. Alternatively, you could change the default empty view by using  setEmptyView(View)  on the ListView.

좋은 웹페이지 즐겨찾기