V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
lichanglei11
V2EX  ›  Android

推荐一个 Android 开发者不可错过的好活动。嘉宾全是 Googler

  •  1
     
  •   lichanglei11 · 2019-08-01 09:25:47 +08:00 · 5507 次点击
    这是一个创建于 1701 天前的主题,其中的信息可能已经有所发展或是发生改变。

    先放个活动报名链接 https://www.huodongxing.com/event/4501326311400

    活动介绍如下:

    无论你从事的是移动应用开发、前端开发、后端开发、桌面开发还是嵌入式开发,Kotlin 都可以应用在这些平台上。Kotlin 是一种现代的静态类型语言,面向 JVM, Android, JavaScript & Native 平台。它可以提高开发人员的生产力,让开发工作变得更舒适。

    活动主题

    本次活动由 GDG 社区举办,Google Developer Advocate 和 JetBrains 提供支持,主要面向 Kotlin 语言爱好者、Android 开发者、Java 开发者、编程语言爱好者。

    如果 Kotlin 在你的项目中有好的实践应用,或者是你对 Kotlin 和 Android Team 有一些反馈和建议,又或者是每年刷刷刷却总也拿不到 GDD 大会的门票。那么这场活动一定不容错过,不仅能听到各位 Googler 带来的精彩分享,还将获得现场和他们面对面交流的机会。

    时间地点

    时间:2019 年 9 月 8 日 13:00 - 18:00。

    地点:深圳南山区金鸡路 1 号圣淘沙酒店翡翠店(桃园地铁站 B 口出),4 楼宴会厅。

    门票:免费,报名通过审核即可。

    English Address: Sentosa Hotel, No.1 Jinji Road, Nanshan District, Shenzhen, Emerald Store (Taoyuan Subway Station, Exit B), 4th Floor Ballroom.

    活动议程

    13:00

    签到

    13:30

    社区介绍

    13:50-14:20

    ConstraintLayout + MotionLayout: Creating and animating rich user interfaces

    创建和动画丰富的用户界面

    14:20-14:50

    Android Q and Privacy: Get your app compatible for the change

    Android Q 和隐私:让您的应用与更改兼容

    14:50-15:20

    Android Development with Kotlin

    使用 Kotlin 进行 Android 开发

    15:20-15:40

    Break Time

    15:40-16:10

    Assembling your Jetpack

    如何组装你的 Jetpack

    16:10-16:40

    Improving App Performance with Benchmarking & Profiling

    通过基准测试和分析提高应用程序性能

    16:40-17:10

    Q&A; 活动结束

    特邀嘉宾 Daniel Galpin

    Developer Advocate

    Chet Haase

    Android Chief Advocate

    分享主题:

    ConstraintLayout + MotionLayout: Creating and animating rich user interfaces

    分享内容:

    This session will talk about ConstraintLayout and MotionLayout, powerful facilities for creating dynamic, animated layouts for Android. These technologies work together to allow developers to express flexible layouts with powerful, choreographed animations between UI states.

    本次演讲将讨论 ConstraintLayout 和 MotionLayout,这是为 Android 创建动态动画布局的强大工具。这些技术协同工作,允许开发人员在 UI 状态之间通过强大的编排动画表达灵活的布局。

    Fred Chung (钟辉) Developer Advocate

    嘉宾介绍:

    Android 开发者技术推广团队的中国区负责人。曾任 Firebase 和 Google Play 服务的产品经理,致力于帮助开发者在新兴市场取得成功。

    分享主题:

    Android Q and Privacy: Get your app compatible for the change.

    分享内容:

    This session will help you understand privacy related changes in Android Q and show how you can make your app compatible. This includes changes to permissions including location and storage, new restrictions on device identifiers and background app launching, and other new platform APIs.

    此会话将帮助您了解 Android Q 中与隐私相关的更改,并说明如何使您的应用兼容。这包括对权限的更改,包括位置和存储,对设备标识符和后台应用程序启动的新限制以及其他新平台 API。

    Chet Haase Android Chief Advocate

    Tiem Song Developer Programs Engineer

    分享主题:

    Android Development with Kotlin

    分享内容:

    Android is going Kotlin-first - what does that mean for you?

    This session will introduce some concepts in Kotlin, along with showing some of the recent developments in the Kotlin language and libraries in Android development, like coroutines and the KTX extensions. We will also talk about resources and strategies for migrating to Kotlin from an existing codebase.

    With so many learning resources and libraries becoming available with Kotlin-tuned APIs, there's never been a better time to jump into Kotlin for your Android application development.

    本次演讲将介绍 Kotlin 中的一些概念,并展示 Kotlin 语言和 Android 开发中的库的一些最新发展,如协同程序和 KTX 扩展。我们还将讨论从现有代码库迁移到 Kotlin 的资源和策略。

    随着 Kotlin 调优的 API 提供了如此多的学习资源和库,现在是进入 Kotlin 进行 Android 应用程序开发的最佳时机。

    Tiem Song (宋立心) Developer Programs Engineer

    嘉宾介绍:

    谷歌的安卓 Developer Programs 工程师,主要帮助开发者得到最好的安卓开发资讯和学习。他专注于 Kotlin, Jetpack, 还有 Sunflower 开源安卓应用。

    分享主题:

    Assembling your Jetpack

    分享内容:

    Jetpack is a collection of Android software components to make it easier for you to develop great Android apps. This talk covers integrating your existing Android app with Jetpack. We'll explore Sunflower, a gardening sample app showcasing best practices using Jetpack.

    Jetpack 是一组安卓软体组件让你能做出更完整的安卓应用。这演讲会谈到如何用 Jetpack 和你的已有应用综合成整体。我们会先使用 Sunflower,一个园艺的样品应用,来了解 Jetpack 的最佳实践。

    Daniel Galpin

    Developer Advocate

    Chet Haase

    Android Chief Advocate

    分享主题:

    Improving App Performance with Benchmarking & Profiling

    分享内容:

    This session will provide tips on measuring and improving performance on Android. It will also introduce new benchmarking libraries made available in AndroidX.

    本次演讲将提供有关测量和改善 Android 性能的提示。还将介绍在 AndroidX 中提供的新基准测试库

    6 条回复    2019-08-01 19:59:14 +08:00
    realwangzesen15
        1
    realwangzesen15  
       2019-08-01 09:45:18 +08:00
    可惜,我不在深圳
    woodfish
        2
    woodfish  
       2019-08-01 10:12:44 +08:00
    chet haase!!!!! 太棒了
    lichanglei11
        3
    lichanglei11  
    OP
       2019-08-01 11:12:38 +08:00
    距离活动时间还有一个多月,大家可以先报名锁定名额。
    eminemcola
        4
    eminemcola  
       2019-08-01 14:07:21 +08:00
    赞 可惜没办法确定自己那个时间在不在深圳…
    ForeverYoung123
        5
    ForeverYoung123  
       2019-08-01 15:41:34 +08:00
    可惜不在深圳
    somebody
        6
    somebody  
       2019-08-01 19:59:14 +08:00
    Kotlin/Everywhere 的活动很多城市都有
    https://mp.weixin.qq.com/s/WAz0-bwBNTJGx-Ff1-s24g
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3486 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 10:55 · PVG 18:55 · LAX 03:55 · JFK 06:55
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.