随笔分类 -  Android文档翻译理解

为什么不直接交翻译系列,因为读原文档就是一个理解的过程。
摘要:Transmitting Network Data Using VolleyGET STARTEDDEPENDENCIES AND PREREQUISITESAndroid 1.6 (API Level 4) or higherVIDEOVolley: Easy, Fast Networking f... 阅读全文
posted @ 2015-03-19 16:08 bvin 阅读(572) 评论(0) 推荐(0)
摘要:Transferring Data Using Sync AdaptersGET STARTEDDEPENDENCIES AND PREREQUISITESAndroid 2.1 (API Level 7) or higherYOU SHOULD ALSO READBound ServicesCon... 阅读全文
posted @ 2015-03-19 16:06 bvin 阅读(602) 评论(0) 推荐(0)
摘要:Resolving Cloud Save ConflictsIN THIS DOCUMENTGet Notified of ConflictsHandle the Simple CasesDesign a Strategy for More Complex CasesFirst Attempt: S... 阅读全文
posted @ 2015-03-19 16:01 bvin 阅读(230) 评论(0) 推荐(0)
摘要:Syncing to the CloudGET STARTEDDEPENDENCIES AND PREREQUISITESAndroid 2.2 (API level 8) and higherBy providing powerful APIs for internet connectivity,... 阅读全文
posted @ 2015-03-19 15:58 bvin 阅读(292) 评论(0) 推荐(0)
摘要:Transferring Data Without Draining the BatteryGET STARTEDDEPENDENCIES AND PREREQUISITESAndroid 2.0 (API Level 5) or higherYOU SHOULD ALSO READOptimizi... 阅读全文
posted @ 2015-03-19 15:56 bvin 阅读(228) 评论(0) 推荐(0)
摘要:Building Apps with Connectivity & the CloudThese classes teach you how to connect your app to the world beyond the user's device. You'll learn how to ... 阅读全文
posted @ 2015-03-19 15:53 bvin 阅读(629) 评论(0) 推荐(0)
摘要:Creating a Navigation DrawerTHIS LESSON TEACHES YOU TO:Create a Drawer LayoutInitialize the Drawer ListHandle Navigation Click EventsListen for Open a... 阅读全文
posted @ 2015-03-03 15:25 bvin 阅读(676) 评论(0) 推荐(0)
摘要:Navigation DrawerCreating a Navigation DrawerThe navigation drawer is a panel that transitions in from the left edge of the screen and displays the ap... 阅读全文
posted @ 2015-03-03 14:35 bvin 阅读(767) 评论(0) 推荐(0)
摘要:Adding the Action BarGET STARTEDDEPENDENCIES AND PREREQUISITESAndroid 2.1 or higherYOU SHOULD ALSO READAction BarImplementing Effective NavigationDESI... 阅读全文
posted @ 2015-03-03 10:38 bvin 阅读(356) 评论(0) 推荐(0)
摘要:Action BarIN THIS DOCUMENTAdding the Action BarRemoving the action barUsing a logo instead of an iconAdding Action ItemsHandling clicks on action item... 阅读全文
posted @ 2015-03-03 10:28 bvin 阅读(616) 评论(0) 推荐(0)
摘要:Action BarTheaction baris a dedicated piece of real estate at the top of each screen that is generally persistent throughout the app.It provides sever... 阅读全文
posted @ 2015-03-03 10:15 bvin 阅读(556) 评论(0) 推荐(0)
摘要:public classLocalBroadcastManagerextendsObjectjava.lang.Object↳android.support.v4.content.LocalBroadcastManagerClass OverviewHelper to register for an... 阅读全文
posted @ 2015-02-28 15:07 bvin 阅读(277) 评论(0) 推荐(0)
摘要:NotificationsIN THIS DOCUMENTDesign ConsiderationsCreating a NotificationRequired notification contentsOptional notification contents and settingsNoti... 阅读全文
posted @ 2015-02-28 11:21 bvin 阅读(896) 评论(0) 推荐(0)
摘要:Develop篇Building a NotificationPREVIOUSNEXTTHIS LESSON TEACHES YOU TOCreate a Notification BuilderDefine the Notification's ActionSet the Notification... 阅读全文
posted @ 2015-02-27 16:01 bvin 阅读(686) 评论(1) 推荐(0)
摘要:Design篇NotificationsThe notification system allows users to keep informed about relevant and timely events in your app, such as new chat messages from... 阅读全文
posted @ 2015-02-27 15:47 bvin 阅读(2130) 评论(0) 推荐(0)
摘要:Maintaining CompatibilityThis lesson teaches you toDefine Alternative StylesProvide Alternative LayoutsUse the Support LibraryCheck the System Version... 阅读全文
posted @ 2015-01-25 17:04 bvin 阅读(323) 评论(0) 推荐(0)
摘要:Defining Custom Animations //自定义动画This lesson teaches you to //本节课知识点Customize Touch Feedback//1.自定义触摸反馈Use the Reveal Effect//2.使用显示特效Customize Activ... 阅读全文
posted @ 2015-01-25 17:03 bvin 阅读(953) 评论(0) 推荐(0)
摘要:Working with DrawablesThis lesson teaches you toTint Drawable ResourcesExtract Prominent Colors from an ImageCreate Vector DrawablesYou should also re... 阅读全文
posted @ 2015-01-25 16:59 bvin 阅读(296) 评论(0) 推荐(0)
摘要:Defining Shadows and Clipping ViewsThis lesson teaches you toAssign Elevation to Your ViewsCustomize View Shadows and OutlinesClip ViewsYou should als... 阅读全文
posted @ 2015-01-25 16:56 bvin 阅读(278) 评论(0) 推荐(0)
摘要:Using the Material ThemeThis lesson teaches you toCustomize the Color PaletteCustomize the Status BarTheme Individual ViewsYou should also readMateria... 阅读全文
posted @ 2015-01-25 16:53 bvin 阅读(514) 评论(0) 推荐(0)