Results 24 comments of Astha

How can I check if a file is password protected before calling extract? What's the command for that

> just use the command with param -p *** I think that's for adding password while compressing file, no? (You answered in another question related to set password)

Yes, it was same for me, so I checked by going to File Explorer

@tien1812 How can I check if a file is password protected and how to extract any password protected file. Which command do I need for that? and from where can...

@andrebrait @garydgregory Does apache.compress support creating password protected archive files? I'm using `implementation 'org.apache.commons:commons-compress:1.21'` in my Android project. (NOT RELATED TO YOUR PR)

@akanksha7054 seems you are well versed with this library, can you please help me with https://github.com/borisbrodski/sevenzipjbinding/issues/56

@MSDarwish2000 @borisbrodski can you help me with https://github.com/borisbrodski/sevenzipjbinding/issues/52

> https://github.com/mitchtabian/Kotlin-Coroutine-Examples/blob/5c5077f93c477d915947ee51192db63aee1a0fd3/app/src/main/java/com/codingwithmitch/coroutineexamples/MainActivity.kt#L74 if you will go to setProgress() of ProgressBar which internally calls refreshProgress() method, it has handling of it being called from Thread other than UIThread also it's synchronised.

> Hi @yarolegovich, thanks for awesome library. I fixed reverse layout orientation by a hack. I rotated scrollview by 180 around Y Axis and then every item in adapter also...