心动资深安卓开发工程师
社招全职技术大类地点:上海状态:招聘
任职要求
1、 语言基础: 扎实的 Java 与 Kotlin 编程功底,熟悉集合、多线程、内存管理与性能调优; 2、 并发模型: 深刻理解 Kotlin 协程原理,能够编写高并发、可取消、可超时的异步代码;熟悉 Flow / Channel 等响应式流程; 3、 架构设计: 熟练掌握 MVVM / Clean Architecture,具备模块化拆分与高度抽象设计能力; 4、 Jetpack & Compose: 熟练使用 Jetpack 全家桶及 Compose,理解 Lifecycle 与内存泄漏治理; 5、 AI 开发工具: 熟练使用 Cursor(AI-first Code Editor),能结合 Prompt 工程高效完成代码补全、重构、单元测试与文档生成,并将其融入团队 CI/CD 流程; 6、 Google Play 上架经验: 至少 1 款个人或主导开发的成熟应用已在 Google Play 上架并持续迭代 6 个月以上(请附链接)。熟悉 Play Console、应用签名、In‑app Billing、隐私与政策合规; 7、 CI/CD: 了解 Gradle 优化、GitHub Actions / GitLab CI、Fastlane 等自动化构建与发布工具; 8、 英文能力: 能无障碍阅读 Google 官方技术文档与海外社区;可与海外团队邮件沟通者更佳。 加分项: 1、Compose 大型项目或开源组件贡献; 2、多媒体 / 多模态(ExoPlayer、CameraX、ML Kit、ARCore)经验; 3、 跨端技术(Flutter、React Native、KMM)实战经历; 4、 活跃的 GitHub/GitLab 账户(Star ≥ 50 或受欢迎的技术博客); 5、 对 Perfetto / Systrace、包体积优化、安全加固有系统化解决方案。
工作职责
1、负责公司 Android 应用的架构设计、核心功能开发与性能优化; 2、基于 Kotlin + 协程 (Coroutines) 编写高质量、可测试、可维护的业务代码,为关键路径编写单元测试与 UI 自动化测试; 3、深度运用 Jetpack 组件(Lifecycle、Navigation、Room、WorkManager 等)以及 Compose 构建模块化、解耦的应用框架; 4、主导 Google Play 上架流程:应用签名、Bundle 构建、测试通道管理、合规审核、A/B 实验与版本灰度发布; 5、持续监控并优化 Crash / ANR / 启动耗时 / 耗电等关键指标,保障线上稳定; 6、充分利用 AI 开发工具 Cursor 提升编码效率:通过 Prompt 工程与插件扩展,实现代码补全、批量重构、文档与测试生成; 7、与产品、设计、后端团队紧密协作,确保需求按时高质量交付,并对业务流程提出技术改进建议; 8、参与技术评审与分享,沉淀最佳实践与技术文档,提升团队整体开发能力。
包括英文材料
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
Kotlin+
https://kotlinlang.org/docs/kotlin-tour-welcome.html
Quickly learn the essentials of the Kotlin programming language through our tours, which will take you from beginner to intermediate level.
https://learnxinyminutes.com/kotlin/
Kotlin is a statically typed programming language for the JVM, Android and the browser. It is 100% interoperable with Java.
https://www.youtube.com/watch?v=EExSSotojVI
In this full Kotlin course, you will learn the most popular programming language on Android and start building your own apps.
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
性能调优+
https://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
Jetpack+
https://developer.android.com/courses/jetpack-compose/course
Learn how to use Jetpack Compose to build native Android UI!
https://developer.android.com/develop/ui/compose/tutorial
Jetpack Compose is a modern toolkit for building native Android UI.
Prompt+
https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/introduction-prompt-design
A prompt is a natural language request submitted to a language model to receive a response back.
https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/prompt-engineering
These techniques aren't recommended for reasoning models like gpt-5 and o-series models.
https://www.youtube.com/watch?v=LWiMwhDZ9as
Learn and master the fundamentals of Prompt Engineering and LLMs with this 5-HOUR Prompt Engineering Crash Course!
CI+
https://www.ibm.com/cn-zh/think/topics/continuous-integration
持续集成 (CI) 是一种软件开发实践,开发人员在整个开发周期中会定期将新的代码和代码变更集成到中央代码存储库中。它是 DevOps 和敏捷方法的关键组成部分。
https://www.youtube.com/watch?v=42UP1fxi2SY
CD+
https://www.redhat.com/zh-cn/topics/devops/what-is-ci-cd
CI/CD 是持续集成和持续交付/部署的缩写,旨在简化并加快软件开发生命周期。
https://www.youtube.com/watch?v=R8_veQiYBjI&list=PLy7NrYWoggjzSIlwxeBbcgfAdYoxCIrM2
Gradle+
[英文] Getting Started
https://docs.gradle.org/current/userguide/getting_started_eng.html
Everyone has to start somewhere, and if you’re new to Gradle, this is where to begin.
[英文] Gradle Guides
https://gradle.org/guides/
Here you can find project-based topical guides to help you learn Gradle through using it.
https://www.youtube.com/watch?v=gKPMKRnnbXU
Ever looked for a comprehensive tutorial to Gradle that is fun and entertaining at the same time?
GitHub+
[英文] GitHub Learn
https://learn.github.com/
Discover a wide range of beginner-friendly tutorials, hands-on learning, and expert-led lessons.
GitLab+
https://docs.gitlab.com/tutorials/
Learn about GitLab fundamentals by following guided instructions.
Fastlane+
https://docs.fastlane.tools/getting-started/android/setup/
fastlane can be installed in multiple ways.
https://docs.fastlane.tools/getting-started/ios/setup/
fastlane can be installed in multiple ways.
ARCore+
https://developers.google.com/ar/develop/getting-started
To get started using ARCore in your app, follow the platform-specific guides, listed above, for your platform.
https://www.youtube.com/watch?v=MM786WD-Gv8
This is a deep-dive on using fundamental tracking and placement for AR.
Flutter+
https://flutter.dev/learn
With codelabs, YouTube videos, detailed docs, and more, find everything you need to get started with Flutter or continue your learning journey.
https://www.youtube.com/watch?v=VPvVD8t02U8
Learn how to use Flutter in this complete course for beginners.
React Native+
[英文] Learn the Basics
https://reactnative.dev/docs/tutorial
React Native is like React, but it uses native components instead of web components as building blocks.
https://roadmap.sh/react-native
Step by step guide to becoming a React Native developer
https://www.youtube.com/watch?v=f8Z9JyB2EIE
Get hands-on with React Native and Expo in this crash course! Build a mobile movie app from scratch, and learn essential skills for mobile development along the way.
相关职位
社招3年以上客户端开发
1、负责安卓系统底层模块的开发与性能优化,包括但不限于进程/线程调度、内存管理、JNI/NDK交互、Binder机制等核心机制; 2、深入分析并解决系统级稳定性问题(ANR/崩溃/死锁/内存泄漏),建立长效监控与优化方案; 3、主导高性能多媒体框架开发,优化图片(Bitmap/JNI解码)与视频(MediaCodec/FFmpeg)编解码管线; 4、参与渲染管线优化(SurfaceFlinger/OpenGL ES/Vulkan),实现复杂动画效果的流畅渲染; 5、开发C++ Native层核心组件,进行跨平台库的调试与性能调优(Perf/ASan/Valgrind); 6、针对低端设备进行深度性能适配,优化系统资源竞争与功耗表现;
社招5年以上
1. 负责AI语音助手体验优化与感知的体系化建设。 2. 负责AI端侧能力的体验优化与感知的系统化建设。 3. 保障所负责项目交付效率与质量。 4. 行业方向洞察,业务创新赋能业务。
更新于 2025-08-04