Send email in Java using Gmail smtp server
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…
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…
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…
The full stack developers in recent years have earned a lot of demands. The demand is so exhilarating that full stack development has almost become a trend in the job markets. While some consider this reputation and fame of full…
In this tutorial we will learn how to sort a steam. Below some example has been shown. Java stream sort in ascending order Example of ascending sort Result Java stream sort in descending order Example of descending sort Result This…
This tutorial will show you some use of Java 8 Streams. We will learn how to use collect(), filter(), findAny() and orElse(). filter and collect Result filter, findAny and orElse Result: filter and map
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…