Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Communication-Mobile android
Title: Fragment Download
 Description: In the android 2.x era, we may use ActivityGroup to achieve this, but with the jelly bean market share of over 50 , we will find that there is a new build there, it is called Fragment (http://developer .android.com/reference/android/app/Fragment.html). And to achieve this at the bottom of the tab-style interface is also the ActivityGroup turned Fragment. First, the charges did not talk much to say, here I will teach you step by step how to achieve this interface. Before hands, I may need to do my style of chart you look to pass so you have a heart expectations.
 Downloaders recently: [More information of uploader 小莎]
 To Search:
File list (Check if you may need any files):
 

Fragment
........\.gitignore
........\.gradle
........\.......\1.8
........\.......\...\taskArtifacts
........\.......\...\.............\cache.properties
........\.......\...\.............\cache.properties.lock
........\.......\...\.............\fileHashes.bin
........\.......\...\.............\fileSnapshots.bin
........\.......\...\.............\outputFileStates.bin
........\.......\...\.............\taskArtifacts.bin
........\.idea
........\.....\.name
........\.....\compiler.xml
........\.....\copyright
........\.....\.........\profiles_settings.xml
........\.....\encodings.xml
........\.....\gradle.xml
........\.....\misc.xml
........\.....\modules.xml
........\.....\scopes
........\.....\......\scope_settings.xml
........\.....\vcs.xml
........\.....\workspace.xml
........\Fragment.iml
........\build.gradle
........\fragment
........\........\.gitignore
........\........\build
........\........\.....\apk
........\........\.....\...\fragment-defaultFlavor-debug-unaligned.apk
........\........\.....\assets
........\........\.....\......\defaultFlavor
........\........\.....\......\.............\debug
........\........\.....\classes
........\........\.....\.......\defaultFlavor
........\........\.....\.......\.............\debug
........\........\.....\.......\.............\.....\com
........\........\.....\.......\.............\.....\...\mydream
........\........\.....\.......\.............\.....\...\.......\fragment
........\........\.....\.......\.............\.....\...\.......\........\AtmeFragment.class
........\........\.....\.......\.............\.....\...\.......\........\AttentionFragment.class
........\........\.....\.......\.............\.....\...\.......\........\BaseFragment.class
........\........\.....\.......\.............\.....\...\.......\........\BuildConfig.class
........\........\.....\.......\.............\.....\...\.......\........\CommentFragment.class
........\........\.....\.......\.............\.....\...\.......\........\FragmentFactory.class
........\........\.....\.......\.............\.....\...\.......\........\GlobalFragment.class
........\........\.....\.......\.............\.....\...\.......\........\MainActivity$1.class
........\........\.....\.......\.............\.....\...\.......\........\MainActivity.class
........\........\.....\.......\.............\.....\...\.......\........\MyListFragment.class
........\........\.....\.......\.............\.....\...\.......\........\R$attr.class
........\........\.....\.......\.............\.....\...\.......\........\R$color.class
........\........\.....\.......\.............\.....\...\.......\........\R$dimen.class
........\........\.....\.......\.............\.....\...\.......\........\R$drawable.class
........\........\.....\.......\.............\.....\...\.......\........\R$id.class
........\........\.....\.......\.............\.....\...\.......\........\R$layout.class
........\........\.....\.......\.............\.....\...\.......\........\R$string.class
........\........\.....\.......\.............\.....\...\.......\........\R$style.class
........\........\.....\.......\.............\.....\...\.......\........\R.class
........\........\.....\dependency-cache
........\........\.....\................\defaultFlavor
........\........\.....\................\.............\debug
........\........\.....\incremental
........\........\.....\...........\aidl
........\........\.....\...........\....\defaultFlavor
........\........\.....\...........\....\.............\debug
........\........\.....\...........\....\.............\.....\dependency.store
........\........\.....\...........\....\.............\.....\inputs.data
........\........\.....\...........\....\.............\.....\outputs.data
........\........\.....\...........\dex
........\........\.....\...........\...\defaultFlavor
........\........\.....\...........\...\.............\debug
........\........\.....\...........\...\.............\.....\inputs.data
........\........\.....\...........\...\.............\.....\outputs.data
........\........\.....\...........\mergeAssets
........\...

CodeBus www.codebus.net