@umairalidev I upgraded from 8 to 36, initially everything was smooth but as my projects got more complex (especially https://t.co/vQ8yzNyx0M) even 36gb was causing bottleneck for me.
given the current AI era where we've to open multiple IDEs (Cursor, Android Studio & sometimes terminal)
google really said “here’s a Kotlin function… btw don’t use it or your app may crash” 😭
now Play Console warns against removeFirst() / removeLast() because of Android 15 compatibility issues.
replace with:
removeAt(0)
removeAt(lastIndex)
love modern Android development 👍
@ChrisKruegerDev@subfox_app i avoided darker bg because @ReSubsApp had that.. 🙃
+ you mean that first screenshot with guy isn't good?
I’ve plan to replace dollar bill with each country’s currency note for better localization.