суббота, 24 декабря 2011 г.
среда, 30 ноября 2011 г.
Download Android SDK standalone for offline installation
Download Android SDK standalone for offline installation: "How to install Android SDK without internet connection ?"
вторник, 25 октября 2011 г.
Overcoming Fear: Mapping Hibernate Entities to Views
Overcoming Fear: Mapping Hibernate Entities to Views: " By the end of this tutorial, we will have the tools to map a Hibernate Entity that does not correspond directly to a database table onto structures such as views or query results."
'via Blog this'
'via Blog this'
среда, 5 октября 2011 г.
Обработка события нажатия по View. Android
Делается так:
someView.setOnTouchListener(new View.OnTouchListener() {
@Override
public boolean onTouch(View arg0, MotionEvent arg1) {
if (arg1.getAction()==
MotionEvent.ACTION_DOWN)
runEnemy();
else
stopEnemy();
return true;
}
});
воскресенье, 25 сентября 2011 г.
вторник, 20 сентября 2011 г.
Google I/O 2010 - Writing real-time games for Android redux - YouTube
п.с. Replica Island - мега-крутая опенсоурс игра!
Подписаться на:
Сообщения (Atom)