エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Androidアプリ開発の極意
17. UIはXMLで作成<?xml version="1.0" encoding="utf-8"?><LinearLayoutxmlns:android="http://sche... 17. UIはXMLで作成<?xml version="1.0" encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent"><TextViewandroid:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello"/></LinearLayout> 20. ActivityをつなぐIntentIntent intent = new Intent(Re
2010/06/02 リンク