Skip to content

Conversation

@MohitGupta121
Copy link

Fixed #43 Notification at the time of downloading

@MohitGupta121
Copy link
Author

@sitamadex11 can you please review this PR
I implemented Downloading progress notification as we discuss.
Now in next issue I'll set onClick on the notification

@HeySitam
Copy link
Collaborator

bro I have tested the functionality. Great work but there have been some issues.

After downloading complete, still it is showing downloading. And also remove the hello world text.
downloading issues

@HeySitam HeySitam added enhancement New feature or request GSSoC22 for GirlScript Summer of Code 2022 Level3 For hard level tasks in GSSoC22 labels Apr 10, 2022
@MohitGupta121
Copy link
Author

bro I have tested the functionality. Great work but there have been some issues.

After downloading complete, still it is showing downloading. And also remove the hello world text.
downloading issues

Yes bro I also see that issue and trying to resolve that.
I try so many times but it unable to solved can you give me some direction how I'll solve that.

Sometimes it's working fine but sometimes it lag the loading

@MohitGupta121

This comment was marked as duplicate.


}

fun createNotificationChannel() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating an extension function will be better choice , So we can reuse this in other fragments also

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now It's also used in other fragment as I checked.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never seen this kind of method in an extension function before, we can still use it in different fragments using the class instance?

usually, I've used the extension function for some view utility or activity or some internal class which I don't have access

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please feel free to share your thoughts on this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yaa, I also used this common method on utils but for now according to this issue I have only implement in one place there is an another issue in which I have to implement that functionality where it is required with common method.
This is only for testing the functionality that's it's working.

@MohitGupta121
Copy link
Author

@sitamadex11 @logic-cribber now I change it to notify can you please check

@HeySitam
Copy link
Collaborator

HeySitam commented Apr 18, 2022

@MohitGupta121 overall what's the status?

@MohitGupta121
Copy link
Author

@MohitGupta121 overall what's the status?

Bhaiya I fixed the issue according to @logic-cribber changes requested

@MohitGupta121
Copy link
Author

Can anyone @sitamadex11 will review this

@hellosagar hellosagar self-requested a review April 27, 2022 08:03
Copy link
Collaborator

@hellosagar hellosagar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


}

fun createNotificationChannel() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never seen this kind of method in an extension function before, we can still use it in different fragments using the class instance?

usually, I've used the extension function for some view utility or activity or some internal class which I don't have access


}

fun createNotificationChannel() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please feel free to share your thoughts on this

@MohitGupta121
Copy link
Author

@sitamadex11 can you please review it and approve it so that I'll move to the next issue.

@HeySitam HeySitam merged commit 78edc41 into ByteMonk-GCECT:develop May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request GSSoC22 for GirlScript Summer of Code 2022 Level3 For hard level tasks in GSSoC22

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notification at the time of downloading

4 participants