OPPO高级应用工程师
社招全职5-10年SOFTWARE地点:深圳状态:招聘
任职要求
1、计算机相关专业本科及以上学历,5年及以上安卓平台开发经验; 2、深刻理解Android系统架构、组件机制、事件分发、绘制原理、内存管理机制等; 3、编程语言: 精通Java/Kotlin,熟悉NDK/JNI/C++; 4、架构模式: 熟悉MVC/MVP/MVVM等设计模式,具备模块化、组件化架构设计能力; 5、熟练使用性能工具(Systrace、Perf、EBPF等),具备完整的性能优化实战经验。 6、强烈的责任感和自驱力,能独立攻关复杂技术问题; 7、优秀的沟通能力和团队协作精神,能主导跨部门项目推进。 其他: 1、有快应用、小程序、React Native、Flutter等跨平台或混合开发框架的底层引擎开发或深度优化经验者优先; 2、熟悉Linux内核调度、图形渲染流程或硬件加速原理; 3、有开源项目、技术博客或大型项目架构设计经验。
工作职责
1、负责快应用引擎的开发和维护,构建高可用、可扩展的安卓应用框架; 2、主导性能优化,包括启动速度、渲染效率、内存占用、CPU/GPU调度、卡顿分析(JE/ANR/NE问题)及功耗优化; 3、深入分析业务需求,制定技术方案和性能标准,解决高并发、大数据量场景下的技术难题; 4、研究安卓系统底层机制、V8/JavaScriptCore引擎、渲染管线等,攻关核心技术问题,提升快应用在多设备端的兼容性与体验; 5、指导初级工程师,输出技术文档与规范,推动团队技术成长。
包括英文材料
学历+
Android+
https://roadmap.sh/android
Step by step guide to becoming an Android developer .
https://www.youtube.com/playlist?list=PLQkwcJG4YTCSVDhww92llY3CAnc_vUhsm
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.
NDK+
https://developer.android.com/ndk/guides
The Native Development Kit (NDK) is a set of tools that allows you to use C and C++ code with Android.
https://www.youtube.com/watch?v=YvCRlJToCAg
While most Android apps are written in pure Java, Android's Native Development Kit (NDK) enables us to access code written in C/C++ via Java Native Interface (JNI).
JNI+
https://www.baeldung.com/jni
JDK introduces a bridge between the bytecode running in our JVM and the native code (usually written in C or C++).
https://www.youtube.com/watch?v=pyXnX2SEaFc
Become an expert the Java Native Interface with this 28-hour course.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
设计模式+
https://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
系统设计+
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.
Perf+
https://perfwiki.github.io/main/
perf is powerful: it can instrument CPU performance counters, tracepoints, kprobes, and uprobes (dynamic tracing).
https://www.brendangregg.com/bpf-performance-tools-book.html
This book can help you get the most out of your systems and applications, helping you improve performance, reduce costs, and solve software issues.
[英文] perf Examples
https://www.brendangregg.com/perf.html
These are some examples of using the perf Linux profiler, which has also been called Performance Counters for Linux (PCL), Linux perf events (LPE), or perf_events.
https://www.youtube.com/watch?v=M6ldFtwWup0
eBPF+
https://ebpf.io/get-started/
eBPF is a revolutionary technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading a kernel module.
小程序+
https://www.ruanyifeng.com/blog/2020/10/wechat-miniprogram-tutorial-part-one.html
小程序已经成为国内前端的一个重要业务,跟 Web 和手机 App 有着同等的重要性。小程序开发者供不应求,市场招聘需求极其旺盛,企业都抢着要。
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.
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.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
内核+
https://www.youtube.com/watch?v=C43VxGZ_ugU
I rummage around the Linux kernel source and try to understand what makes computers do what they do.
https://www.youtube.com/watch?v=HNIg3TXfdX8&list=PLrGN1Qi7t67V-9uXzj4VSQCffntfvn42v
Learn how to develop your very own kernel from scratch in this programming series!
https://www.youtube.com/watch?v=JDfo2Lc7iLU
Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the Linux kernel any special.
相关职位
社招4-9年SOFTWARE
【岗位职责】 1、负责负一屏客户端构建,承接产运需求,完成卡片服务以及对应服务卡片分发的能力搭建; 2、完成产品需求到技术方案的过渡,负责技术选型,以及技术方案的设计,和代码落地; 3、逐步演进迭代技术框架,在效能,组件化,平台化等方面进行技术深挖实践。
更新于 2025-10-16
社招3-5年SOFTWARE
1、负责平台AI客户端业务看护,包括AI能力组件、AI相关应用等; 2、负责Android APP/SDK 设计开发与维护,按照产品和项目规划,按时保质完成开发工作; 3、负责应用及基础组件和模块设计和优化,包括性能,功耗优化等; 4、负责Android相关技术研究,包括新技术探索和落地。
更新于 2025-10-09
社招5-10年SOFTWARE
1、负责与Google生态深度对接,如 Google AICore、AppFunction、AppSearch、Talkback、Gboard、Flights、Sports应用等; 2、负责与三方应用服务进行技术合作,如Uber Rides、Zomato、Grab、Spotify 等; 3、负责跨业务模块或团队技术合作,输出相应专业英语技术文档,与中方、Google或三方技术人员流利沟通澄清。
更新于 2025-10-14