2012. 10. 27. 19:59

뷰 혹은 그외의 곳에서 응용 가능할 것.


이거때문에 하루가 날아갔다. 아오.


public class WritingView extends View {

..

Activity mParent;

..

public WritingView(Context context) {

super(context);

mParent = (Activity)context;

..

}



사용처


mParent.finish();//말고도 다른것도 됨


이러면 상속된 소스에서도 finish!

Posted by newkie