Will Nixon
12/19/2019, 9:18 PMRuckus
12/19/2019, 9:21 PMkpgalligan
12/19/2019, 9:22 PMWill Nixon
12/19/2019, 9:23 PMCasey Brooks
12/19/2019, 9:25 PMkpgalligan
12/19/2019, 9:28 PMWill Nixon
12/19/2019, 9:32 PMkpgalligan
12/19/2019, 9:33 PMmultiplatform-settings
lib uses NSUserDefaults
, which is sort of the iOS equivalentWill Nixon
12/19/2019, 9:40 PMcodeslubber
12/19/2019, 9:40 PMcodeslubber
12/19/2019, 9:40 PMkpgalligan
12/19/2019, 9:41 PMWill Nixon
12/19/2019, 10:04 PMkyleg
12/20/2019, 5:58 AMSharedPreferences
is the go-to, but Room
is Google’s preferred persistence library. It’s a wrapper over Sqlite. It’s a very powerful library.kyleg
12/20/2019, 6:00 AMinline class
. I had a bug for days where I couldn’t get my code to run (but it compiled!) and it was because I had my ID column as an inline class wrapping around a Long, and Java did not like this one bit.Will Nixon
12/20/2019, 12:06 PMkyleg
12/21/2019, 11:34 PM