Skip to content
Snippets Groups Projects
Commit f2251345 authored by Axel Saint-maxin's avatar Axel Saint-maxin
Browse files

Exercice 1 Fait

parent 4734e727
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
......
......@@ -29,6 +29,7 @@ public class TacheApplication extends Application {
super.onCreate();
try {
initTaches();
Log.i("Liste des tâches", this.getTaches().toString());
} catch (JSONException e) {
Log.e(LOG_TAG, "Erreur de lecture du fichier des taches...");
e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment