DiffDroid 0.3



Publisher Description



DiffDroid is a Add-On for DiffTool (https://play.google.com/store/apps/details?id=com.difftool) , which extends it's functionality.

DiffDroid functions in detail:
- this APP allows DiffTool to open the files and documents in an editor of your choice.
- by using that APP, you can start DiffTool from any File Explorer (simply select DiffDroid when you open a file from your Explorer; then press "Select the Second File" to add file B: in the same way).
- this APP offers Java®* intents to integrate DiffTool into any other Java®* App (more about see below).

Coming soon:
- DiffDroid will give DiffDroid access to Google Drive™**
- DiffDroid will give DiffTool access to files on your local network.

For software developers:
By using this APP, you can use the following code to integrate DiffTool into your Apps.
// Compare 2 text files
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "text");
intent.putExtra("fileA", PATH+FILENAME);
intent.putExtra("fileB", PATH+FILENAME);
startActivity(intent);
// Compare 2 binary files
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "binary");
intent.putExtra("fileA", PATH+FILENAME);
intent.putExtra("fileB", PATH+FILENAME);
startActivity(intent);
// Compare 2 folders
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "folder");
intent.putExtra("folderA", PATHNAME);
intent.putExtra("folderB", PATHNAME);
startActivity(intent);
// Store folder state
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "store");
intent.putExtra("folder", PATHNAME);
startActivity(intent);
// View a stored DIFF file
Intent intent = getPackageManager().getLaunchIntentForPackage("com.difftool.diffdroid");
intent.putExtra("compare", "view");
intent.putExtra("file", PATH+FILENAME);
startActivity(intent);

= NO WARRANTY =
THE PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY. IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY, YOUR DEVICE, YOUR DATA AND PERFORMANCE OF THE PROGRAM IS WITH YOU.


* Java ® is a registered trademark of Sun Microsystems, Inc.
** Google Drive™ and Android™ are trademarks of Google, Inc.


About DiffDroid

DiffDroid is a free app for Android published in the System Maintenance list of apps, part of System Utilities.

The company that develops DiffDroid is Ludwig Gruber. The latest version released by its developer is 0.3.

To install DiffDroid on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2017-04-15 and was downloaded 17 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the DiffDroid as malware as malware if the download link to com.difftool.diffdroid is broken.

How to install DiffDroid on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the DiffDroid is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by DiffDroid will be shown. Click on Accept to continue the process.
  • DiffDroid will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 17
Updated At: 2024-03-06
Publisher: Ludwig Gruber
Operating System: Android
License Type: Free