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

Search results

  1. Dnlaua

    Is there any way to put a ViewPager2 inside an AlertDialog?

    I'm losing my mind. Spent over 5 hours rearranging code thinking I was one step away from fixing the issue due to being able to have half the functionality with one parameter change, and the other half of the functionality with a different parameter. I WAS WRONG. NOT CLOSE. I'm hoping you guys...
  2. Dnlaua

    Apps setAdapter for spinner crashing app

    My app keeps crashing when I use the setAdapter method. I'm trying to change the text size of a spinner. Here's my code. MainActivity.java package com.example.com; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.ArrayAdapter; import...