Tip of logging on iOS We can log file name, function name and line number when logging with print method. print ( #fileID , #function , #line , "This is …
Read more »How to communicate the TLS or SSL protocol with Volley library TLS is encryption protocol that provides communication security over the Internet. To reinforce …
Read more »How to use ExecutorSevice Android encourages developer to execute network communication or File I/O asynchronously. Before I learn ExecutorService, I have don…
Read more »How to construct Custom TextField on SwiftUI import Foundation import SwiftUI struct SaleWarSearchBar : View { @State private var searchText = &q…
Read more »Android Compose Side-effect A side-effect is a change to the state of the app that happens outside the scope of a composable function. - rememberUpdatedState …
Read more »