<Grid of installed apps on a fragment in Kotlin> T...
# stackoverflow
u
Grid of installed apps on a fragment in Kotlin This is my adapter class. The app crashes when I implement the grid and swipe to that particular fragment. The Gridview and grid adapter is set in the fragment class using the activityContext.I have an Item class as well Please help me out import android.content.Context import android.graphics.Color import android.preference.PreferenceManager import android.view.View import android.view.ViewGroup import android.view.LayoutInflater import android.widget.* class Appdapter(context: Context,...