├── ActionBarNavigation ├── Prerequisites.md └── README.md ├── ActionModes └── README.md ├── ActivitiesandTheirLifecycles ├── ApplicationTranscedingtheActivity.md ├── AsynchronicityandResults.md ├── CreatingYourSecondActivity.md ├── Life,Death,andYourActivity.md ├── PonderingParcelable.md ├── README.md ├── RecyclingActivities.md ├── Schroedinger'sActivity.md ├── TheCaseoftheInvisibleActivity.md ├── UsingImplictIntent.md ├── WalkingThroughtheLifecycle.md ├── Warning!ContainsExplictIntents.md ├── WhenActivitiesDie.md └── extra!extra!.md ├── AdapterViewsAndAdapters └── README.md ├── AdvancedListViews └── README.md ├── AndroidandProjects ├── CommonConcepts.md ├── ProjectandAndroidStudio.md ├── README.md └── StarterProjectGenerators.md ├── AudioPlayback ├── GetYourMediaOn.md ├── MediaPlayerForAudio.md ├── OtherWaysToMakeNoise.md ├── Prerequisites.md └── README.md ├── AudioRecording ├── Prerequisites.md ├── README.md ├── RawAudioInput.md ├── RecordingbyIntent.md ├── RecordingtoFiles.md ├── RecordingtoStreams.md └── RequestingtheMicrophone.md ├── BasicWidgets ├── ACommandingButton.md ├── AssigningLables.md ├── CommonConcepts.md ├── FOGFOOC.md ├── FleetingImages.md ├── MoreCommonConcepts.md ├── README.md └── VisittheTrails.md ├── ChoosingYourDevelopmentToolchain ├── C-LBuildviaGradleforAndroid.md ├── IDEs...AndThisBook.md ├── README.md ├── WhatWeAreNotCovering.md ├── YetOtherAlternatives.md ├── androidstudio.md ├── eclipse.md └── intelli_idea.md ├── ContentsofAndroidProjects ├── ProjectsandthisBook.md ├── README.md ├── TheContentsofanAndroidStudioProject.md ├── TheContentsofanEclipseProject.md ├── WhatYouGet,InGeneral.md └── WhatYouGetOutOfIt.md ├── CustomDrawables ├── Prerequisites.md └── README.md ├── DealingWithThreads ├── AlternativestoAsyncTask.md ├── AndNow,TheCaveats.md ├── AsyncingFeeling.md ├── EventBuses.md ├── GettingtotheBackground.md ├── README.md ├── TheMainApplicationThread.md └── VisittheTrails!.md ├── EventBusAlternatives └── README.md ├── FindingandEliminatingJank └── README.md ├── FoucusOnNDK ├── Prerequisites.md ├── README.md └── TheRoleoftheNDK.md ├── GettingAroundAndroidStudio ├── AccessingAndroidTools.md ├── AndroidStudioandReleaseChannels.md ├── NavigatingTheProjectExplorer.md ├── README.md ├── RunningProjects.md ├── ViewingOutput.md └── VisittheTrails.md ├── GradleandDependencies ├── APropertyofTransitive.md ├── APropertyofTransitiveDependencies.md ├── ATaleofTwoDenpendenciesClosures.md ├── CreatingAndroidJARsfromGradle.md ├── DenpendingUponanAndroidLibraryProject.md ├── Dependencies.md ├── DependenciesByBuildType.md ├── DependenciesByFlavor.md ├── DependenciesandtheProjectStructureDialog.md ├── DependingUponArtifacts.md ├── DependingUponNDKBinaries.md ├── DependingUponSubProjects.md ├── DependingUponaJAR.md ├── ExaminingSomeCWACBuilds.md ├── PrerequisitesandWarning.md └── README.md ├── GradleandEclipseProject ├── CreatingYourGradleBuildFile.md ├── ExaminingtheGradleFile.md ├── Legacy.md ├── PrerequisitesandWarnings.md └── README.md ├── GradleandTasks ├── KeyBuild-RelatedTasks.md ├── README.md └── Results.md ├── GradleandtheNewProjectStructure ├── AddingBuildTypes.md ├── AddingProductFlavorsandGettingBuildVariants.md ├── ConfiguringtheStocksBuildTypes.md ├── CreatingaProjectintheNewStructure.md ├── DoingtheSplits.md ├── Falvors,Build,andtheProjectStructureDialog.md ├── ObjectivesoftheNewProjectStructure.md ├── PrerequisitesandWarnings.md ├── README.md ├── RevisitingtheLegacyGradleFile.md ├── Terminology.md ├── WhattheNewProjectStructureLooksLike.md └── WokingwiththeNewProjectStructureinAndroidStudio.md ├── InternetAccess ├── DIYHTTP.md ├── HTTPviaDownloadManager.md ├── README.md ├── SSL.md ├── UsingHTTPClientLibraries.md ├── UsingThird-PartyJARs.md ├── VisittheTrails.md └── WhatAboutHttpClient?.md ├── IntroducingGradleandTheManifest ├── ExaminingtheGradleFiles.md ├── GradleEnvironmentVariables.md ├── GradleTheBigQuestions.md ├── IntroducingtheManifest.md ├── LearningMoreAboutGradlle.md ├── ObtainingGradle.md ├── OtherGradleItemsofNote.md ├── README.md ├── TheRestOftheManifest.md ├── ThingsInCommonBetweenTheManifestandGradle.md ├── VersionsofGradleandGradleforAndroid.md ├── VisittheTrails.md └── Where'sTheGUI.md ├── JUnitandAndroid └── README.md ├── KeyAndroidConcepts ├── AndroidApplications.md ├── AndroidDevices.md ├── Don'tBeScared.md └── README.md ├── MiscellaneousNetworkCapabilities ├── DownloadingFiles.md ├── Prerequisites.md └── README.md ├── Preface ├── AbouttheAPKEdition.md ├── AbouttheUpdates.md ├── Acknowledgment.md ├── CC&42FG.md ├── ExendingYourWarescription.md ├── README.md ├── SourceCodeandItsLicense.md ├── TheBook'sStructure.md ├── TheTrails.md ├── Warescription.md ├── WelcometotheBook.md └── WhatsNewInVersion7.3.md ├── README.md ├── RecyclerView ├── ATrivialList.md ├── AdapterViewanditsDiscontents.md ├── ChangingtheContents.md ├── DividerOptions.md ├── EnterRecyclerView.md ├── Grids.md ├── HandlingClickEvents.md ├── MutableRowContents.md ├── OtherBitsofGoodness.md ├── Prerequisites.md ├── README.md ├── TheMarchoftheLibraries.md ├── TheOrderofThings.md ├── VaryingtheItems.md └── WhatAboutCursors.md ├── RequestingPermissions └── README.md ├── ResourceSetsandConfigurations ├── API-VersionedResources.md ├── AndNow,aWordFromtheAndroidProjectView.md ├── BlockingRotations.md ├── ChoosingTheRightResource.md ├── ConfigurationsandResourceSets.md ├── CopingwithComplexity.md ├── DefaultChangeBehavior.md ├── README.md ├── ScreenSizeandOrientation.md ├── StateSavingScenarios.md ├── What'saConfigurationAndHowDoTheyChange.md └── YourOptionsforConfigurationChanges.md ├── ServicesandtheCommandPattern └── README.md ├── SomeWordsAboutResource ├── Dimensions.md ├── GotthePicture.md ├── README.md ├── StringTheory.md └── TRTSNBNY.md ├── Summary.md ├── SwipingwithViewPager ├── Indicators.md ├── PagingFragments.md ├── PagingOtherStuff.md ├── PiecesofaPager.md ├── README.md └── SwipingDesignPattern.md ├── TheActionBar ├── ActionBarsLiveinLivingColor.md ├── ApplyingtheResource.md ├── BarHopping.md ├── DefiningtheResource.md ├── MENUKey,WeHardlyKnewYe.md ├── README.md ├── RespondingtoEvent.md ├── SettingtheTarget.md ├── TheRestoftheSampleActivity.md ├── VisittheTrails.md ├── YetAnotherHistoryLesson.md └── YourActionBarOptions.md ├── TheAndroidUserInterface ├── DissectingtheActivity.md ├── TheActivity.md └── UsingXML-BasedLayouts.md ├── TheDataBindingFramework ├── ObservablesandUpdatingtheBinding.md ├── OtherFeaturesofNote.md ├── Prerequisites.md ├── README.md ├── TheBasicSteps.md ├── TheBindingExpressionLanguage.md ├── TheExtendedLayoutResource.md └── TheWhatNow.md ├── TheLoaderFramework └── README.md ├── TheMediaStoreProvider └── README.md ├── TheTacticsofFragments ├── FragmentsWithinFragments.md ├── FragmentsandMultipleActivity.md ├── FragmentsandtheActionBar.md ├── README.md ├── TheFragmentLifecycleMethod.md ├── TheSixQuestions.md ├── WhereYouGetYourFragmentFrom.md ├── YourFirstDynamicFragment.md └── YourFirstFragment.md ├── TheTheoryofWidgets ├── README.md ├── Size,Margins,andPadding.md ├── TheAbsolutePositioningAnti-Pattern.md ├── TheThemeofThisSectionThemes.md ├── WhatAreContainers?.md └── WhatAreWidgets?.md ├── TheWebViewWidget └── README.md ├── Tutorial#1-InstallingtheTools ├── InOurNextEpisode.md ├── README.md ├── Step#1-CheckingYourHardwareRequirements.md ├── Step#2-SettingUpJavaand32-BitLinuxSupport.md ├── Step#3-InstalltheDeveloperTools.md └── Step#4-IntalltheSDKsandAdd-Ons.md ├── Tutorial#2-CreatingaStubProject ├── AboutOurTools.md ├── AboutOurTutorialProject.md ├── AbouttheRestoftheTutorials.md ├── InOurNextEpisode.md ├── README.md ├── Step#1CreatingtheProject.md ├── Step#2SetUptheEmulator.md ├── Step#3SetUptheDevice.md └── Step#4RunningtheProject.md ├── Tutorial#3-ChangingOurManifest ├── InOurNextEpisode.md ├── README.md ├── SomeNotesAboutRealtivePaths.md ├── Step#1SupportingScreens.md └── Step#2AddingOurMinimumandTargetSDKVersions.md ├── Tutorial#4-AdjustingOurResources ├── InOurNextEpisode.md ├── README.md ├── Step#1ChangingtheName ├── Step#2ChangingtheIcon └── Step#3RunningtheResult ├── UsingPreferences └── README.md ├── WorkingwithLibraryProjects ├── CreatingaLibraryProject.md ├── LibraryProjectsandtheManifest.md ├── LimitationsofLibraryProjects.md ├── Prerequisites.md ├── README.md └── UsingaLibraryProject,PartII.md └── WritingandUseParcelables └── README.md /ActionBarNavigation/Prerequisites.md: -------------------------------------------------------------------------------- 1 | ###准备工作 2 | 3 | 理解这章需要你已经读过了核心章回,特别是动作栏那一章。 4 | 5 | -------------------------------------------------------------------------------- /ActionBarNavigation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActionBarNavigation/README.md -------------------------------------------------------------------------------- /ActionModes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActionModes/README.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/ApplicationTranscedingtheActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/ApplicationTranscedingtheActivity.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/AsynchronicityandResults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/AsynchronicityandResults.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/CreatingYourSecondActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/CreatingYourSecondActivity.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/Life,Death,andYourActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/Life,Death,andYourActivity.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/PonderingParcelable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/PonderingParcelable.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/README.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/RecyclingActivities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/RecyclingActivities.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/Schroedinger'sActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/Schroedinger'sActivity.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/TheCaseoftheInvisibleActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/TheCaseoftheInvisibleActivity.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/UsingImplictIntent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/UsingImplictIntent.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/WalkingThroughtheLifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/WalkingThroughtheLifecycle.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/Warning!ContainsExplictIntents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/Warning!ContainsExplictIntents.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/WhenActivitiesDie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/WhenActivitiesDie.md -------------------------------------------------------------------------------- /ActivitiesandTheirLifecycles/extra!extra!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ActivitiesandTheirLifecycles/extra!extra!.md -------------------------------------------------------------------------------- /AdapterViewsAndAdapters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AdapterViewsAndAdapters/README.md -------------------------------------------------------------------------------- /AdvancedListViews/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AdvancedListViews/README.md -------------------------------------------------------------------------------- /AndroidandProjects/CommonConcepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AndroidandProjects/CommonConcepts.md -------------------------------------------------------------------------------- /AndroidandProjects/ProjectandAndroidStudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AndroidandProjects/ProjectandAndroidStudio.md -------------------------------------------------------------------------------- /AndroidandProjects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AndroidandProjects/README.md -------------------------------------------------------------------------------- /AndroidandProjects/StarterProjectGenerators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AndroidandProjects/StarterProjectGenerators.md -------------------------------------------------------------------------------- /AudioPlayback/GetYourMediaOn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioPlayback/GetYourMediaOn.md -------------------------------------------------------------------------------- /AudioPlayback/MediaPlayerForAudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioPlayback/MediaPlayerForAudio.md -------------------------------------------------------------------------------- /AudioPlayback/OtherWaysToMakeNoise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioPlayback/OtherWaysToMakeNoise.md -------------------------------------------------------------------------------- /AudioPlayback/Prerequisites.md: -------------------------------------------------------------------------------- 1 | ###准备工作 2 | 3 | 理解这章需要你已经读了这本书的核心章回。 4 | -------------------------------------------------------------------------------- /AudioPlayback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioPlayback/README.md -------------------------------------------------------------------------------- /AudioRecording/Prerequisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioRecording/Prerequisites.md -------------------------------------------------------------------------------- /AudioRecording/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioRecording/README.md -------------------------------------------------------------------------------- /AudioRecording/RawAudioInput.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AudioRecording/RecordingbyIntent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioRecording/RecordingbyIntent.md -------------------------------------------------------------------------------- /AudioRecording/RecordingtoFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/AudioRecording/RecordingtoFiles.md -------------------------------------------------------------------------------- /AudioRecording/RecordingtoStreams.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AudioRecording/RequestingtheMicrophone.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BasicWidgets/ACommandingButton.md: -------------------------------------------------------------------------------- 1 | ###一个命令按钮 2 | -------------------------------------------------------------------------------- /BasicWidgets/AssigningLables.md: -------------------------------------------------------------------------------- 1 | ###给标签赋值 2 | -------------------------------------------------------------------------------- /BasicWidgets/CommonConcepts.md: -------------------------------------------------------------------------------- 1 | ###常见概念 2 | -------------------------------------------------------------------------------- /BasicWidgets/FOGFOOC.md: -------------------------------------------------------------------------------- 1 | ###绿色或其它颜色的域 2 | 3 | -------------------------------------------------------------------------------- /BasicWidgets/FleetingImages.md: -------------------------------------------------------------------------------- 1 | ###稍纵即逝的画面 2 | -------------------------------------------------------------------------------- /BasicWidgets/MoreCommonConcepts.md: -------------------------------------------------------------------------------- 1 | ###更多常见概念 2 | -------------------------------------------------------------------------------- /BasicWidgets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/BasicWidgets/README.md -------------------------------------------------------------------------------- /BasicWidgets/VisittheTrails.md: -------------------------------------------------------------------------------- 1 | ###造访小径 -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/C-LBuildviaGradleforAndroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/C-LBuildviaGradleforAndroid.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/IDEs...AndThisBook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/IDEs...AndThisBook.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/README.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/WhatWeAreNotCovering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/WhatWeAreNotCovering.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/YetOtherAlternatives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/YetOtherAlternatives.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/androidstudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/androidstudio.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/eclipse.md -------------------------------------------------------------------------------- /ChoosingYourDevelopmentToolchain/intelli_idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ChoosingYourDevelopmentToolchain/intelli_idea.md -------------------------------------------------------------------------------- /ContentsofAndroidProjects/ProjectsandthisBook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ContentsofAndroidProjects/ProjectsandthisBook.md -------------------------------------------------------------------------------- /ContentsofAndroidProjects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ContentsofAndroidProjects/README.md -------------------------------------------------------------------------------- /ContentsofAndroidProjects/TheContentsofanAndroidStudioProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ContentsofAndroidProjects/TheContentsofanAndroidStudioProject.md -------------------------------------------------------------------------------- /ContentsofAndroidProjects/TheContentsofanEclipseProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ContentsofAndroidProjects/TheContentsofanEclipseProject.md -------------------------------------------------------------------------------- /ContentsofAndroidProjects/WhatYouGet,InGeneral.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ContentsofAndroidProjects/WhatYouGet,InGeneral.md -------------------------------------------------------------------------------- /ContentsofAndroidProjects/WhatYouGetOutOfIt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ContentsofAndroidProjects/WhatYouGetOutOfIt.md -------------------------------------------------------------------------------- /CustomDrawables/Prerequisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/CustomDrawables/Prerequisites.md -------------------------------------------------------------------------------- /CustomDrawables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/CustomDrawables/README.md -------------------------------------------------------------------------------- /DealingWithThreads/AlternativestoAsyncTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/AlternativestoAsyncTask.md -------------------------------------------------------------------------------- /DealingWithThreads/AndNow,TheCaveats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/AndNow,TheCaveats.md -------------------------------------------------------------------------------- /DealingWithThreads/AsyncingFeeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/AsyncingFeeling.md -------------------------------------------------------------------------------- /DealingWithThreads/EventBuses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/EventBuses.md -------------------------------------------------------------------------------- /DealingWithThreads/GettingtotheBackground.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/GettingtotheBackground.md -------------------------------------------------------------------------------- /DealingWithThreads/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/README.md -------------------------------------------------------------------------------- /DealingWithThreads/TheMainApplicationThread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/TheMainApplicationThread.md -------------------------------------------------------------------------------- /DealingWithThreads/VisittheTrails!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/DealingWithThreads/VisittheTrails!.md -------------------------------------------------------------------------------- /EventBusAlternatives/README.md: -------------------------------------------------------------------------------- 1 | ###事件总线替代方案 2 | -------------------------------------------------------------------------------- /FindingandEliminatingJank/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FoucusOnNDK/Prerequisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/FoucusOnNDK/Prerequisites.md -------------------------------------------------------------------------------- /FoucusOnNDK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/FoucusOnNDK/README.md -------------------------------------------------------------------------------- /FoucusOnNDK/TheRoleoftheNDK.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/AccessingAndroidTools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GettingAroundAndroidStudio/AccessingAndroidTools.md -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/AndroidStudioandReleaseChannels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GettingAroundAndroidStudio/AndroidStudioandReleaseChannels.md -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/NavigatingTheProjectExplorer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GettingAroundAndroidStudio/NavigatingTheProjectExplorer.md -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GettingAroundAndroidStudio/README.md -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/RunningProjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GettingAroundAndroidStudio/RunningProjects.md -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/ViewingOutput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GettingAroundAndroidStudio/ViewingOutput.md -------------------------------------------------------------------------------- /GettingAroundAndroidStudio/VisittheTrails.md: -------------------------------------------------------------------------------- 1 | ###造访小径 2 | 3 | Android Studio 的项目结构对话框和翻译编辑器会涵盖在[之后内容中]()。 -------------------------------------------------------------------------------- /GradleandDependencies/APropertyofTransitive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/APropertyofTransitive.md -------------------------------------------------------------------------------- /GradleandDependencies/APropertyofTransitiveDependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/APropertyofTransitiveDependencies.md -------------------------------------------------------------------------------- /GradleandDependencies/ATaleofTwoDenpendenciesClosures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/ATaleofTwoDenpendenciesClosures.md -------------------------------------------------------------------------------- /GradleandDependencies/CreatingAndroidJARsfromGradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/CreatingAndroidJARsfromGradle.md -------------------------------------------------------------------------------- /GradleandDependencies/DenpendingUponanAndroidLibraryProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DenpendingUponanAndroidLibraryProject.md -------------------------------------------------------------------------------- /GradleandDependencies/Dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/Dependencies.md -------------------------------------------------------------------------------- /GradleandDependencies/DependenciesByBuildType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependenciesByBuildType.md -------------------------------------------------------------------------------- /GradleandDependencies/DependenciesByFlavor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependenciesByFlavor.md -------------------------------------------------------------------------------- /GradleandDependencies/DependenciesandtheProjectStructureDialog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependenciesandtheProjectStructureDialog.md -------------------------------------------------------------------------------- /GradleandDependencies/DependingUponArtifacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependingUponArtifacts.md -------------------------------------------------------------------------------- /GradleandDependencies/DependingUponNDKBinaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependingUponNDKBinaries.md -------------------------------------------------------------------------------- /GradleandDependencies/DependingUponSubProjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependingUponSubProjects.md -------------------------------------------------------------------------------- /GradleandDependencies/DependingUponaJAR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/DependingUponaJAR.md -------------------------------------------------------------------------------- /GradleandDependencies/ExaminingSomeCWACBuilds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/ExaminingSomeCWACBuilds.md -------------------------------------------------------------------------------- /GradleandDependencies/PrerequisitesandWarning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/PrerequisitesandWarning.md -------------------------------------------------------------------------------- /GradleandDependencies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandDependencies/README.md -------------------------------------------------------------------------------- /GradleandEclipseProject/CreatingYourGradleBuildFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandEclipseProject/CreatingYourGradleBuildFile.md -------------------------------------------------------------------------------- /GradleandEclipseProject/ExaminingtheGradleFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandEclipseProject/ExaminingtheGradleFile.md -------------------------------------------------------------------------------- /GradleandEclipseProject/Legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandEclipseProject/Legacy.md -------------------------------------------------------------------------------- /GradleandEclipseProject/PrerequisitesandWarnings.md: -------------------------------------------------------------------------------- 1 | ###准备工作和警告 2 | 理解这章需要你已经读过[介绍Gradle那章](/IntroducingGradleandTheManifest/README.md) 3 | -------------------------------------------------------------------------------- /GradleandEclipseProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandEclipseProject/README.md -------------------------------------------------------------------------------- /GradleandTasks/KeyBuild-RelatedTasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandTasks/KeyBuild-RelatedTasks.md -------------------------------------------------------------------------------- /GradleandTasks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandTasks/README.md -------------------------------------------------------------------------------- /GradleandTasks/Results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandTasks/Results.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/AddingBuildTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/AddingBuildTypes.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/AddingProductFlavorsandGettingBuildVariants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/AddingProductFlavorsandGettingBuildVariants.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/ConfiguringtheStocksBuildTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/ConfiguringtheStocksBuildTypes.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/CreatingaProjectintheNewStructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/CreatingaProjectintheNewStructure.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/DoingtheSplits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/DoingtheSplits.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/Falvors,Build,andtheProjectStructureDialog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/Falvors,Build,andtheProjectStructureDialog.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/ObjectivesoftheNewProjectStructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/ObjectivesoftheNewProjectStructure.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/PrerequisitesandWarnings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/PrerequisitesandWarnings.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/README.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/RevisitingtheLegacyGradleFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/RevisitingtheLegacyGradleFile.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/Terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/Terminology.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/WhattheNewProjectStructureLooksLike.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/WhattheNewProjectStructureLooksLike.md -------------------------------------------------------------------------------- /GradleandtheNewProjectStructure/WokingwiththeNewProjectStructureinAndroidStudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/GradleandtheNewProjectStructure/WokingwiththeNewProjectStructureinAndroidStudio.md -------------------------------------------------------------------------------- /InternetAccess/DIYHTTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/InternetAccess/DIYHTTP.md -------------------------------------------------------------------------------- /InternetAccess/HTTPviaDownloadManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/InternetAccess/HTTPviaDownloadManager.md -------------------------------------------------------------------------------- /InternetAccess/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/InternetAccess/README.md -------------------------------------------------------------------------------- /InternetAccess/SSL.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /InternetAccess/UsingHTTPClientLibraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/InternetAccess/UsingHTTPClientLibraries.md -------------------------------------------------------------------------------- /InternetAccess/UsingThird-PartyJARs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /InternetAccess/VisittheTrails.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /InternetAccess/WhatAboutHttpClient?.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/ExaminingtheGradleFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/ExaminingtheGradleFiles.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/GradleEnvironmentVariables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/GradleEnvironmentVariables.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/GradleTheBigQuestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/GradleTheBigQuestions.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/IntroducingtheManifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/IntroducingtheManifest.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/LearningMoreAboutGradlle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/LearningMoreAboutGradlle.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/ObtainingGradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/ObtainingGradle.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/OtherGradleItemsofNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/OtherGradleItemsofNote.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/README.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/TheRestOftheManifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/TheRestOftheManifest.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/ThingsInCommonBetweenTheManifestandGradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/ThingsInCommonBetweenTheManifestandGradle.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/VersionsofGradleandGradleforAndroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/VersionsofGradleandGradleforAndroid.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/VisittheTrails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/VisittheTrails.md -------------------------------------------------------------------------------- /IntroducingGradleandTheManifest/Where'sTheGUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/IntroducingGradleandTheManifest/Where'sTheGUI.md -------------------------------------------------------------------------------- /JUnitandAndroid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/JUnitandAndroid/README.md -------------------------------------------------------------------------------- /KeyAndroidConcepts/AndroidApplications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/KeyAndroidConcepts/AndroidApplications.md -------------------------------------------------------------------------------- /KeyAndroidConcepts/AndroidDevices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/KeyAndroidConcepts/AndroidDevices.md -------------------------------------------------------------------------------- /KeyAndroidConcepts/Don'tBeScared.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/KeyAndroidConcepts/Don'tBeScared.md -------------------------------------------------------------------------------- /KeyAndroidConcepts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/KeyAndroidConcepts/README.md -------------------------------------------------------------------------------- /MiscellaneousNetworkCapabilities/DownloadingFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/MiscellaneousNetworkCapabilities/DownloadingFiles.md -------------------------------------------------------------------------------- /MiscellaneousNetworkCapabilities/Prerequisites.md: -------------------------------------------------------------------------------- 1 | ###准备工作 2 | 3 | 这章的读者应该已经读了这本书的核心章节。 -------------------------------------------------------------------------------- /MiscellaneousNetworkCapabilities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/MiscellaneousNetworkCapabilities/README.md -------------------------------------------------------------------------------- /Preface/AbouttheAPKEdition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/AbouttheAPKEdition.md -------------------------------------------------------------------------------- /Preface/AbouttheUpdates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/AbouttheUpdates.md -------------------------------------------------------------------------------- /Preface/Acknowledgment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/Acknowledgment.md -------------------------------------------------------------------------------- /Preface/CC&42FG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/CC&42FG.md -------------------------------------------------------------------------------- /Preface/ExendingYourWarescription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/ExendingYourWarescription.md -------------------------------------------------------------------------------- /Preface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/README.md -------------------------------------------------------------------------------- /Preface/SourceCodeandItsLicense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/SourceCodeandItsLicense.md -------------------------------------------------------------------------------- /Preface/TheBook'sStructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/TheBook'sStructure.md -------------------------------------------------------------------------------- /Preface/TheTrails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/TheTrails.md -------------------------------------------------------------------------------- /Preface/Warescription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/Warescription.md -------------------------------------------------------------------------------- /Preface/WelcometotheBook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/WelcometotheBook.md -------------------------------------------------------------------------------- /Preface/WhatsNewInVersion7.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Preface/WhatsNewInVersion7.3.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/README.md -------------------------------------------------------------------------------- /RecyclerView/ATrivialList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/ATrivialList.md -------------------------------------------------------------------------------- /RecyclerView/AdapterViewanditsDiscontents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/AdapterViewanditsDiscontents.md -------------------------------------------------------------------------------- /RecyclerView/ChangingtheContents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/ChangingtheContents.md -------------------------------------------------------------------------------- /RecyclerView/DividerOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/DividerOptions.md -------------------------------------------------------------------------------- /RecyclerView/EnterRecyclerView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/EnterRecyclerView.md -------------------------------------------------------------------------------- /RecyclerView/Grids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/Grids.md -------------------------------------------------------------------------------- /RecyclerView/HandlingClickEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/HandlingClickEvents.md -------------------------------------------------------------------------------- /RecyclerView/MutableRowContents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/MutableRowContents.md -------------------------------------------------------------------------------- /RecyclerView/OtherBitsofGoodness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/OtherBitsofGoodness.md -------------------------------------------------------------------------------- /RecyclerView/Prerequisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/Prerequisites.md -------------------------------------------------------------------------------- /RecyclerView/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/README.md -------------------------------------------------------------------------------- /RecyclerView/TheMarchoftheLibraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/TheMarchoftheLibraries.md -------------------------------------------------------------------------------- /RecyclerView/TheOrderofThings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/TheOrderofThings.md -------------------------------------------------------------------------------- /RecyclerView/VaryingtheItems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/VaryingtheItems.md -------------------------------------------------------------------------------- /RecyclerView/WhatAboutCursors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RecyclerView/WhatAboutCursors.md -------------------------------------------------------------------------------- /RequestingPermissions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/RequestingPermissions/README.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/API-VersionedResources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/API-VersionedResources.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/AndNow,aWordFromtheAndroidProjectView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/AndNow,aWordFromtheAndroidProjectView.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/BlockingRotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/BlockingRotations.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/ChoosingTheRightResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/ChoosingTheRightResource.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/ConfigurationsandResourceSets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/ConfigurationsandResourceSets.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/CopingwithComplexity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/CopingwithComplexity.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/DefaultChangeBehavior.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/DefaultChangeBehavior.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/README.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/ScreenSizeandOrientation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/ScreenSizeandOrientation.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/StateSavingScenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/StateSavingScenarios.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/What'saConfigurationAndHowDoTheyChange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/What'saConfigurationAndHowDoTheyChange.md -------------------------------------------------------------------------------- /ResourceSetsandConfigurations/YourOptionsforConfigurationChanges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/ResourceSetsandConfigurations/YourOptionsforConfigurationChanges.md -------------------------------------------------------------------------------- /ServicesandtheCommandPattern/README.md: -------------------------------------------------------------------------------- 1 | ###`Service`和命令模式 2 | -------------------------------------------------------------------------------- /SomeWordsAboutResource/Dimensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SomeWordsAboutResource/Dimensions.md -------------------------------------------------------------------------------- /SomeWordsAboutResource/GotthePicture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SomeWordsAboutResource/GotthePicture.md -------------------------------------------------------------------------------- /SomeWordsAboutResource/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SomeWordsAboutResource/README.md -------------------------------------------------------------------------------- /SomeWordsAboutResource/StringTheory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SomeWordsAboutResource/StringTheory.md -------------------------------------------------------------------------------- /SomeWordsAboutResource/TRTSNBNY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SomeWordsAboutResource/TRTSNBNY.md -------------------------------------------------------------------------------- /Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Summary.md -------------------------------------------------------------------------------- /SwipingwithViewPager/Indicators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SwipingwithViewPager/Indicators.md -------------------------------------------------------------------------------- /SwipingwithViewPager/PagingFragments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SwipingwithViewPager/PagingFragments.md -------------------------------------------------------------------------------- /SwipingwithViewPager/PagingOtherStuff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SwipingwithViewPager/PagingOtherStuff.md -------------------------------------------------------------------------------- /SwipingwithViewPager/PiecesofaPager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SwipingwithViewPager/PiecesofaPager.md -------------------------------------------------------------------------------- /SwipingwithViewPager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SwipingwithViewPager/README.md -------------------------------------------------------------------------------- /SwipingwithViewPager/SwipingDesignPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/SwipingwithViewPager/SwipingDesignPattern.md -------------------------------------------------------------------------------- /TheActionBar/ActionBarsLiveinLivingColor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/ActionBarsLiveinLivingColor.md -------------------------------------------------------------------------------- /TheActionBar/ApplyingtheResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/ApplyingtheResource.md -------------------------------------------------------------------------------- /TheActionBar/BarHopping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/BarHopping.md -------------------------------------------------------------------------------- /TheActionBar/DefiningtheResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/DefiningtheResource.md -------------------------------------------------------------------------------- /TheActionBar/MENUKey,WeHardlyKnewYe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/MENUKey,WeHardlyKnewYe.md -------------------------------------------------------------------------------- /TheActionBar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/README.md -------------------------------------------------------------------------------- /TheActionBar/RespondingtoEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/RespondingtoEvent.md -------------------------------------------------------------------------------- /TheActionBar/SettingtheTarget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/SettingtheTarget.md -------------------------------------------------------------------------------- /TheActionBar/TheRestoftheSampleActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/TheRestoftheSampleActivity.md -------------------------------------------------------------------------------- /TheActionBar/VisittheTrails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/VisittheTrails.md -------------------------------------------------------------------------------- /TheActionBar/YetAnotherHistoryLesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/YetAnotherHistoryLesson.md -------------------------------------------------------------------------------- /TheActionBar/YourActionBarOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheActionBar/YourActionBarOptions.md -------------------------------------------------------------------------------- /TheAndroidUserInterface/DissectingtheActivity.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheAndroidUserInterface/TheActivity.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheAndroidUserInterface/UsingXML-BasedLayouts.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheDataBindingFramework/ObservablesandUpdatingtheBinding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/ObservablesandUpdatingtheBinding.md -------------------------------------------------------------------------------- /TheDataBindingFramework/OtherFeaturesofNote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/OtherFeaturesofNote.md -------------------------------------------------------------------------------- /TheDataBindingFramework/Prerequisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/Prerequisites.md -------------------------------------------------------------------------------- /TheDataBindingFramework/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/README.md -------------------------------------------------------------------------------- /TheDataBindingFramework/TheBasicSteps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/TheBasicSteps.md -------------------------------------------------------------------------------- /TheDataBindingFramework/TheBindingExpressionLanguage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/TheBindingExpressionLanguage.md -------------------------------------------------------------------------------- /TheDataBindingFramework/TheExtendedLayoutResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/TheExtendedLayoutResource.md -------------------------------------------------------------------------------- /TheDataBindingFramework/TheWhatNow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheDataBindingFramework/TheWhatNow.md -------------------------------------------------------------------------------- /TheLoaderFramework/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheMediaStoreProvider/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheMediaStoreProvider/README.md -------------------------------------------------------------------------------- /TheTacticsofFragments/FragmentsWithinFragments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/FragmentsWithinFragments.md -------------------------------------------------------------------------------- /TheTacticsofFragments/FragmentsandMultipleActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/FragmentsandMultipleActivity.md -------------------------------------------------------------------------------- /TheTacticsofFragments/FragmentsandtheActionBar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/FragmentsandtheActionBar.md -------------------------------------------------------------------------------- /TheTacticsofFragments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/README.md -------------------------------------------------------------------------------- /TheTacticsofFragments/TheFragmentLifecycleMethod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/TheFragmentLifecycleMethod.md -------------------------------------------------------------------------------- /TheTacticsofFragments/TheSixQuestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/TheSixQuestions.md -------------------------------------------------------------------------------- /TheTacticsofFragments/WhereYouGetYourFragmentFrom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/WhereYouGetYourFragmentFrom.md -------------------------------------------------------------------------------- /TheTacticsofFragments/YourFirstDynamicFragment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/YourFirstDynamicFragment.md -------------------------------------------------------------------------------- /TheTacticsofFragments/YourFirstFragment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTacticsofFragments/YourFirstFragment.md -------------------------------------------------------------------------------- /TheTheoryofWidgets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/TheTheoryofWidgets/README.md -------------------------------------------------------------------------------- /TheTheoryofWidgets/Size,Margins,andPadding.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheTheoryofWidgets/TheAbsolutePositioningAnti-Pattern.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheTheoryofWidgets/TheThemeofThisSectionThemes.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheTheoryofWidgets/WhatAreContainers?.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheTheoryofWidgets/WhatAreWidgets?.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TheWebViewWidget/README.md: -------------------------------------------------------------------------------- 1 | ## The WebViewWidget 2 | 3 | -------------------------------------------------------------------------------- /Tutorial#1-InstallingtheTools/InOurNextEpisode.md: -------------------------------------------------------------------------------- 1 | ###下集预告 2 | 3 | 我们会创建一个Android 项目,充当我们将来教程的基础,并且设置了我们的模拟器和设备。 -------------------------------------------------------------------------------- /Tutorial#1-InstallingtheTools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#1-InstallingtheTools/README.md -------------------------------------------------------------------------------- /Tutorial#1-InstallingtheTools/Step#1-CheckingYourHardwareRequirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#1-InstallingtheTools/Step#1-CheckingYourHardwareRequirements.md -------------------------------------------------------------------------------- /Tutorial#1-InstallingtheTools/Step#2-SettingUpJavaand32-BitLinuxSupport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#1-InstallingtheTools/Step#2-SettingUpJavaand32-BitLinuxSupport.md -------------------------------------------------------------------------------- /Tutorial#1-InstallingtheTools/Step#3-InstalltheDeveloperTools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#1-InstallingtheTools/Step#3-InstalltheDeveloperTools.md -------------------------------------------------------------------------------- /Tutorial#1-InstallingtheTools/Step#4-IntalltheSDKsandAdd-Ons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#1-InstallingtheTools/Step#4-IntalltheSDKsandAdd-Ons.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/AboutOurTools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/AboutOurTools.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/AboutOurTutorialProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/AboutOurTutorialProject.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/AbouttheRestoftheTutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/AbouttheRestoftheTutorials.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/InOurNextEpisode.md: -------------------------------------------------------------------------------- 1 | ###下集预告 2 | 3 | ...我们会修改我们教程项目的AndroidManifest.xml文件。 -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/README.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/Step#1CreatingtheProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/Step#1CreatingtheProject.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/Step#2SetUptheEmulator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/Step#2SetUptheEmulator.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/Step#3SetUptheDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/Step#3SetUptheDevice.md -------------------------------------------------------------------------------- /Tutorial#2-CreatingaStubProject/Step#4RunningtheProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#2-CreatingaStubProject/Step#4RunningtheProject.md -------------------------------------------------------------------------------- /Tutorial#3-ChangingOurManifest/InOurNextEpisode.md: -------------------------------------------------------------------------------- 1 | ###下集预告 2 | 3 | 我们会对我们教程项目[作出一些对资源的改变]() -------------------------------------------------------------------------------- /Tutorial#3-ChangingOurManifest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#3-ChangingOurManifest/README.md -------------------------------------------------------------------------------- /Tutorial#3-ChangingOurManifest/SomeNotesAboutRealtivePaths.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#3-ChangingOurManifest/SomeNotesAboutRealtivePaths.md -------------------------------------------------------------------------------- /Tutorial#3-ChangingOurManifest/Step#1SupportingScreens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#3-ChangingOurManifest/Step#1SupportingScreens.md -------------------------------------------------------------------------------- /Tutorial#3-ChangingOurManifest/Step#2AddingOurMinimumandTargetSDKVersions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#3-ChangingOurManifest/Step#2AddingOurMinimumandTargetSDKVersions.md -------------------------------------------------------------------------------- /Tutorial#4-AdjustingOurResources/InOurNextEpisode.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tutorial#4-AdjustingOurResources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/Tutorial#4-AdjustingOurResources/README.md -------------------------------------------------------------------------------- /Tutorial#4-AdjustingOurResources/Step#1ChangingtheName: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tutorial#4-AdjustingOurResources/Step#2ChangingtheIcon: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tutorial#4-AdjustingOurResources/Step#3RunningtheResult: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /UsingPreferences/README.md: -------------------------------------------------------------------------------- 1 | ##使用偏好 2 | -------------------------------------------------------------------------------- /WorkingwithLibraryProjects/CreatingaLibraryProject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/WorkingwithLibraryProjects/CreatingaLibraryProject.md -------------------------------------------------------------------------------- /WorkingwithLibraryProjects/LibraryProjectsandtheManifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/WorkingwithLibraryProjects/LibraryProjectsandtheManifest.md -------------------------------------------------------------------------------- /WorkingwithLibraryProjects/LimitationsofLibraryProjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/WorkingwithLibraryProjects/LimitationsofLibraryProjects.md -------------------------------------------------------------------------------- /WorkingwithLibraryProjects/Prerequisites.md: -------------------------------------------------------------------------------- 1 | ###准备工作 2 | 3 | 理解这个章回需要你已经读过了这本书的核心章回。 4 | -------------------------------------------------------------------------------- /WorkingwithLibraryProjects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/WorkingwithLibraryProjects/README.md -------------------------------------------------------------------------------- /WorkingwithLibraryProjects/UsingaLibraryProject,PartII.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jinyulei0710/The-Busy-Coder-s-Guide-to-Android-Development/HEAD/WorkingwithLibraryProjects/UsingaLibraryProject,PartII.md -------------------------------------------------------------------------------- /WritingandUseParcelables/README.md: -------------------------------------------------------------------------------- 1 | ###写以及使用parcelables序列化 2 | 3 | ###TODO 4 | 5 | --------------------------------------------------------------------------------