我有一个项目及其相应价格的清单。 我想在列表活动中显示这些项目( 连同它们右手边的价格) 。 我们如何做到这一点? 我刚刚使用了简单的阵列, 直到现在都传给了适应器。 我更希望有一个索引化的数据结构可以传递给适应器, 因为我也需要对价格进行排序, 然后在 ListView 中显示它们 。
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...