Code Monkey home page Code Monkey logo

multilingual-news's Introduction

Maru.

Language Language License: GPL v2

This application is for busy multilingual people. Choose your languages from 12 languages and read the latest news with this one application. Keep up-to-date on the latest issues without forgetting the languages

Using Maru you can read

  • English
  • French
  • Japanese
  • Korean
  • Chinese
  • Russian
  • German
  • Italian
  • Portuguese
  • Dutch
  • Swedish
  • Norwegian

on a simple and nice interface.

Features

Update

  • v1.2.1: Minor bug fixes and UI improvements.

  • v1.2.0: This version introduces a new design & tab bar at the bottom of an app screen.

  • v1.1.0: Replace from CoreData to Realm. This version introduces a hamburger tab giving you the ability to change the order of languages.

  • v1.0.2: Minor bug fixes and UI improvements.

Requirements

  • iOS 13.0+

Installation

  1. Download the source code by cloning this repository
  2. Sign up for NewsAPI.org and get your own API Key.
  3. Install the pods by running
pod install
  1. Open the xcworkspace file with the latest version of Xcode

Technical notes

  • MVVM - My preferred architecture.
    • MVVM stands for “Model View ViewModel”
    • It’s a software architecture often used by Apple developers to replace MVC. Model-View-ViewModel (MVVM) is a structural design pattern that separates objects into three distinct groups:
  • Models hold application data. They’re usually structs or simple classes.
  • Views display visual elements and controls on the screen. They’re typically - subclasses of UIView.
  • View models transform model information into values that can be displayed on a view. They’re usually classes, so they can be passed around as references.

MVVM

multilingual-news's People

Contributors

iosdevted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

multilingual-news's Issues

Constant files to Extension with enum type.

the UIFont names are hardcoded but used multiple times. Best to avoid, and use an enum to house the values so it's easier to have bold, semibold etc also, best to refactor the variables into a UIFont extension rather than the static variable wasting memory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.