All Projects → AweiLoveAndroid → Commondevknowledge

AweiLoveAndroid / Commondevknowledge

Licence: apache-2.0
🔥 🌟⭐⭐⭐ ⭐ 史上最全的BAT大厂Android面试题汇集,以及常用的Android开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Commondevknowledge

TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (-90.57%)
Mutual labels:  interview, interviews, interview-practice, interview-questions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+1838.36%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+1.77%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+663.26%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-93.39%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
counter-interview.dev
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.
Stars: ✭ 102 (-96.4%)
Mutual labels:  interview, interviews, interview-practice, interview-questions
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-99.29%)
Mutual labels:  interview, interviews, interview-practice, interview-questions
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (-69.3%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-97.32%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+10.1%)
Mutual labels:  interview, interview-questions, interview-practice, interviews
Algorithm-Implementations
Lots of algorithm's & their implementations that have been compiled from a variety of locations.
Stars: ✭ 15 (-99.47%)
Mutual labels:  interview, interviews, interview-practice, interview-questions
iOS-Interview
📚 Comprehensive list of questions and problems to pass an interview for the iOS Developer position
Stars: ✭ 127 (-95.51%)
Mutual labels:  interview, interview-practice, interview-questions
interview-leetcode
【📚 技术面试高频算法+真实面试各类问答+学习指南】助力快速复习找到工作,涵盖大部分程序员所需要掌握的核心知识。
Stars: ✭ 161 (-94.31%)
Mutual labels:  interview, offer, interview-questions
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+5363.05%)
Mutual labels:  interview, interview-questions, interview-practice
CS Offer
后台开发基础知识总结(春招/秋招)
Stars: ✭ 352 (-87.57%)
Mutual labels:  interview, interview-practice, interview-questions
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (-80.32%)
Mutual labels:  interview, interview-practice, interview-questions
LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
Stars: ✭ 5,979 (+111.2%)
Mutual labels:  offer, interview-practice, interview-questions
codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (-96.08%)
Mutual labels:  interview, interview-practice, interview-questions
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-99.05%)
Mutual labels:  interview, interview-practice, interview-questions
SecurityInterviewGuide
网络信息安全从业者面试指南
Stars: ✭ 791 (-72.06%)
Mutual labels:  interview, interview-practice, interview-questions

CommonDevKnowledge

酷玩Android你最牛


介绍

这个库主要是一些常用的Android开发的一些技能点汇集,有填坑总结,有面试总结,有冷门知识点总结等,总之Android开发有关的知识点都会涵盖到。

Android只是太多太杂乱,很多人都不知道从何学起。也一些东西我们开发中经常会遇到,于是我就把常用知识点汇集在一起,方便大家平时开发。

我会不定期更新,欢迎大家投稿和提意见,提issues请点击:。如果你遇到一些好用的好玩的开发知识点,欢迎pull request,请点击:


目录结构

1、面试&职场

🔥 1️⃣ BAT大公司面试题集锦 这一部分同步发布在我的简书博客,文章地址:https://www.jianshu.com/p/c70989bd5f29

2、开发文档&开发规范

🔥 1️⃣ README文档的规范写法 这一部分同步发布在我的简书博客,文章地址:https://www.jianshu.com/p/813b70d5b0de

3、Android技能点整理

👉 1️⃣ Android开发遇到的坑汇总

🔥 1️⃣ 屏幕适配

🔥 1️⃣ Android常用工具类(超级全面,值得收藏)

👉 1️⃣ Android中的冷门知识点汇总

📝 1️⃣ 双击back退出app

📝 1️⃣ 应用角标的实现(待完善)

📝 1️⃣ 利用原生api实现分享等功能(待完善)

📝 1️⃣ 二维码处理(待完善)

4、Java知识点解读

设计模式: Java23种设计模式

5、开源库整理

🔥 1️⃣ 全面总结国内BATH等大厂开源的安卓有关的库 这一部分同步发布在我的简书博客,文章地址:https://www.jianshu.com/p/2a6c806ba2fc


赞赏

如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以免费扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢!


联系我

● 微信:

欢迎关注我的微信:wei_xing_tian_xia

● 微信群:

由于大家学习热情太高,微信群目前不能扫码加入了,麻烦大家想进微信群的朋友们,加我微信拉你进群。

● 微信公众号:

我的微信公众号也开通了,欢迎大家关注:Flutter那些事,扫码就可以关注了,专注于研究Flutter的公众号,最新最全面的系统的Flutter干货总结都在这个公众号,欢迎关注。

我的微信公众号

● QQ群:

2千人QQ群,Android学习开发交流群,QQ群号:280891494, 欢迎大家加入讨论。

欢迎大家在issues里面提出宝贵的建议,如果你有更多面试题,欢迎在issues里面提供,同时也欢迎各位积极作答。帮助别人的同时也是对自己知识点的巩固和提高。

● 个人博客:

简书博客 AWeiLoveAndroid

掘金博客 AWeiLoveAndroid


Licence

Copyright 2018,AWeiLoveAndroid,阿韦

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].