Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ArrayAdapter」を使用したリストビューを使用して、ユーザーがロードボタンをクリックしたときに結果を表示しているときにアイテムの数を表示しています。結果をロードして先頭に追加します(最初に追加)
見つかった解決策
use adapter's insert method and add it to position 0 every time and also before adding reverse order so that first item will display at the beginning if don't reverse first item will display at end.