Ecosyste.ms: Awesome
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 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
- Host: GitHub
- URL: https://github.com/pratik-123/coredatawithcodable
- Owner: pratik-123
- Created: 2018-09-10T13:23:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T13:32:42.000Z (over 6 years ago)
- Last Synced: 2023-10-19T17:58:35.863Z (about 1 year ago)
- Topics: architectural-patterns, codable, coredata, coredata-model, encoder, entity, fetch, mvvm, tableview
- Language: Swift
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreDataWithCodable
Parse API response and store in Coredata using codable and display in tableview using mvvm pattern.