Pull to refresh

Comments 4

UFO just landed and posted this here
Ну eclipse сам по себе все таки не так и плох.
UFO just landed and posted this here
эклипс, увы, сам по себе ужасен :(
например, он не сумел заинлайнить переменную c вот в таком коде:

		final Context c = this.getApplicationContext();
		g.setOnItemClickListener(new OnItemClickListener() {
			public void onItemClick(AdapterView<?> parent, View v,
					int position, long id) {
				Toast.makeText(c, "index: " + position, Toast.LENGTH_SHORT)
						.show();
			}
		});
Sign up to leave a comment.

Articles