A Quick Guide to Android Intents
Khái niệm
Intent is an object in Android used to communicate between components within an app or between different apps (similar to a message in a socket).
Intent acts like a message or request to trigger a specific action (for example, opening a s...
garstini.hashnode.dev3 min read