Recommended for android development books! A selection of daily interview questions for Android senior engineers, hurry up and collect them!

Hello, welcome to follow my column. This article is a series of articles about Flutter. Starting from a simple introduction to Flutter, it will take you step by step to understand the world of Flutter. You'd better have a certain amount of mobile development experience. If you don't have one, don't worry. Leave me a message at the bottom of my column, and I will try my best to answer you.

In the last column, I took you to use Flutter to implement a complete and customizable PageView indicator. In this column, I will teach you how to implement interface jump in Flutter

In Android, we will use Intent to jump between interfaces, and startActivityForResult to handle the callback after the interface jump is completed; in iOS, we use Pages to jump to pages.

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, intelligent 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.

to sum up

In fact, it is very simple to master easily, and there are two main points:

  1. Find a good set of video materials and follow the knowledge framework that Daniel has sorted out to learn.
  2. Practice more. (Video advantage is strong sense of interaction and easy to concentrate)

You don't need to be a genius, and you don't need to have a strong talent. As long as you do these two points, the probability of success in the short term is very high.

For many junior and mid-level Android engineers, if they want to improve their skills, they often grow up on their own. The unsystematic learning effect is inefficient, long and helpless. The screenshots of the following information are compiled by me over a few months, and I am full of sincerity: especially suitable for Android programmers with 3-5 years of development experience to learn.

。**

[External link image is being transferred...(img-qnMvdJNv-1610953190991)]

Guess you like

Origin blog.csdn.net/dajie1213/article/details/112782268