#android-apps
Read more stories on Hashnode
Articles with this tag
As we have already looked at how to fetch the user's location in Android. The corresponding blog can be found here - ...
1. Adding dependency Add the following dependency in your build.gradle file 2. Create Image View Create an image view in your XML file on which you...
The 6 common color attributes are -...
What is a Splash screen? Splash screens (also known as launch screens) provide a simple initial experience while your mobile app loads. They set the...
This image explains the difference simply. The View class is the base class or we can say that it is the superclass for all the GUI components in...
First, create a button to open the camera and an image view on which the captured image should be visible Create a new ActivityResultLauncher object...