Android ListView
In this article, we’ll dive deep into Android ListView and its implementation. ListView is an essential component for displaying a large number of items in a scrollable, vertical list. Each item in a ListView...
In this article, we’ll dive deep into Android ListView and its implementation. ListView is an essential component for displaying a large number of items in a scrollable, vertical list. Each item in a ListView...
Think about apps like Gallery – those grids of thumbnails showcasing your photos and videos. This is a prime example of GridView in action. GridView isn’t limited to just gallery apps; it’s a versatile...
I hope you are enjoying the Android development course so far and developing some awesome apps. Today we will see yet another helpful topic known as Android Adapter. As the name “Adapter” itself suggests,...
I hope you are enjoying the Android articles and are developing some awesome apps. In this article, we will try to cover one more exciting topic: Android Clipboard. Android Clipboard is a tool that...
Built your android application and want to run and test it? Don’t worry, we got your problem, and here we are with an article covering the solution. Android Emulators are the way to test...
Till now, you have seen Android development using Android Studio. I hope you are now well aware of Android concepts and have some idea of working with Android Studio. But is it just the...
So as of now, we have covered many different concepts in Android. We came across various features, services, UI designing, entirely and even their implementations. Now, you will get to know how you can...
Most often, whenever we get calls or messages, then our device plays a ringtone. Did you ever think about how these work? These all are handled through the Android AudioManager. The Audio Manager helps...
A library is a place where you get various books that you can borrow for some time. I still remember the way library management used to be in the earlier days. In earlier days,...
In this article, we will proceed with another exciting topic called Animation in Android. You can use animations to make your design more attractive. The animation means making graphical items move, shift or reform....