
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…

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…

Let’s imagine if you want to get notified from your server side when a new youtube video is uploaded or edited in a particular channel, so that you can take any action like sending email to your users or sending…

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.…

Using facebook audience network is a great way to earn some extra bucks. Its so easy to integrate and it can provide you some really good performance. Let’s get started. app’s build.gradle Add the code from below to your app…

Laravel and Lumen is very popular web development framework. It’s a very powerful tool to build a complete system from a to z. Though these frameworks are written in php it is designed to be run in dedicated server But…

How enrich the Exoplayer is I think you know it. It has a broad area of supported things related to playing videos in Android. By default android does not support some audio and video codecs and so Exoplayer. This is…

The React team invented React Hooks to introduce state management and side-effects in the function components. The hooks enable writing React apps with just the function components. The hooks of React is a feature proposal that’s developed to have access…

Most of the time we developers use simple typical textviews in our app. But sometime we need to make this textview gradient color in order to look it more appealing or to follow the design pattern. To make the textview…

A general-purpose language that’s greatly used for creating desktop as well as mobile apps, Java is still highly popular. Java-built apps are appropriate with almost all major platforms and operating systems as well. The development environment of Java is robust…