trashkalmar / wiki-geosearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki-geosearch

This sample project performs geosearch via wiki.

First, it obtains current devices location. On failure it uses some random location in Europe.
Then, it performs geosearch with wiki to get articles around obtained location.
Based on these articles app fetches list of associated images. Note that the resulting data might be paginated.
Finally, resulting data is populated into RecyclerView, each row can be expanded to show corresponding list of images.

Application runs under Android 21+.

These awesome libraries were used:

References:

About


Languages

Language:Kotlin 100.0%