package com.link_web;

import android.app.Activity;
import android.os.Bundle;
import android.net.http.*;
import android.widget.ImageView;

 

 


public class link_web extends Activity {
    @SuppressWarnings("unused")
 private static final String imgURL = null;
 private static final String LinkMovementMethod = null;
 private Object Html;
 @SuppressWarnings("unused")
 private Object fromHtml;
 
 /** Called when the activity is first created. */
    @Override
     public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
       
        ImageView iv = (ImageView)findViewById(R.id.foo_bar);
       
       

        iv.setOnTouchListene(Html.fromHtml("<a href = \"http://www.naver.com\"> 네이버") );
        iv.LinkMovementMethod(LinkMovementMethod.getBytes(LinkMovementMethod));
 }

}

 여기 두개만 밑줄이 가요 오류 버튼 누르면
fromHtml 은 The method fromHtml(String) is undefined for the type Object 이오류구요 ㅜㅜ
LinkMovementMethod 는
 Multiple markers at this line
 - The method LinkMovementMethod(byte[]) is undefined for the type
  ImageView
 - Line breakpoint:link_web [line: 27] - onCreate(Bundle)
 이런 오류가 나요 ㅜㅜ
답변 부탁드립니다. ㅜㅜㅜㅜ
터치 리스너는 알려주셔서 감사드립니다. ㅜㅜ