hi i am implementing gallery application in this gallery circular order
draging left to right and right to left scrolling i am using one handler on
gallery rotation another activity is gallery item clicking handler
automatically running display the gallery image another action is click the
gallery image display the clicked image my problem gallery image clicking
and scorring stop handler and not scrolling clicking next continue to
handler this functionality how can implemented please some suggestion its
urgent some solution

class RefreshHandler extends Handler {


@Override
public void handleMessage(Message msg) {
SeaSpell.this.updateUI();
}

public void sleep(long delayMillis) {

this.removeMessages(0);
if(isUpdateUI)
sendMessageDelayed(obtainMessage(0), delayMillis);
}
}
public void updateUI(){
try
{
getImages();// this method is gallery rotation in circular manner
mRedrawHandler.sleep(3000);

}


-- 
Thanks & Regards,

KVL Narasimha Rao.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to