Skip to content

Example Android app that passes positions along to the view for Parse with the ParseQueryAdapter

Notifications You must be signed in to change notification settings

jefflinwood/ParseQueryAdapterWithPositions

Repository files navigation

ParseQueryAdapterWithPositions

Example Android app that passes positions along to the view for Parse with the ParseQueryAdapter

You'll need to go into MainApplication.java and edit the Parse initialization to add your own Parse keys to try the app out.

It creates a Parse class named Item, and colors alternating rows dark grey or white.

The ParseItemPositionQueryAdapter class initializes a ParseQueryAdapter, and then proxies calls to it, except for getView(), which is final in ParseQueryAdapter. That method calls an implementation of getItemView() that takes a position as the first argument.

About

Example Android app that passes positions along to the view for Parse with the ParseQueryAdapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages