Being able to download the pictures, and seeing all the pictures of a post, is a pretty cool feature - great work! Curious why you renamed it to steem though, as that's pretty confusing, and steemer was a fine name imo.
Anyway, as for the code:
- Check this guide on how to write commit messages.
- From what I've read, it's better to use a
for-eachloop instead of a traditionalforloop, except when the index is required or the list has to be modified. Imofor-eachis a bit more readable as well. - A lot of commented out code and console logs left in. Should remove those to prevent clutter and improve readability.
- Some small inconsistencies across the code, maybe there is a linter you could use to prevent this?
Good luck with the rebranding and further development!
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
RE: steem android app update, introducing new ui and image downloader