skip to Main Content

Android Studio – Android Studio GridLayout reverse not working

I'm currently making a instagram type of app in Android Studio, my app only shows the newest pic at the bottom of the grid. The Collections.reverse(arrayList) is not working here's my main.java package com.example.mygram; import androidx.activity.result.ActivityResult; import androidx.activity.result.ActivityResultCallback; import androidx.activity.result.ActivityResultLauncher;…

VIEW QUESTION
Back To Top
Search