VuzZz / vuzzz-android-app

Android app
1 stars 0 forks source link

Chargement des fichiers JSON en background #33

Open a-thomas opened 12 years ago

a-thomas commented 12 years ago

L'opération de chargement des fichiers JSON est effectué dans l'UIThread. Il faudrait effectuer cette opération en background.

ShowNoteActivity.java

@AfterViews
    public void afterViews() {
[...]
List<Rating> ratings = loadRatingsFromFiles();
[...]
a-thomas commented 12 years ago

@BluePyth T'avais commencé à regarder, non ?

rsertelon commented 12 years ago

J'avais commencé oui, mais je m'étais pris la tête dessus, du coup, j'ai rien de commencé :-)