Make Android application of blog part 3, Remove ActionBar from Activity, Use Image in Splash Screen, Set icon using Android Studio, Generate signed APK from Android Studio...
Instant messaging app Whatsapp is going to launch a new feature called Whatsapp Vacation Mode. Users were searching for Whatsapp out of office message feature....
WebView is used to show web content in an activity of an Android application. In this tutorial, we will show how to display web content on the same application....
Water reminder apps are highly demanding in this busy world. People busy in their work always forget to drink enough water in a day. 1. Hydro 2. Leap fitness Drink Water reminder 3. Water Time...
Android manifest file (AndroidManifest.xml) is a file that contains all the information of your android application i.e. what is your package name, what permissions the app needed, what are the androi...
Android ButterKnife library is used to inject views into activities and fragments. In this tutorial, we will see how to implement the Butterknife library in an Android Application using Android Studio...