protected void onCreate(Bundle savedInstanceState) super.onCreate(savedInstanceState);}
在扩展视图的GifView类中,我试图到达全局类的一个实例,但我有The method getApplication() is undefined for the type Gi
我正在开发一个GifView类,扩展android.view.ImageView以在安卓系统中显示动画gif。public class GifView extends ImageView {
private Movie movie; this.context = context;
public GifView(Context context,