Driven
Driven copied to clipboard
Create a Unified Test that will test all providers
A unitfied test that tests all providers with the same method calls and everything.
have you continue research this project?i am very interesting.
I stopped a while ago. Is there anything you would like to see? Feel free to contribute
I plan to develop a soft that can put my files to multi-cloud providers. your project idea is same to me.So i want know that could this project run? and how?
Yup. I used it to store customer's data to their Google Drive or Dropbox. Basically you have the main library containing interfaces in: com.bingzer.android.driven:driven To connect to GoogleDrive, you need to import: com.bingzer.android.driven:driven-gdrive. To connect to Dropbox, you need to import: com.bingzer.android.driven-dropbox. To connect to External Drive, import: com.bingzer.android.driven:driven-ext-drive (I used this mainly for testing the main library) There's a sample project you could check it out on how to connect.