giovedì 5 aprile 2012

Semplice gestione touch

Per avere una semplice gestione (non multitouch o gesture) della pressione sullo schermo si puo' aggiungere all'Activity il metodo OnTouchEvent


public boolean onTouchEvent(MotionEvent event)
    { int x = (int)event.getX();
    int y = (int)event.getY();
    Log.d("s",Integer.toString(x));
    Log.d("s",Integer.toString(y));
    }


Nessun commento:

Posta un commento

Alpine Linux 2024 su IBM A31

Ho provato a far resuscitare un IBM A31 destinato alla discarica. La macchina ha processore P4, 256 Mb di RAM, la batteria CMOS morta ed e&#...