Skip to content

Incorrect workflow #1

@ttarass

Description

@ttarass
  1. You have 2 AsyncTasks that are executed one after another synchroneously. What's the point in it? you could put all that code into 1 AsyncTask and have the same effect.
  2. Your code loads all article data AND all images and only THEN displays it to the user. That's incorrect. Imagine bad internet connection where text loads relatively fast and then we wait forever for the images. Please rework your code to show article texts IMMEDIATELY after they're available AND load images in background. Images should be displayed on availability. This is a common mobile development practice which is imperative for a successful projects

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions