您好,登錄后才能下訂單哦!
這期內容當中小編將會給大家帶來有關Android開發中如何實現一個窗口小部件,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
實現窗口小部件,訪問手機儲存卡指定目錄中的圖片文件,然后隨機選擇一張在窗口的小部件中顯示。圖片路徑使用List存儲,適合初級Android學習者參考。本系統無服務,不能保證進程長存。
新建一個空的布局項目,然后新建一個Widget,如圖所示:
在新建的xml和java實現類中進行編寫即可。
picture_widget.xml文件如下:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="@dimen/widget_margin"> <ImageView android:id="@+id/picture_widget" android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/zhizhuxia" /> <TextView android:id="@+id/change_picture" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="" android:textSize="10dp" android:gravity="right|bottom" android:layout_marginRight="2dp" android:layout_marginBottom="2dp"/> </RelativeLayout>
上述就是小編為大家分享的Android開發中如何實現一個窗口小部件了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。