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 com.nhaarman.android2sandbox; | |
import android.app.Activity; | |
import android.content.Intent; | |
import android.os.Bundle; | |
import android.os.Handler; | |
public class MainActivity extends Activity { | |
static int i = 0; |
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
#!/bin/bash | |
ktlint_version="0.40.0" | |
######################################################################## | |
# A wrapper for ktlint which automatically downloads and runs ktlint. | |
# ktlint executables will be installed under `build/ktlint`. | |
# | |
# Usage | |
# | |
# Download and run ktlint, passing arguments: |
OlderNewer