Skip to content

yuppiestechdev/android-coding-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Android Coding assignment

Brief

Implement a scrolling list view like popular social media apps (Instagram/Snapchat/Facebook/Tiktok).

Constraints

  1. There will be multiple sections in the list. Each section should have a minimum for 5 items. There should be at least 10 sections in the list.
  2. The layout of the items in a section must alternate between 2 small items followed by 1 big item. See image below: Diagram
  3. The section headers should be sticky as the user scrolls through the list.
  4. The data used to populate the list can be fake data. Use hardcoded data or pull it from any public API. Hint: Unsplash images can be used as items in a section.
  5. Create a GitHub repo with your submission and follow best practices when it comes to commits, naming, code quality and architecture. You will have to explain your decisions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors