Aristide13
Aristide13
I tried GridToPager sample, it works as expected. On the other hand when the GridFragment is itself the child of a viewPager the transition no longer works. I have made...
This method always returns an empty string, but the message is sent anyway ?? How is it possible?
Is there a way to discover the operating system with your library? Thanks
Hello, I am able to list the files at the root of my usb key with: `` FileSystem currentFs = storageItem.usbMassStorageDevice.getPartitions().get(0).getFileSystem(); UsbFile root = currentFs.getRootDirectory(); UsbFile[] files = root.listFiles(); ``...
As with DroidUpnp this application does not work with music server / renderer such as squeezBox (logitech), daphile, volumio etc ... I always got the same error while setting the...
I know this issue has been covered before, but I would like to understand: Why the same files are perfectly read by the native MediaPlayer of android and fail with...
Is there a way to use this library with an Outputstream obtained by SAF in android. For example to compress on an external memory card I cannot use: ````java raf...
When I try to create a 7z archive with: ````java outArchive7z = SevenZip.openOutArchive7z(); outArchive7z.setLevel(level); outArchive7z.createArchive(new RandomAccessFileOutStream(raf),// items.length/**/, new CallBack7z()); ```` I get an Exception when the compression level is greater...
I integrated all major cloud providers into my app (Drive, Dropbox, Box, OneDrive, SugarSync, Nextcloud...). All of these providers offer a regular REST API accessible by requests. You claim that...
Hello, My application uses multiple cloud providers and for each provider uses multiple accounts. Once I create an account I store the accessToken and the refreshtoken etc ... in database....