...
/Introduction to Android Components and APIs
Introduction to Android Components and APIs
Get an introduction to the Android components and APIs provided by React Native.
We'll cover the following...
Many components and APIs provided by React Native act as an abstraction for commonly used Android classes. These components and APIs provide useful functionality by encapsulating the functionality of Android classes. Let’s briefly summarize each of these components and APIs before we move on to learn about each one in detail.
BackHandler
Most ...