#android-app-development
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 - ...
Many apps in Android require user location access for better functionality. For example- Ola, Uber, etc for ordering cabs or Swiggy, Zomato, etc for...
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...