Unless you’re a Multimillion or a Billion dollar company, you probably don’t have a multimillion-dollar ad budget or professional Spinners.
Your product needs to stand out on its own merits like More
Android — Send live audio stream from client to server using WebSocket and OkHttp client
A long time back, I was looking for a solution to send a live audio stream from an android device to a backend server. After lots of effort, I finally made it work.
In this article, you will learn how to stream live audio from client to server using OkHttp client & WebSocket.
Golang — Send Push notifications to apps using FCM
We become more excited on seeing our screen blinking with alerts like above.
Ever think about how it reaches your mobile? Push notification is behind the scene. When we heard the word push notification for the first time, we must have a thought that how can our mobile be recognized by someone so that they can notify us.
In this blog, we will explore how push notifications are sent using Golang and Firebase.
Unit testing on android - Canopas podcast #1youtu.be
Unit testing has become a must-have skill for any programmer. Many programmers write effective tests but not all, and the reason behind that could be a lack ......