A lot of Android application these days make use of a List View (or ListView) to display the contents to the users on their mobile devices. These lists vary from the most simple one, with just a text to the ones with a lot of elements like an image and various text fields. Today, I […]
Create Copy To Clipboard Functionality in Android
Android Application Development is the new boom in the programming industry these days. A lot of companies are planning to come up with their Android Applications for the customers and readers. A successful Android Application consists of various small code snippets that you implement in the application. These snippets can range from a simple copy […]
Checking Active Internet Connection in Android Application
Android applications are getting more and more popular these days. A lot more programmers and developers are getting together to build Android Applications for the masses. Also, not to forget that most of these Android Applications need to access the internet for one or the other thing. Though almost every Android phone out there is […]
Create Custom Toasts in Android
In Android apps, programmers generally like to display a few important messages by making use of a toast. Just like in a webpage, developers make use of JavaScript alert boxes, in a similar way, the toasts work for the Android developers. If you do not know what a toast is, let me show it to […]
5 Android Applications You Can Build Today
Deciding on a topic to develop Android Applications is a pretty tough thing to do sometimes. You really want to develop an application, but don’t have an Idea. I really have that feeling a lot of times. Thus, coming over my feeling, I tried making a list of applications you can make. I tried to […]