amahi / android

Amahi Android App
GNU General Public License v3.0
165 stars 277 forks source link

Hooking up the search result with search API #40

Open octacode opened 7 years ago

octacode commented 7 years ago

As discussed with @cpg in #36. The search results will be fetched from the API and will be displayed in the Files Fragment. I will be working on this issue

octacode commented 7 years ago

I was thinking of displaying both the offline (PR #36 ) and the API search results at the same time. I have seen other apps doing it for example MusixMatch. We will have a single list. First all offline results will be displayed and after that the API results will be shown. Somewhat like this screenshot_20170308-171542

The first one is an offline results while the others are fetched from their API

octacode commented 7 years ago

Any suggestions??