0
私はあなたが取る必要がありますまず第一Notification.classローダはのjava.lang.NullPointerException context.getSharedPreferences
あるpublic Notification(Context context) {
this.context = context;
pref = context.getSharedPreferences(NOTIFICATION_SETTINGS_PREF_NAME, PRIVATE_MODE);//here is error (NullPointerException)
editor = pref.edit();
}
明らかに、フラグメントのライフサイクルを考慮する必要があります... – Selvin