Welcome guys, In this tutorial I’m going to explain, How to install Android Studio in Ubuntu? And I will demonstrate how to create the virtual device and run…
In this post, we will create a sample app Upload Manager such as Android Download Manager. In this android app tutorial we build a complete solution for file…
In this article, I have explain how to upload files to server using Service in Android
Introduction If you are looking at what exactly limitations are applied in background service in Android in Oreo. You are in the right place. In the previous article,…
In our previous article, I have explained the limitation of using the IntentService in Android Oreo devices. To overcome this problem android introduced JobIntentService. In this article, I’m gonna…
What is Service When none of applications is active state than few Android components are being active in the background and that active component is actually the service.…
Every developer always try to give his best to achieve better performance and good results while development of mobile app. But there are many parameters which can improve…
In this post, We will learn uses of WebP image in Android. In earlier, You are heard many image processing library on android eg. Glide and Picasso. We…
In the previous article, I have discussed the way to handling for NullPointerException, HttpException during REST API calls. In this post, I’m going to explain errors handling android…