Is there a way to get notification when a user uninstalls my app from his/her android device?
No, you can get the other applications uninstall events using the PACKAGE_REMOVED broadcast receiver but not the application uninstalled itself (because it have been removed) see the documentation here.