Creating AAR library for Android – Accessing Library functions from Application – Part 2
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data (such as Audio/Video duration if … Read more
If we tried to run “flutter devices” command to identify make sure we are ready to connect … Read more
If you have ever seen an error like below, we have fixed this and got it resolved. … Read more
If you are working with TCP / UDP sockets in JAVA, there is higher chances your might … Read more
When we tried to edit the existing layout XML in android by adding Material theme for EditText, … Read more
In this post, we will show you how to use Calendar from Material components for selecting Birthdate … Read more
Following code we used to create two buttons we use to select the Gender of user during … Read more
We wanted to show icons along with titles in our applications, this is possible in one way … Read more
One of our android app shows lot of user information in text views one after another, to … Read more