No Image

React -Algorithm

May 26, 2020 hung-nb 0

How to force useEffect to be called every time component is called? Example Solution By this way, every time you are back to parent component […]

No Image

JavaScript – Algorithm (1)

May 18, 2020 hung-nb 0

Basic – Syntaxes What is “truthy”? What is the difference between null and undefined? null value: null, type: object undefined value: null, type: undefined What’s […]

No Image

iOS – Compare with Android

May 8, 2020 hung-nb 0

Project Configuration Dependency Management gradle = CocoaPod Configuration file Android AndroidManifest.xml iOS info.plist Resources Android res folder with XML files, image files iOS App screen […]

No Image

iOS – How to use CocoaPods in an iOS project?

May 8, 2020 hung-nb 0

Install CocoaPods to Mac how-to-install-xcode-homebrew-git-rvm-ruby-on-mac https://gorails.com/setup/macos/13-ventura Create pod file Add library Add Bluecap into Pod file Install *.xcworkspace file is created From now on, open xcworkspace […]