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
Wanna learn how to design custom animations in Jetpack Compose?
This article will help you learn how to implement super cool custom animations using Jetpack compose in Android.
We are going to implement four different animations in this post.
Jetpack compose - Custom animations.gif
Heartbeat animation: This animation contains a heart-shaped image and we will animate it in such a way that it looks like a beating heart.
Wiggle animation: In this animation, we will have a square box and we will provide a wiggling effect on the box.
Flash animation:In this animation, we will have a square box and we will provide a flashing effect on the box.
Chasing circle animation: This animation contains multiple arcs and a circle and we will provide scaling and rotating effects on them.
Don’t worry if you didn’t get all the animations.
Check out the project on GitHub for the complete working solution and example.
Golang — Time utility functions you will always need
How to use timestamp and other utility functions?
In this blog, we will discuss some of the utilities like adding days or finding differences between timestamps, etc. Which we many times come around but are not available at the library level. May this article will save some of your minutes!
Add days to or subtract days from a given time
Get day start time
Get Day end time
Check whether the given two days are the same or not
Find a number of days between given timestamps
Find a number of weekdays(Mon, Tue,…) between two dates
Check if a given year is a leap year
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.