こんにちは私はNullExの除去に問題があります...
設定mContext = context
しましたが、エラーが発生しました。
Implicit super constructor LinearLayout() is undefined. Must explicitly invoke another constructor
Constructor call must be the first statement in a constructor
public DigitalClock(Context context) {
mContext=context;
this(context, null);
}
問題を示す以前のスレッドのAndroid目覚まし時計。