This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| android { | |
| configurations { | |
| //Used to hold the doclava dependency configuration | |
| doclava | |
| //Used to hold the other dependency configuration | |
| classpaths | |
| } | |
| dependencies { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using Amazon.ElasticTranscoder.Model; | |
| namespace AmazonHelpers | |
| { | |
| public sealed class ElasticTranscoder | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.app.Activity; | |
| import android.content.Context; | |
| import android.util.Log; | |
| import com.google.android.gms.common.api.GoogleApiClient; | |
| import com.google.android.gms.common.api.ResultCallback; | |
| import com.google.android.gms.common.api.Status; | |
| import com.google.android.gms.drive.Drive; | |
| import com.google.android.gms.drive.DriveApi; | |
| import com.google.android.gms.drive.DriveContents; |
NewerOlder