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
Nearby will be a lot easier to jump into - it's just a single linear list of known Place objects
There is no simple analog of the CursorAdapter in the world of RecyclerViews. This means there is a bunch of implied functionality behind the Contribution list view due to the ability to observe changed values out of the content provider.
There is a nice (rich) model object hiding in the code waiting to be extracted. Doing so should reduce coupling of classes & fix a memory leak (follow all the calls to get activity() & where it's getting used)
1 & 2 obviously meet the needs of the issue, but 3 would improve the code quality.
ListView
is basically deprecated and as we move to the future,RecyclerView
should be used instead.The text was updated successfully, but these errors were encountered: