7. アジェンダ • 簡単なAndroidアプリ • 簡単なAndroidアプリ (おまけ) • 複雑なAndroidアプリ Before Android-Binding After Android-Binding 9. 簡単なAndroidアプリ <RelativeLayout xmlns:android= "http://schemas.android.com/apk/res/android"> <TextView android:id="@id/hello_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=“Hello World!" /> </RelativeLayout> activity_main.xml @Override protected
