OkHttp is a popular library that reduces the amount of code, OkHttp Android is very easy for you to make use of storage on the web for your app. OkHttp also makes it very easy to connect to the internet using Http. It takes care of connecting to the server. […]
Author: Guest Author
5 Most Common Android Animations’ Code
Animations changes the visual notation that shows the changes on screen or what’s going on, it also changes the look of an android application and makes it feel better. It can be performed by the XML or by code. let see how to create animations with short piece of code using […]
The Most Popular Photography Apps for Android
Mobile app development has never been made to look simpler as VeztekUSA puts it. However, to understand fully what a mobile app really entails, it is imperative to understand the popular Android apps in the market these days. An Android application is a group of tasks. Each of these tasks […]
Android Runtime Permissions in Android M?
Before Android Marshmallow, users had to allow android runtime permissions at the installation time; if the user did not accept all the permissions, the app could not be installed. Android Marshmallow introduced a new mechanism; that it will not ask any of the users to grant any one of the […]
How to Develop Android Wear App?
Developing for Android Wear can be a lot of fun, but there are some things you need to know before you get started. The first thing to know is that developing for Android Wear is not difficult. Since Android is at the core, you can start developing the app just […]
Comparison Between Oculus Rift And HTC Vive headsets
By: Rafay Khan VR technology is getting better and better day by day, with new VR headsets launching every now and then. By the end of this year, we are going to have three different companies offering VR headsets; PlayStation, HTC and Oculus Rift. Currently, Oculus Rift is the top […]
LG G5 VS LG G4 VS LG G3 ! The Big Differences
By: Rafay Khan The launch of LG G5 is a major overhaul to its predecessors LG G3 and G4. It is shaping up to be one of the most exciting and the most popular flagship Smartphone of 2016. Long gone is the plastic back finish of the LG G3 […]
Develop Android Auto App using Android Studio
After serving several years of Android OS into mobile phones, Google launches Android platform for vehicles named Android Auto. While driving a car it is a difficult task to get connected with friends and family especially when it is urgent to inform about the meeting plan and so on. By: Ambreen […]
Android RecyclerView Tutorial – Android studio
RecyclerView is a new way to customize and show your data in the list format. Advantage of using Android RecyclerView over listview is that not only you can show data in list format but also as grids having cells of different size color and style. Recycler View is also more […]
How to use Retrofit in Android – Android Studio Tutorial
Retrofit Tutorial By: Muhammad Daniyal Anwar Retrofit library is created by Square Open Source, it’s a REST client for android and java. By the use of this library, it is easy to request web services of REST with GET, POST, PUT and much more. Now it’s time to start our coding. […]