What is Mixion?
A Native Android app that directly connects to the steem blockchain. Majority of functionality on Steemit.com can be found in Mixion.
This is a relatively small update. The primary purpose is to showcase the completion of a task request
New Features
- Sort Search Results
Steemit search results can now be ordered and filtered either by number of votes, number of replies or their upload date. This gives you more control over your search.
- How did you implement it/them?
as per this task request
Inflate a dialog to select the sort by method, and fetch the data. For this you will need to work in the data source directory. I believe that this getUserMentions() functions should work just fine, you may need to refer to the AskSteem Docs to make sure. You will need to integrate this function in the AskSteemRepository and also AskSteemApi then from within the SearchPresenter simply call something like repository.sortBy() and update the Adapter accordingly with the newly loaded data.
Get it from Google Play
Code changes
Verification
Posted on Utopian.io - Rewarding Open Source Contributors