• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Send notification when the internet is disconnected

    Hello, how can I implement an event in my application to detect when the internet connection (wifi or mobile data) is disconnected automatically and send a notification?
  2. F

    String definition error

    public String SolicitudServidor(final Activity activity, final String Type, final String Name, final String Surname, final String Username, final String Password){ String URL, Response; if(Type.equals("Register")){...
  3. F

    Spinner Width

    Hello! How can I make the width of a Spinner sea equal to the width of the selected item?
  4. F

    View.Visibility(VISIBLE)

    Hi. My application displays a list (RelativeLayout) when a EditText is selected. password.setOnFocusChangeListener(new View.OnFocusChangeListener() { @Override public void onFocusChange(View v, boolean hasFocus) { if(hasFocus){...
  5. F

    Change view position

    Hello! How can I change the position of the view when the user selects a TextInput?
  6. F

    How can I verify if a string contains at least one number?

    How can I verify if a string contains at least one number?
  7. F

    TextInputLayout crashes

    if (StringName.isEmpty()){ name.setError("Complete this."); }
  8. F

    JSONException

    Hello, I am new to this and I am developing a basic application in android studio: A registry of users with MySQL. When I start the application, I enter the data (Name, Surname, Email and Password) and I touch the registration button I get the following error: org.json.JSONException: Value <br...