Explore

android × java ×
  • screenshot

    Fragment did not return a View from onCreateView() or this was called before onCreateView()

    In an activity, I have got two separate fragments (for simplicity let say fragment x and...

  • screenshot

    Processing notifications in Android Studio

    I am making an android application in which, when receiving a notification from a certain application,...

  • screenshot

    I'm working on an app, the app has to push a notification at a specific time but its not working

    I'm currently working on an app(basically a todo list), it has to push a notification at...

  • screenshot

    How to compare between string that i create on android studio with variable that saved on Firebase

    My Firebase Realtime Database saves each user with 4 features: name, email, password, and confirm password....

  • screenshot

    the application stopped working when I pressed the end button while typing from the keyboard

    I was finishing my project, while typing from the keyboard, I pressed the end button, this...

  • screenshot

    Android URLSpan clickable outside of bounds

    I've just discovered that my URLSpan at the end of Spannable is clickable outside text bounds...

  • screenshot

    "cannot resolve symbol Paper" in android studio. Paperdb not working what should I do?

    This code produces 2 errors cannot resolve symbol paper package com.closebuy.app; import static android.content.ContentValues.TAG; import android.content.Intent;...

  • screenshot

    Programmatically close Custom Chrome Tabs in Android

    In my use case, I have an Activity that opens CustomChromeTab. After some actions, deep links...

  • screenshot

    How do I open an app if it isn't open already

    I have an app which locks you're phone for specified amount of time and doesn't allow...