app crash

  1. Azam Memon

    Android Question NotificationListerner on Android 4

    Hi, I have an optional feature in my app to listen to Notifications, I have used NotificationListener for that, which should be enabled only on API >=19 by the user and this option won't appear on API < 19. But when I run my app on android 4 (API < 19), I am getting an error, which is same on...
  2. E

    Android Question App stopping on click

    Hello, I was wondering if anyone could help me with this. My app compiles just fine, but when I click on any button within it, it just stops and exits. P.S: The only code within the mentioned buttons is to change the text inside a label. As in: label.Text = "1"
Top