Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratik-123/coredatawithcodable

Coredata use with Codable fetch data from api and parse response using codable and store into database and display in tableview
https://github.com/pratik-123/coredatawithcodable

architectural-patterns codable coredata coredata-model encoder entity fetch mvvm tableview

Last synced: about 1 month ago
JSON representation

Coredata use with Codable fetch data from api and parse response using codable and store into database and display in tableview

Awesome Lists containing this project

README

        

# CoreDataWithCodable
Parse API response and store in Coredata using codable and display in tableview using mvvm pattern.