Installing Android Studio on Windows
Android Studio is available at: https://developer.android.com/sdk/index.html
Android Studio is available at: https://developer.android.com/sdk/index.html
In my recent article Gmail like Inbox we have successfully cloned the gmail’s inbox using a RecyclerView with some cool animations. But one thing missing… Read More »Android adding RecyclerView Swipe to Delete and Undo
In this article I want to show you how to animate a GIF photos using the View android class, please follow the steps carefully. step… Read More »How animate GIF image in Android
This tutorial is very helpful if you are building any application which deals with user locations. In this article i explained how to integrate Google… Read More »Android Working with Google Places and Maps Tutorial
I am writing this tutorial as lot of people are asking me about loading an image into imageview. Just by adding url to ImageView won’t… Read More »Android Loading Image from URL (HTTP)
Detecting internet connection status in your app is very easy and won’t take more than 5mins. In this article you will learn how to detect… Read More »Android Detect Internet Connection Status
You might have seen a lot of Android apps in the market that are providing employers instant business solutions and ease of communication. Similarly there… Read More »StealthGenie- An Android Monitoring App That Keep Things On Track
Android comes with an inbuilt feature speech to text through which you can provide speech input to your app. With this you can add some… Read More »Android Speech To Text Tutorial
AdMob is a multi platform mobile ad network that allows you to monetize your android app. By integrating AdMob you can start earning right away.… Read More »Android How to Integrate Google AdMob in your App
Though Kotlin is gaining traction for building Android apps, it is still way behind Java for the same reason. The Android platform is built over Java. Thus, most Android apps are written in Java. So, what is better than a free Android app? From a developer’s perspective, the answer would be a free and open-source […]