ı am trying to make a simple app which parses XML feed of an blog and compare it with the previous post's info that already saved in the database.if they are not same this means new post is released and whenever new post is released ı want my application warn the user and change my apps icon like in facebook app. or facebook messenger app.(puting a red alert with a number of new posts to the right bottom of the icon). ı can compare parsed info and database info but ı dont know how to alert user and change icon. Is it possible with using AppWidgetProvider or is there any other ways?
Asked
Active
Viewed 79 times