Dagger With Retrofit Example – Part 1
Today, we’re going to learn about Dagger 2. Dagger 2, first of all, is really an annotation processor or just the code generator. Many...
Creating Java TCP Client Server Chat Application using Sockets
This is a very simple Client/Server Chat Application using TCP Sockets Java.
Complete Code for Client & Server can be found below for download.
How it...
RxJava with Examples
Hey, guys today we’re going to learn about RxJava. RxJava stands for a Reactive extension. RxJava is one of the most popular libraries for...
Fixed issue, Recycler View changes views When Scrolling
I’ve met this problem with Recycler View. When I update a view, like changing the CheckBox, SwitchCompat, change the background color of view etc. After that when I scroll...
Implementing Live Group Chat Example Using Google Firebase
Hi guys, today I’m going to implement Live Group Chat Example using Google Firebase Real-time Database. The complete working example is available on Github, you...
Example Of Android Download Manager
Hey guy’s, today we’re going to learn how can we download a file, mp3, ppt or image from the internet with DownloadManager. Downloading a file...
Animate Marker On Google Map With Current Location In Android
Hi, guys today we’re going to see how we can animate marker on google map with user current location. In this blog, we’re going...
Stream Audio OnlineOffline With ExoPlayer
Recently I’ve been working on a media player application in my previous freelancing project. The application includes so much online, offline audio and video...
Entity Framework Core Database First – Asp.Net Core Scaffold MySql DB
This post will guide you how to generate Models using Database/Model First Approach and Scaffold MySql Database in Asp.Net Core using Mac.
History
.Net Core is a lightweight and cross-platform version of the DotNet...
Android WorkManager Example
Hi, guys today I’m gonna talked to you about a new library Google released is WorkManager. WorkManager is a part of AndroidJetpack and an Architecture Component for a background work....
Restful Web Services In PHP Example
Hi Guys, Today I’m going to create very simple Login & Signup Restful Webservices using PHP, without using any Framework or Library.
Using PHP Core, there are many straightforward ways to...
Crop Image Using UCrop Library On Android
Almost in every Android Application, we ask users to add profile picture when signing up and after that, we simply upload the avatar to our backend....
The Future Of .Net Core 2019
If you ask “what is the best” type of questions, you will end up with biased answers, usually. Everyone will tell you his own...
10 Best Programming Languages To Learn In 2019
I still remember that day back in 2013 when I decided to learn programming and that was one of the best decision I took...
How To Upload Files To SFTP Server Using C# | .Net Core
Although there are many Graphical Tools available for sending files to a server using SFTP. But as a developer, we may have a scenario where...