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.
から派生したクラスがありAppWidgetProviderます。私が理解している限り、ウィジェットのサイズ変更はandroidの基本的な方法です。自分の実装を追加するために、どうすればそれなどをオーバーライドできますか?
AppWidgetProvider
よろしくお願いします。
あなたはそうしない。サポートされている場合、サイズ変更は、のようなクラスと組み合わせて、ホーム画面によって処理されますAppWidgetHost。
AppWidgetHost
もちろん、独自のホーム画面を作成して、そこでやりたいサイズ変更作業を行うこともできます。