SlideShare a Scribd company logo
Fragment
GDD Bootcamp 2011


                    1
✤                  -              (uPhyca)

✤   Blog : Y.A.M        (y-anz-m.blogspot.com)

✤     : Android Layout Cookbook

✤   Twitter : @yanzm

✤   Android

✤   GTUG Girls

                                                 2
Fragment




           3
Fragment




           4
Fragment




           5
6
→ layout-xlarge
                  7
8
...

<LinearLayout ...>
  <include layout=”@layout/main1”/>
  <include layout=”@layout/main2”/>
</LinearLayout>




 Activity




                                      9
Activity




+




           10
Fragment                       ...

                                            Fragment1    Fragment2
<LinearLayout ...>
  <fragment android:name=”...Fragment1”/>         +            +
  <fragment android:name=”...Fragment2”/>
</LinearLayout>




                                             Fragment1 Fragment2
Fragment                Activity
                                                  +        +



                                                                     11
2




    12
Fragment




           13
14
...

       View
                                    XML
                        URL


             Fragment

                              GET
-1     UI


- Activity
                                          15
... iosched


DashboardFragment




WhatsOnFragment


                     16
...

Activity

    onPause(), onResume()
    - IntentFilter   regist / unregist
    - ContentObserver      regist /unregist
    -




                                              17
...


-                               UI
    → Fragment   Fragment



     Fragment1
                    Fragment1   Fragment2




                                            18
...

Activity
- setContentView()   View


  → Fragment
    Fragment
  →



                            19
...


Android 3.2       ActivityGroup, LocalActivityManager
deprecated
  → TabHost                Activity



- Fragment
- ActionBar.Tab

                                                        20
...

ListView + 1          View +     Adapter




                  ListFragment

     View         1




                                           21
Fragment




           22
Fragment   UI




                23
Activity - View


   Activity - Fragment - View


Fragment =                 +                 + View
                               Activity   View
                                             ...


                                                      24
View




       25
View
-        View    1   View
-


         View
-         View



-
          View

- View


                            26
View
Activity
                  Fragment




                             27
Fragment


✤   View +

✤   View



✤   Activity

✤




               28
Fragment



✤   1   View   XML   <fragment>



✤       View




                                  29
Fragment


✤       View   XML
        ...

    ✤




    ✤




                     30
Fragment     3.0




v4 Support Library    1.6



                            31
View Activity
   Fragment




                32
✤   View or               View

    ✤




✤   Fragment
    ✤   View +      View                    View
        View

✤   Activity
    ✤              Activity      Fragment
               Fragment                      Window
               Activity

                                                      33
34

More Related Content

PDF
Fragment の利用パターン
PDF
Sublime Text 2 で始める ReVIEW
PDF
"あんざいゆき" x "秋葉ちひろ" はカンファレンスアプリをどう作るのか?
PDF
Android Pattern Cookbook で見るトレンドの変遷
PDF
User Interface 「UI ラーニング・パターン」 - ABC2014s
PDF
アプリのUIを改善するための7ステップ ∼Bump Recorder の UI を設計してみたよ編∼
PDF
ABC2013 Autumn あんざいゆき x 小太刀御禄 対談
PDF
Life with Android - Docomo SmartPhone Lounge Event -
Fragment の利用パターン
Sublime Text 2 で始める ReVIEW
"あんざいゆき" x "秋葉ちひろ" はカンファレンスアプリをどう作るのか?
Android Pattern Cookbook で見るトレンドの変遷
User Interface 「UI ラーニング・パターン」 - ABC2014s
アプリのUIを改善するための7ステップ ∼Bump Recorder の UI を設計してみたよ編∼
ABC2013 Autumn あんざいゆき x 小太刀御禄 対談
Life with Android - Docomo SmartPhone Lounge Event -

Viewers also liked (11)

