
Android is a mobile operating system developed by Google that runs on a variety of devices, including smartphones, tablets, and wearable devices. It is based on the Linux kernel and designed primarily for touchscreen mobile devices, with a user interface…

Laptop processor vs desktop processor: laptops and desktop computers are two of the most popular types of personal computers, and they each have their own set of processors designed specifically for their use. Laptop processors, also known as mobile processors,…

Today we will learn how to send email in Java using gmail. It’s very easy and it will be a very quick tutorial. We are gonna use a library called Javax mail api. Below you can download the library based…

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

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…

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

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…