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 […]
notification
Notification Resender. Part 4

Hi there! I’m continuing my series of posts about creating Android application for resending notifications. Previous parts you can find here: http://dbondarchuk.com/tag/notification-resender/ So, we’ve already created our main activity, helper for working with database and now, we need to create an activity for adding/editing setting. Let’s start! 🙂 We need to create a new Empty Activity. […]
Notification Resender. Part 3

Hi again! Today I will continue my series of posts about creating Android app for resending notifications. First part you can read here: http://dbondarchuk.com/2016/09/22/notification-resender-part-1/. Second – http://dbondarchuk.com/2016/09/26/notification-resender-part-2/ Today’s post will be about working with databases in Android app. Why we need database in our mobile app? We need to store information that we need from launch to […]
Notification Resender. Part 2

Hi guys! I’m continuing my series of posts about creating Android app for resending notifications. First part you can read here: http://dbondarchuk.com/2016/09/22/notification-resender-part-1/ So, we have already created our project in Android studio, with MainActivity layout and Java class. Lets change Main Activity to show our current settings and allow to add/edit/remove them. For displaying settings […]
Notification Resender. Part 1

Hi guys You all know, that these fit bracelets became very popular. You can buy one from Samsung or another big brand, but also you can order one from China for a few bucks 🙂 So, i also got one – IWown I5+. This one: It has many nice features (the biggest plus – […]