Skip to content
Snippets Groups Projects
Commit d45e6b6b authored by Paul Cancel's avatar Paul Cancel
Browse files

Q1 : Affichage des taches dans le LogCat

parent 4734e727
No related branches found
No related tags found
No related merge requests found
CTP2024
\ No newline at end of file
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">
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -29,6 +29,9 @@ public class TacheApplication extends Application {
super.onCreate();
try {
initTaches();
for(Tache t : this.lesTaches){
Log.d("Tache", t.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.
Finish editing this message first!
Please register or to comment