Menu

Tagged in coroutine :


Niu Guangyuan

Streamlining Asynchronous Programming on Android

Background Asynchronous programming plays a vital role in mobile development, ensuring that applications remain responsive to user input even while fetching data from databases or networks. At Wealthfront, we heavily rely on asynchronous programming for making network calls to the Wealthfront API server on Android. Initially, RxJava was the go-to choice for this purpose, serving… Read more

October 02, 2023 , , , ,