Skip to content

Instantly share code, notes, and snippets.

View uscheller's full-sized avatar

Ulrich Scheller uscheller

View GitHub Profile
{
"title": {
"de": "Servus",
"en": "Hello"
},
"text": {
"de": "Das ist ein text, der gerne auch ein wenig länger sein darf. Deshalb schreibe ich hier einen unsinnigen Satz nach dem anderen rein. Damit sieht man hoffentlich das Layout etwas besser...",
"en": "This is a text"
},
"storeButton": {
@uscheller
uscheller / gist:1253395
Created September 30, 2011 10:35
Robotium UI Test
public class PhotoTest extends ActivityInstrumentationTestCase2 <LoginActivity> {
private static final int ACTIVITY_WAIT_TIME = 2000;
private Solo solo;
public PhotoTest() {
super("mypackage.activity", LoginActivity.class);
}
@Override
protected void setUp() throws Exception {