Skip to content

Tag Archives: android

Layout Managers (or simply layouts) are said to be extensions of the ViewGroup class. They are used to set the position of child Views within… Read More
Since Android OS took over the world, it’s hard to imagine the outsourcing niche without a mobile app development. Usually, the launching of the app… Read More
Picasso is open source and one of the widely used image download libraries in Android. It is created and maintained by Square. It is among… Read More
We have a new member in our programming languages family and it’s none other than Kotlin. In Google I/O ‘17, they have finally announced that… Read More
I have divided it in 3 parts. I am assuming reader has basic knowledge of Android and java.   Introduction Retrofit 2 is type-safe REST client… Read More
Fragment is a piece of an activity that enables a more modular activity design. A fragment encapsulates functionality so that it is easier to reuse… Read More
This post describes how to create a calculator application especially to help in competitive coding for android devices. The apk created can be used to… Read More
This article is for all the beginners who have just started Android development Tools on Eclipse IDE for developing the android applications. Most of the… Read More