
Android OS can kill your background service any time if it needs to free up the memory. But sometime developers need to keep it running for some task to be completed. So how do we do it? How do we…

ValueAnimator is fun. Specially when you want to add some fancy animation in android app. Some simple example code is written below. ValueAnimator example 1: Result: ValueAnimator example 2: Result:

If you need to save data locally in your app, room database will be the best database system for android. Today we will describe room db tutorial and learn how to implement and use room database in android using java.…

As indicated by intexsoft.com, over 65% of cell phone clients in the U.S are iOS clients. In this way, when you construct portable apps, it is expected to deliver adaptations on iOS and Android gadgets. In any case, building stage…

It’s a long story. Encrypting a video and playing it in android I found it very difficult. There are no proper documents and tutorials for it. At that time it took me almost 1.5 months to figure out how it…

When you want to support multiple language in your android app, it becomes hard to translate your string. You have to go to google translator, translate the data and put it back again in android studio and vice versa. It…

In this modern age where mobile apps have become vital for our day-to-day activities, recruiting the best android app developers has become of prime importance for your enterprise app. Imagine, hiring a developer without a proper background check can be…

Now a days JSON is extremely popular. In software engineering you can’t think without it. JSON means Javascript object notation. If you are a java programmer or android developer, you are familiar with the name called POJO. Here POJO means…

It’s very common that often we need to use third party paid services like youtube or google map. They provide an api key to integrate their library in the android app building process. If we store these keys locally in…

Developing android apps is a very hardworking task. It is not that simple and easy. On top of it when we have to share the APK for testing it become a nightmare if we do not use any proper tools.…