Learn iOS/Android: Dependency Management

There’s no one single App today that is not dependent on another library. No one need to reinvent the wheel. But statically import them is tedious. So we normally uses Dependency Management tool for us to do so.
Let’s learn about the Dependency Management for both platforms: iOS and Android.