Skip to content

Commit

Permalink
added more sample sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikejo5001 committed May 4, 2016
1 parent 9973587 commit e00141c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 49 additions & 1 deletion articles/develop-apps/use-cordova-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,52 @@ Check out the [Quick Guide](https://github.com/normesta/cordova-plugin-inappbrow

[ [Go back up](#top) ]

<hr />
<hr />

## Camera: Use the device's Camera or FilePicker in your app

<button class="plugin-button-readme" onclick="window.location='https://www.npmjs.com/package/cordova-plugin-camera';">Readme</button>
<button class="plugin-button-guide" onclick="window.location='https://github.com/apache/cordova-plugin-camera#sample';">Quick Guide</button>
<br />

Take pictures, select files on the device, get thumbnails, display the pictures or images in your app.

Check out the [Quick Guide](https://github.com/apache/cordova-plugin-camera#sample) to learn how use the Camera app and FilePicker.

![scan-for-devices](media/use-cordova-plugins/camera-sample.png)

[ [Go back up](#top) ]

<hr />

## Files: Create and manipulate files and directories on your device

<button class="plugin-button-readme" onclick="window.location='https://www.npmjs.com/package/cordova-plugin-file';">Readme</button>
<button class="plugin-button-guide" onclick="window.location='https://github.com/apache/cordova-plugin-file#sample';">Quick Guide</button>
<br />

Create, read, write to, and display files on your device. Create directories. Work with different file types such as text files and binary files.

Check out the [Quick Guide](https://github.com/apache/cordova-plugin-file#sample) to learn how to work with files on your device.

![scan-for-devices](media/use-cordova-plugins/file-sample.png)

[ [Go back up](#top) ]

<hr />

## File Transfer: Upload and download files to and from your device

<button class="plugin-button-readme" onclick="window.location='https://www.npmjs.com/package/cordova-plugin-file-transfer';">Readme</button>
<button class="plugin-button-guide" onclick="window.location='https://github.com/apache/cordova-plugin-file-transfer#sample';">Quick Guide</button>
<br />

Upload and download different file types such as text files and binary files, read the files, and display image files.

Check out the [Quick Guide](https://github.com/apache/cordova-plugin-file-transfer#sample) to learn how to upload and download files.

![scan-for-devices](media/use-cordova-plugins/file-transfer-sample.png)

[ [Go back up](#top) ]

<hr />

0 comments on commit e00141c

Please sign in to comment.