Android ImageAdapter with Gridview in Fragment
I have an adapter with gridview that works as an Activity. I am trying to place it in a Fragment now and converted things but it does not work. When I include the IconFragmentSystem in my Activity I get a force close when I try to open the Activity. I know the Activity works because I can use other Fragments and everything is okay so I know my issue lies within this file. package com.designrifts.ultimatethemeui; import com.designrifts.ultimatethemeui.R; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.net.Uri; import android.os