CursorAdapter を使用して設定された ListView があります。また、ListView にセパレーターをいくつか入れたいと思います。ArrayAdapter でこれを達成しましたが、CursorAdapter でこれを達成する方法がわかりません。そうするための戦略はありますか?それとも私は運が悪いのでしょうか?
4733 次
2 に答える
5
ここにいくつかの例があります: http://bartinger.at/listview-with-sectionsseparators/
http://sunil-android.blogspot.com/2013/08/section-header-listview-in-android.html
プロジェクト: http://code.google.com/p/android-section-list/
http://code.google.com/p/android-amazing-listview/
一番、
于 2010-10-05T16:12:41.330 に答える