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

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 2 months 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.