
AsyncTask : AsyncTask is an abstact class provided by Android which helps us to use the UI thread properly. This class around background operations and show the results on the UI without manipulate thread. Usage: Android implements input tasks with a single user interface thread and this thread is...

Before we get ahead with creating Horizontal ListView in Android let us first understand what Horizontal ListView is? Through this blog we will explain step by step process to create Horizontal ListView in Android. Horizontal ListView is an Android ListView widget which can be scrolled horizontally. Let us now...

Through this blog we will learn more about Swift and Objective-C and then see the difference between them. Swift Introduction: Swift is a general purpose and powerful programming language for operating systems like iOS, OS X, tvOS and watchOS used in development by Apple. Swift programming language is designed to...