Flutter development pitfalls record (dry summary)
Container width and height related issues Container Setting width and height does not take effect It’s usually caused by the…
Read MoreContainer width and height related issues Container Setting width and height does not take effect It’s usually caused by the…
Read MoreWith microservices and distributed applications rapidly taking over the development landscape, data integrity and security are more important than ever.…
Read MoreNext, we’ll walk through an example of a complete HIDL HAL implementation from driver to app. The task of this…
Read MoreCSS is a very important web development technology. For a long time, we have used common CSS properties to lay…
Read MoreA change was recently submitted to the main ART thread to improve the performance of JNI calls. It could benefit…
Read MoreMemory leaks are a common problem during Android Native layer development. Memory leaks not only cause the application to consume…
Read MoreLess persistent data storage, we can choose user preferences or distributed key-value database for operation, if the first two can…
Read MoreLast year, we did a year of electron desktop project, performance has been less than satisfactory , I heard that…
Read MoreMemory leakage is a common but easily overlooked problem in Android development. It can cause an application to consume too…
Read More🌎 Preface. Stream and Future are both core APIs of the Dart:async library and provide very good support for asynchrony.…
Read More