ak9panda / NewsAPIApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News App

News App πŸ“± built with News api to demonstrate the use of following features,

  • RxSwift
  • Moya
  • snapkit
  • AsyncImage
  • List
  • Detail
  • MVVM Architecture Pattern

Project Structure

NewsApp # Target
|
β”œβ”€β”€ CustomViews
|
β”œβ”€β”€ Extensions
|
β”œβ”€β”€ Resources
|
β”œβ”€β”€ Utilities
|
β”œβ”€β”€ Services
|   β”œβ”€β”€ NetworkService            # Endpoint ManagedObject
|   β”œβ”€β”€ NetworkManger             # Manage API Calls
|
β”œβ”€β”€ Entities
|   β”œβ”€β”€ Responses                 # Data Responses
|
β”œβ”€β”€ ViewModels
|
β”œβ”€β”€ ViewControllers
|   |
|   β”œβ”€β”€ Dashboard               # Dashboard
|   β”‚   
|   β”œβ”€β”€ ArticleDetail           # Article Detail
|   β”‚
|   β”œβ”€β”€ NewsSources             # News Sources
|   β”‚     
|   β”œβ”€β”€ Categories              # News Categories

About


Languages

Language:Swift 99.0%Language:Ruby 1.0%