Matthew Ridley
Matthew Ridley
I have bought the book, and searched it and Google'd, and while I can read and write node values, I cannot figure out how to delete nodes. I found DeleteNodesRequest,...
``` static let AuthTokenLocation = "ALSAuthToken" static let key_Token = "token" static let key_Expiration = "expires" static func saveAuthToken(_ authToken: AuthToken) { do { try Locksmith.updateData(data: [key_Token: authToken.token, key_Expiration: authToken.expiration],...
I needed this for a client request I got. Made it optional. Could be extended to allowing customization of the messages and such, but felt this was a good start....
I have checked and re-checked my code... but my setOnClickListener is always returning -1. I have tried the deprecated adapterPosition, absoluteAdapterPosition and bindingAdapterPosition with similar results. ` class WeatherListAdapter( private...