Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chargement des fichiers JSON en background #33

Open
a-thomas opened this issue Feb 27, 2012 · 2 comments
Open

Chargement des fichiers JSON en background #33

a-thomas opened this issue Feb 27, 2012 · 2 comments

Comments

@a-thomas
Copy link
Member

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();
[...]
@ghost ghost assigned rsertelon Feb 27, 2012
@a-thomas
Copy link
Member Author

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

@rsertelon
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants