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.
線形レイアウトコントロールにプルダウン更新オプションを実装できるかどうかを尋ねたかったのですが、これと他の例も読みましたが、それらはすべて「ListView」コントロール用です。
@MH
Chris Banesのpull-to-refresh実装をご覧ください。これは、ListView、GridView、ScrollView、WebViewなどのいくつかのビューで利用できます。ScrollViewバージョンを簡単に使用して、LinearLayoutにラップできる場合があります。あるいは、そのライブラリのビルディングブロックを使用して独自の実装を行うのは比較的簡単なはずです。
これは私のために働いた。