Articles

A series of articles summarizing personal learning

App Widget development process

App Widget development process

This article explains the basic process of developing Android home screen widgets. It covers the steps involved in creating a widget, including layout design, configuration, and updating the widget content.

AIDL cross-process communication practices

AIDL cross-process communication practices

Through a practical application case, the method of cross-process communication through AIDL is introduced and the process of AIDL development is explained in detail.

To-do App Implementation

To-do App Implementation

It is an Android to-do app written in Kotlin/Java, which includes functions such as creating categories, adding and deleting to-do items, and setting reminders. It also provides three sizes of desktop widgets for display.

Summary of the quicksort algorithm

Summary of the quicksort algorithm

This article introduces the principles and concepts of the quicksort algorithm, implements three methods for optimization, and provides detailed code examples.