Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created October 18, 2015 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/6c11c1cbf49f5cb37ccd to your computer and use it in GitHub Desktop.
Save rafaeltoledo/6c11c1cbf49f5cb37ccd to your computer and use it in GitHub Desktop.
package net.rafaeltoledo.codequality;
import android.support.v7.app.AppCompatActivity;
import java.util.List;
public class MyActivity extends AppCompatActivity {
List< String > myList;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment