It's time to practice! Using what you've learned in the previous articles, create an App that meets the following requirements:
- This App will display some social media posts (three posts are enough).
- Each post will include:
- User's photo.
- User's name.
- The time since the post was published.
- The text shared in the post.
- An image shared in the post.
- The user will be able to scroll through the posts.
Of course, all the data and images will be imported by us. Later on, you’ll learn how to download these posts from a database to display "real" information.
Download Sample Images
Be the first to comment