Flutter full screen clock! The most popular computer network hierarchical explanation in history, the Android series of advanced learning videos

Preface

This time I went to Tencent to interview my university classmates. Our university is all studying, eating together, washing feet together, and together. . .

Their company has also laid off staff recently, but he was the Tencent who went to lay off his staff. I don't know who got his resume, so he went through the process inexplicably, and he went through 6 rounds inexplicably.

He thought that the market was so bad, or he would go, and after he went, their company would lay off employees. . .

In short, the environment is really bad this year, and everyone is always ready.

If a worker wants to do his job, he must first sharpen his tools

1.B4A
B4A is the basic version of Android, which is an Android application development tool that can simplify programming. This is an IDE that allows developers to use the Basic language to create Android mobile applications. Basic language is a kind of procedural programming language, because it is easy to learn, almost ordinary English can write code. B4A also has some interesting features, such as debugging via Bluetooth, customizing the application view, visual editor, etc.
Using B4A development, almost everything can be done, and it is faster than Java development.

2. LeakCanary
LeakCanary can help developers find errors and prevent code "leakage". The purpose of building this tool is to provide developers with a good GUI interface. LeakCanary is automated, and will be notified when problems are encountered, including a complete stack trace to solve the memory leak problem.

3.Fabric
is a very useful tool for Android developers, which can quickly develop, deploy and expand Android application functions. Fabric is a stable and powerful program. Developers can use it to understand the Activity and where users interact with the application, which is more conducive to team development.
Fabric can also help developers to promote application installation advertising products to obtain revenue.

4.
AIDE uses AIDE to create Android applications on mobile phones and PADs, or test them on the same device. AIDE supports development of JavaScript, CSS and HTML, and it provides a complete learning tutorial.
In addition, using AIDE can also be used to develop websites.

5. InstaBug
do you hate bugs in Android applications? InstaBug doesn’t like it either. It takes a series of powerful and practical functions, including screenshots, web logs, audio recording, screen recording, etc., to raise bug debugging to a new level. Test results can also be sent to developers for detailed analysis, including View the deconstructed model of the application in 3D to see what each subview looks like.
Yahoo, PayPal, Buzzfeed, Scribd, etc. are all using InstaBug for bug management and repair.

6.
Android Studio We use Android Studio to end this list. If there is no Android development, it is the originator of Android development tools.
Many of my friends think it is the best Android development tool on the market. Yes, it is also the main tool of the official Google development team. Android Studio has a visualization department, APK analysis, smart code editor, fast simulation tools, flexible code construction system and real-time analysis tools, just like a Swiss army knife for developers.
Android Studio plays multiple roles in Android application development. It can be used to create a file system compiler, used to arrange application projects to create multiple APKs, and it itself contains the Android SDK.

At last

Taking into account the length of the article, I made these questions and answers, as well as the questions I encountered in many years of interviews, and some interview materials into PDF documents. If you need a friend, you can send a private message to me [Interview] for free

Click here to receive a summary of Android interview materials

]

[External link image is being transferred...(img-jheEpl34-1611397542837)]

Friends who like it can follow, forward, and like thank you!

Guess you like

Origin blog.csdn.net/Sunbuyi/article/details/113059861