PinnedInITNEXTbyMyrick Chow·Aug 18, 2020Swift iOS BackgroundTasks framework — Background App Refresh in 4 StepsiOS 13 introduced a brand new framework — BackgroundTasks for handling the background task when app is sent to background. Let’s see more~A response icon7A response icon7
PinnedInProAndroidDevbyMyrick Chow·Oct 13, 2019Android AlarmManager As Deep As PossibleAlarmManager is a bridge between application and Android system alarm service. There are lots of limitations and tricks. Click to see more!A response icon6A response icon6
PinnedInITNEXTbyMyrick Chow·May 15, 2019Android ViewPager2 & TabLayoutViewPager2 is introduced in this year 2019 Google I/O and is a replacement of the old ViewPager, which was created in 2011. It includes…A response icon1A response icon1
PinnedInITNEXTbyMyrick Chow·May 31, 2019All-in-One — Android TabLayout and TabItemStyling a TabLayout is not as easy as you think. Google official documentation does not sync to Material Component source code. Click to…A response icon2A response icon2
PinnedInITNEXTbyMyrick Chow·Jun 2, 20194 steps to Android Dot TabItemDot presentation to TabLayout is common in many apps. There are only 4 steps to configure the dots! Click to read more. 😁A response icon7A response icon7
PinnedInITNEXTbyMyrick Chow·Dec 27, 2018Swift CoreNFC as quick as possibleNFC stands for “Near Field Communication”. Two electronic devices can transmit data through NFC when they are distanced fewer than 4 cm…
Myrick Chow·Aug 19, 2023Prove It If You Can — -1 x -1 = +1A Simple Graphical Way — Even Secondary school studentA response icon1A response icon1
InITNEXTbyMyrick Chow·Nov 26, 2022iOS Dev — Send Email 📤Email is one of the best communication channels in the 21st century. Information can be delivered to a group of recipients in a few…
InITNEXTbyMyrick Chow·Nov 15, 20224 Steps To iOS Text & QR Code RecognitionHow to scan texts and barcodes with the minimal efforts? WWDC 2022, Apple provides this DataScannerViewController to help you!!