Skip to content

lewissk/Comix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Icon

Comic List

Overview

This project uses the Marvel API to pull a list of comics and display their cover images.

Considerations

Architectural Choices

This application uses a UICollectionView as the main view and incorporates a background loading caching queue to allow for more performant scrolling and the UICollectionViewDataSourcePrefetching protocol to allow the application to fetch more data when the user is getting to the end of the list. The UICollectionView uses a custom UICollectionViewCell and a custom UICollectionViewLayout. The app uses both UIKit and SwiftUI.

Things that need to change

  • The image caching needs to be improved so that it uses some disk caching instead of just using memory cache
  • The Secret key for the Marvel API needs to be moved to a server where it can be protected from use by others or divulged by people instecting the app
  • Make the app more useable by allowing searching and filtering
  • The detail view needs more content and functionality
  • Add accessibility
  • Add localized strings
  • Add Analytics
  • Add more tests
  • More testing in general

Libraries Used

Internal

  • UIKit
  • CryptoKit

External

  • None

Blogs and other Documentation

Images of the app

Main Screen Detail Screen
Main Screen Detail Screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages