This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| public class SomeFragment extends Fragment { | |
| MapView mapView; | |
| GoogleMap map; | |
| @Override | |
| public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { | |
| View v = inflater.inflate(R.layout.some_layout, container, false); | |
| $ adb shell | |
| #sample | |
| am start -a android.intent.action.CALL -d tel://000-0000 | |
| am start -a android.intent.action.SEND -d "some message" -t text/plain | |
| am start -a android.intent.action.VIEW -d geo:0,0?q=Tokyo | |
| am start -n com.android.browser/.BrowserActivity |