Android App Day 1 Interactive App

 

New Project

  Empty Activity




app/src/main/res/layout/activity_main.xml
右上角有 Code / Design
Split 則會兩者同時顯示



拉一個 Button 進來





Layout 改成 LinearLayout 看看
android:orientation="vertical" 這樣會垂直排列


android:layout_width="match_parent"

這樣寬度會佔滿畫面


加個 spinner 準備下拉式畫面




目前執行結果:




設定 string resource




設定 下拉式選單 項目




做一個 button 的 setOnClickListener()

按照 spinner 所選的 color

改變 TextView 顯示的文字 (啤酒名稱)












留言

熱門文章