2011. 3. 16. 17:39
...

... class Notactivity
{
  ..
  private Context mContext = null;
  ..
  public Notactivity(Context context)
    {
     this.mContext = context;
    }
  ..
  //액티비티에서 실행되는 것 앞에다 mContext. 을 붙여줌
}
Posted by newkie