WorkManager is for deferrable background task that needs a guaranteed execution, let’s get started an example to explan how to use it
Continue reading “Background tasks on Android: Using WorkManager”RxJava: chain API1 -> API2 call and get API1 result
How can we chain the APIs and get result from one of the APIs?
Continue reading “RxJava: chain API1 -> API2 call and get API1 result”Android Studio productivity tips: Part2
In this series aims to be a practical guide to demonstrate how to boost your productivity when writing the code.
Android Studio productivity tips: Part1
As a developer, the better you understand your tools, the more productive you get.
In the series, I’m going to cover some essential and helpful tips and tricks based on our daily usage scenarios, to help you to get the most out of Android Studio.
Make an Android custom view and publish it. (Part 2)
In this part, I will demostrate how to publish the custom view so that other developers can use it by just simply adding dependency Continue reading “Make an Android custom view and publish it. (Part 2)”
Make an Android custom view and publish it. (Part 1)
Today I’m going to introduce several fundamental concepts of Android custom view. Continue reading “Make an Android custom view and publish it. (Part 1)”
Advanced web scraping in Python
The essential tips for advanced web scraping in Python.
Python x 網路爬蟲
今天來分享一個可以從網路獲取資料的技術:叫「網路爬蟲」,英文稱做Web Crawler or Web Scrapying,以下簡稱爬蟲,這篇文章將會分成「一、原理介紹」以及「二、程式實作」 Continue reading “Python x 網路爬蟲”
簡易的 Java Socket Programming
簡單Socket Programming從0到1 Continue reading “簡易的 Java Socket Programming”