AzeemIdrisi / InstaLoaderApp

Instagram Bulk Media Downloader for Android based on instaloader
GNU General Public License v3.0
51 stars 17 forks source link

Display live status of the number of posts downloaded and posts left to download #7

Open AzeemIdrisi opened 9 months ago

AzeemIdrisi commented 9 months ago

Currently, the app shows only how many posts will be downloaded and then gives the download finish status.

It would be great if the user could see on screen how many of the posts have been downloaded successfully and how many are left, just as we see in the Instaloader command line interface.

TharunBalaji2004 commented 8 months ago

Hello there @AzeemIdrisi, I am interested like to work on this issue

AzeemIdrisi commented 8 months ago

@TharunBalaji2004 Assigned to you bro.

TharunBalaji2004 commented 8 months ago

Hey @AzeemIdrisi I tried implementing the live status feature but couldn't workaround it, probably live download status function is not available in python library.

Then I modified the code to MVVM architecture, to maintain robustness and code readability. I have also used Hilt DI during the modification!

If good to go, then I can give a PR 👍

Project Structure Modified UI
image image