字节跳动资深Android研发工程师(商家方向)-生活服务
社招全职3年以上A203749地点:上海状态:招聘
任职要求
1、3年以上Android开发经验,扎实的计算机相关基础、熟悉Android底层原理,熟悉或能灵活使用Kotlin; 2、有H5容器、跨端容器(如React Native、Lynx等)开发经验,了解混合开发技术在实际项目中的应用和解决方案; 3、精通多线程和网络编程,对高性能程序设计、架构设计有较多经验,能快速搭建、调试或重构大规模软件代码; 4、对复杂业务架构理解力强,熟练应用设计模式处理业务场景,产出高质量设计,对系统解耦、客户端稳定性和性能优化有体系化思考; 5、有良好的沟通协作能力,对于疑难问题能够深入钻研、进行攻坚,能够深刻影响其他人; 6、加分项:对前端有一定的了解、深入研究过跨端容器的性能优化以及有一定的鸿蒙开发经验者优先;有酒旅、外卖、团购等行业经验的优先。
工作职责
1、负责抖音生活-商家端方向-抖音来客App、抖音销帮App的客户端研发工作; 2、负责Android客户端产品的架构设计、核心代码开发与优化工作,确保产品具备良好的性能体验和稳定性; 3、深度参与从需求分析、技术方案制定到产品上线全流程,与产品、设计、后端开发等多部门紧密协作,精准理解业务需求,将其高效转化为高质量的代码实现; 4、深入与产品形成协同,将技术应用到业务场景,达成产品业务目标; 5、探索实践高效的横跨前&后&客户端、异地远程的沟通和开发模式,提升整体团队效率。
包括英文材料
Android+
https://roadmap.sh/android
Step by step guide to becoming an Android developer .
https://www.youtube.com/playlist?list=PLQkwcJG4YTCSVDhww92llY3CAnc_vUhsm
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.
HTML+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Structuring_content
[英文] Learn HTML
https://web.dev/learn/html
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.
多线程+
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://www.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
系统设计+
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.
设计模式+
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.
相关职位
社招5年以上智能与信息技术
1,负责理想汽车智能空间车机端和手机端应用研发的技术规划、架构设计及代码研发 2,负责与产品及设计团队紧密合作,设计和实现产品的开发工作 3,相关应用性能优化、稳定性优化、技术难题攻坚、潜在技术风险问题解决
社招8年以上
1.负责包括android智能终端的语音/图像/大模型等AI算法工程化与系统级服务的开发和落地 2.负责AI交互基础原子能力如识别、人脸、多模态等算法引擎集成和效果优化工作 3.负责面向多终端的端云交互SDK设计和开发 4.负责AI相关算法与服务全链路性能分析和问题定位工具开发 5.负责端侧大模型推理引擎及上层应用的架构设计,集成和性能优化工作 6.撰写和维护架构设计文档、技术文档,保证框架设计的合理性评估,提升团队跨部门沟通协作效率 7.制定、实施统一的代码规范和质量标准,推动团队提升代码质量 8.跟踪及洞察技术趋势,根据业务需要及时输出技术调研报告
更新于 2025-04-16
社招5年以上
1.负责AI语音助手大前端架构设计、业务流程设计与优化 快速理解业务,从技术角度对业务目标达成提供可行性方案,根据业务趋势进行合理的前瞻性设计,带领团队落地完成 2.提供技术指导,带领和帮助团队成员攻关和解决复杂技术问题 3.构建和完善支撑业务运行的技术架构和技术基建,辅助业务高效达成目标 4.撰写和维护架构设计文档、技术文档,保证框架设计的合理性评估,提升团队跨部门沟通协作效率 5.根据业务需要不断提升和优化应用性能、稳定性和用户体验 制定、实施统一的代码规范和质量标准,推动团队提升代码质量 6.跟踪及洞察技术趋势,根据业务需要及时输出技术调研报告
更新于 2025-04-16