Recent content by teh_raab

  1. T

    Custom Button

    Nevermind - i think CardView will give me exactly what i want.
  2. T

    Custom Button

    Hi All, I am looking to create a custom button. The button needs to contain a title and separate subtitle text (pulled from separate SQL fields) as well as an icon (blue) and image (pink), again separate db fields - see image below. This component needs to be easily reusable and the text...
  3. T

    what wrong

    You may need a semicolon on the end of your query. .. + col_tblRegistration_select + " TEXT );";
  4. T

    Staggered GridView Layout Issues

    Hi All, My first post so hi everyone. I haven't done any Java in about 12 years (way to make someone feel old) but have been tasked to create a staggered grid for an Android application. The application is fixed in landscape orientation and the grid needs to be able to flick horizontally...