2012년 2월 8일 수요일

onTouch() cannot differ views for multitouch

For few days, i was trying to apply multitouch on my application(game). My application uses multiple views and I want that the user can touch each view at the same time.
my code for single touch was...

onTouch(Veiw v, MotionEvent event){
    if(v==button1){
        ....
    } else if(v==button2){
        ......
    }

}

this style worked for single touch perfectly. So I could never doubt this won't differ the view I touched secondly(and more). But this method couldn't.

I'm not very well skilled programmer so not sure about there would be my fault. but for the if anybody has the same problem, just use "onTouchEvent(MotionEvent event)" and classify view by the position.

2012년 1월 30일 월요일

Accident on The Music Trend

There was hu~ge accident on one of main South Korean TV channel SBS 2 days ago. The Music Trend was on air like any other Sunday afternoon. But the problem was,,, while there was a performance of popular idol group T-ara, one of the 18-year-old member Hwayoung's cloth has been slipped and it was broadcasted live..
The song was "Lovey Dovey" and in the song T-ara dances shuffling(according to their management agency Core Contents Medias). Because she dances so tough, the accident happened according to the press.

It seems to be very painful for her because her pictures are spread on the Internet specially many masculine gag sites(ridiculous edited pics). South Korea has insane network bandwidth so anyone can download it in minutes.

In my memory, it's the first time that South Korean main TV station broadcasts female's nipple on air. "화영 인기가요" translated to "Hwayoung The Music Trend" is still the top search word on Korean leading portal site Naver.

begin

Today I'm very surprised that 100 guys have visited my blog.
This blog now has nothing but from today, I'll write many dedicated things about South Korea and my programming life.

I really appreciate your visiting.


p.s. - If you were a native English speaker and found some wired expression from my blog, please tell me for my English study. I'll be really happy :)
function foo()
{
}