PDF
Watch face アプリを公開してみた
PDF
Head First XML Layout on Android
PDF
マルチスクリーン対応と最近のアプリの傾向
PDF
Android Layout 3分クッキング
PDF
Adapter & ListView & ExpandalbeListView
PDF
Android Layout Cookbook Seminor
PDF
About FeliCa Lite-S
PPTX
20160320 BLE4.2勉強会 MakerLab Nagoya
PDF
Activity, Fragment, CustomView の使い分け - マッチョなActivityにさよならする方法 -
PDF
Nordic nRF51822でBLEしてみました 2
PDF
[AWSマイスターシリーズ] AWS CLI / AWS Tools for Windows PowerShell
Watch face アプリを公開してみた
Head First XML Layout on Android
マルチスクリーン対応と最近のアプリの傾向
Android Layout 3分クッキング
Adapter & ListView & ExpandalbeListView
Android Layout Cookbook Seminor
About FeliCa Lite-S
20160320 BLE4.2勉強会 MakerLab Nagoya
Activity, Fragment, CustomView の使い分け - マッチョなActivityにさよならする方法 -
Nordic nRF51822でBLEしてみました 2
[AWSマイスターシリーズ] AWS CLI / AWS Tools for Windows PowerShell
Ad

Similar to Fragment を使ってみよう (20)

PPTX
What the fragments
PPTX
Fragment debugging
PPTX
PPTX
Tk2323 lecture 6 fragment (new)
PDF
モダンなアプリ設計っぽい話
PDF
navigation-uiライブラリは、既存のアプリを置き換える ことができないかもしれない
PPTX
MDAD 4 - Android - Basics of UI Applications
ODP
Git tech talk
PPTX
Architecting Single Activity Applications (With or Without Fragments)
PDF
Pro git - grasping it conceptually
PDF
Learning Git with Workflows
PPTX
Lesson 6 App navigation for beginners .pptx
PDF
アプリを弄ってみる #2 #antama_ws
PPTX
Git in 10 minutes
PDF
Plone goes social
PDF
Android design patterns
PPTX
深入淺出談Fragment
PDF
Using git in eclipse by Chris Aniszczyk
PPTX
Lesson 7 Activity and Fragment Lifecycles.pptx
PDF
Three20
What the fragments
Fragment debugging
Tk2323 lecture 6 fragment (new)
モダンなアプリ設計っぽい話
navigation-uiライブラリは、既存のアプリを置き換える ことができないかもしれない
MDAD 4 - Android - Basics of UI Applications
Git tech talk
Architecting Single Activity Applications (With or Without Fragments)
Pro git - grasping it conceptually
Learning Git with Workflows
Lesson 6 App navigation for beginners .pptx
アプリを弄ってみる #2 #antama_ws
Git in 10 minutes
Plone goes social
Android design patterns
深入淺出談Fragment
Using git in eclipse by Chris Aniszczyk
Lesson 7 Activity and Fragment Lifecycles.pptx
Three20
Ad

More from Yuki Anzai (10)

PDF
droidgirls Recyclerview
PDF
Androidオールスターズ2016 yanzm
PDF
Whats's new in Android Studio at Google I/O extended in Fukuoka
PDF
What's new in Android N at Google I/O extended in Fukuoka
PDF
How to read "marble diagram"
PDF
Customizing Theme and Style for Material Design : Droid Kaigi 2016
PDF
Master of RecyclerView
PDF
「Android アプリのガチ開 発者が Mobile Backend Starter を使ってみた」
PDF
ボクの開発スタイル
PDF
application Next Generation presented by android女子部
droidgirls Recyclerview
Androidオールスターズ2016 yanzm
Whats's new in Android Studio at Google I/O extended in Fukuoka
What's new in Android N at Google I/O extended in Fukuoka
How to read "marble diagram"
Customizing Theme and Style for Material Design : Droid Kaigi 2016
Master of RecyclerView
「Android アプリのガチ開 発者が Mobile Backend Starter を使ってみた」
ボクの開発スタイル
application Next Generation presented by android女子部

Recently uploaded (20)

PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Mushroom cultivation and it's methods.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Hybrid model detection and classification of lung cancer
A comparative study of natural language inference in Swahili using monolingua...
Enhancing emotion recognition model for a student engagement use case through...
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation_ Review paper, used for researhc scholars
Mushroom cultivation and it's methods.pdf
DP Operators-handbook-extract for the Mautical Institute
cloud_computing_Infrastucture_as_cloud_p
TLE Review Electricity (Electricity).pptx
Unlocking AI with Model Context Protocol (MCP)
Chapter 5: Probability Theory and Statistics
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Building Integrated photovoltaic BIPV_UPV.pdf
Getting Started with Data Integration: FME Form 101
NewMind AI Weekly Chronicles - August'25-Week II
Tartificialntelligence_presentation.pptx
Group 1 Presentation -Planning and Decision Making .pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
Hybrid model detection and classification of lung cancer

Fragment を使ってみよう