Hi! You all know, that bots are really popular now. They allow to do a lot of different things: check your delivery, send money, buy tickets etc. It’s more interesting way than native mobile app – they are crossplatform (you can use bot on mobile, desktop, web in your messenger), human-friendly, easy. But the main […]
Month: November 2016
Notification Resender. Part 5

Hi there! Today I will publish the last article in the series about writing Notification Resender app for Android. Previous episodes you can find here: http://dbondarchuk.com/tag/notification-resender/ Only one thing has left for us to do – receive and process notifications. So, let’s start! First of all, we need create a class NotificationListener, which should extend NotificationListenerService. This […]