Skip to content

Instantly share code, notes, and snippets.

View vincenthofmeister's full-sized avatar

Vincent Hofmeister vincenthofmeister

  • Westfield, Indiana, USA
View GitHub Profile
<?php
echo "Hello, world!";
?>
new getEventAsyncTask().execute();
String[] myItems = {"First Event", "Second Event", "Third Event", "Fourth Event"};
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this,
android.R.layout.simple_list_item_1, myItems);
ListView listView = (ListView) findViewById(R.id.event_list);
listView.setAdapter(adapter);
<!doctype html>
<html lang="en-US">
<head>
<title></title>
<meta charset="UTF-8" />
</head>
<body>
</body>
</html>