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
    
  
  
    
  | Here are the instructions to installing Docker CE on Linux Mint 18.1 Serena. | |
| Step1. `sudo apt-get install apt-transport-https ca-certificates curl software-properties-common` | |
| Step2. `curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -` | |
| The following line in the SOURCE automatically determines the distribution, which is Serena, | |
| but there are no Linux Mint packages for Docker. You have to change it to the matching Ubuntu distribution. | |
| FYI Linux Mint Serena is based on Ubuntu 16.04 Xenial. | 
  
    
      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.os.Bundle; | |
| import com.google.android.youtube.player.YouTubeBaseActivity; | |
| import com.google.android.youtube.player.YouTubeInitializationResult; | |
| import com.google.android.youtube.player.YouTubePlayer; | |
| import com.google.android.youtube.player.YouTubePlayer.OnInitializedListener; | |
| import com.google.android.youtube.player.YouTubePlayer.Provider; | |
| import com.google.android.youtube.player.YouTubePlayerView; | |
| public class MainActivity extends YouTubeBaseActivity implements | |
| OnInitializedListener { |