Mobile Apps Adding Notification Badges to a Kotlin App It can be hard to figure out how to add notification badges to your Kotlin app. I'll show you two types of badges and how to implement them.
TypeScript Making Toast from Scratch in React-Redux How to make a React-Redux pop-up notification or toast in a manageable way using Typescript.