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

Recent content by mlgch1

  1. M

    android 27 - Connecting to wifi problem

    App used to connect ok with previous version (forget which one) Under 27 the app it will not connect although the tablet itself is connecting. Manifest <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...
  2. M

    ListView problem. Cursor gets closed.

    I am using ListView to display a small list. I know it's on the main thread, but this is not a problem. It used to run under earlier API levels but gives a problem under 27. package com.scorer.tennis; import android.app.Activity; import android.database.Cursor; import android.os.Bundle...