Image-Steganography-Library-Android
Introduction: Repo https://github.com/aagarwal1012/Image-Steganography-Library-Android Issue https://github.com/aagarwal1012/Image-Steganography-Library-Android/issues/5 PR https://github.com/aagarwal1012/Image-Steganography-Library-Android/pull/4 Today I found a good repo that I wanted to contribute to. Its relatively new so I think there's a good chance to get my work accepted into it quickly. The Repo is an Image Stenography app in which encodes text into images encrypted with a password. Saving and encoding both are too much load on the UI thread and often cause the system to hang, I want to apply a fix of this nature to the save function for this app. When I first tried saving the photo I encoded the system would just hang and not function at all. The app didn't even save the photo. Work I recently had to deal with an issue regarding saving photos on android, and I noticed with this app that it nev...