OPPOIT开发工程师(企业办公软件)
社招全职3-10年SOFTWARE地点:东莞状态:招聘
任职要求
1、3年及以上Android 开发经验,计算机或相关专业,1年及以上Flutter开发经验; 2、熟悉Android 系统组件、UI界面、JetPack等,; 3、熟悉Android系统架构,熟练掌握安卓系统的绘制流程及事件分发机制; 4、熟悉多线程开发、了解JVM运行机制、有一定性能优化实践经验; 5、熟悉计算机网络、了解TCP、HTTP、Socket通信、WebSocket等网络协议 ,熟悉JSON解析; 6、熟悉常用的开源三方网络框架、数据库等,能熟练应用SQLite等客户端存储技术; 7、熟悉基本的数据结构及算法,有面向对象开发的设计思想,对MVC/MVVM设计模式能够熟练应用; 8、良好的沟通表达能力和学习能力,具备深入分析与处理问题的意识和能力; 9、企业级协同办公平台、H5/Flutter/安卓混合开发经验者优先。
工作职责
1、主导企业级协同办公平台(含IM、工作台、日历等核心模块)的安卓端架构设计与核心开发,保障性能、稳定性及可扩展性,支撑平台规模化应用; 2、深度参与需求分析与业务拆解,聚焦复杂业务场景,将抽象需求转化为可落地的技术方案,并主导方案落地与功能实现,确保业务价值有效交付; 3、深度参与推进工程化体系建设(涵盖监控告警、性能优化、CI/CD 等方向),完善流程与工具链,显著提升团队交付质量与研发效率;
包括英文材料
Android+
https://roadmap.sh/android
Step by step guide to becoming an Android developer .
https://www.youtube.com/playlist?list=PLQkwcJG4YTCSVDhww92llY3CAnc_vUhsm
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.
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.
多线程+
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!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
HTTP+
https://developer.mozilla.org/zh-CN/docs/Web/HTTP
超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。
WebSocket+
[英文] WebSockets Tutorial
https://www.tutorialspoint.com/websockets/index.htm
Web sockets are defined as a two-way communication between the servers and the clients, which mean both the parties, communicate and exchange data at the same time.
JSON+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting/JSON
用于将结构化数据表示为 JavaScript 对象的标准格式,通常用于在网站上表示和传输数据(例如从服务器向客户端发送一些数据,因此可以将其显示在网页上)。
SQLite+
https://www.youtube.com/watch?v=8Xyn8R9eKB8
https://www.youtube.com/watch?v=byHcYRpMgI4
In this course you’ll learn the basics of using SQLite3 with Python. SQLite is an easy-to-use database engine included with Python.
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
面向对象+
https://liaoxuefeng.com/books/java/oop/index.html
面向对象编程,英文是Object-Oriented Programming,简称OOP。
https://liaoxuefeng.com/books/python/oop/index.html
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。
https://www.youtube.com/watch?v=SiBw7os-_zI
Learn the basics of object-oriented programming all in one video.
设计模式+
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.
HTML+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Structuring_content
[英文] Learn HTML
https://web.dev/learn/html
相关职位
校招软件类
1.负责平台级业务的核心代码开发; 2.协助产品经理保质保量的完成产品交付; 3.负责后端团队的技术管理工作。 4.负责营销IT/供应链IT/财务IT/研发IT/办公产品/技术中台产品/大数据相关平台产品的技术架构看护、方案设计、任务拆解、线上问题定位等工作。
更新于 2025-07-14

社招3年以上技术类
1.负责公司财务、HR 、行政IT等内部业务系统办公软件的前端架构设计与核心功能开发,保障代码质量与可维护性; 2.参与前后端接口联调及数据对接,推动系统集成与功能落地; 3.主导或参与前端工程化体系建设,包括基础框架、开发规范、工具链及性能优化等; 4.负责通用组件、基础库的设计与开发,推进团队技术沉淀和复用; 5.深入理解业务需求,协同产品、后端等多角色,快速响应并推动问题解决。
更新于 2025-10-14

社招3年以上技术类
1.负责公司财务、HR 、行政IT等内部业务系统办公软件的前端架构设计与核心功能开发,保障代码质量与可维护性; 2.参与前后端接口联调及数据对接,推动系统集成与功能落地; 3.主导或参与前端工程化体系建设,包括基础框架、开发规范、工具链及性能优化等; 4.负责通用组件、基础库的设计与开发,推进团队技术沉淀和复用; 5.深入理解业务需求,协同产品、后端等多角色,快速响应并推动问题解决。
更新于 2025-10-16