You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when I might need to grab the model from the adapter using a model's ID. If I use id(String) then there there's no nice way to create the resulting long ID without the model.
I could do new Model().id("string").id() but that's wasteful.
The text was updated successfully, but these errors were encountered:
There are times when I might need to grab the model from the adapter using a model's ID. If I use
id(String)
then there there's no nice way to create the resultinglong
ID without the model.I could do
new Model().id("string").id()
but that's wasteful.The text was updated successfully, but these errors were encountered: