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
| package codepath.com.recyclerviewfun; | |
| import java.util.ArrayList; | |
| import java.util.HashSet; | |
| import java.util.List; | |
| import java.util.Set; | |
| public class Contact { | |
| private int mId; |
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
| The OAuth callback succeeded, but you are possibly using Android 7.0+ and Twitter's redirect may not be working correctly. | |
| Switch back to your Android app and try to login again! | |
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
| ffmpeg \ | |
| -i $1 \ | |
| -preset veryfast \ | |
| -vcodec libx264 \ | |
| -ar 44100 \ | |
| -f flv \ | |
| "$2" |
OlderNewer