Skip to content

noppytinto/android-scienceboard

Repository files navigation

NoppysBoard - Simple News Reader

STATUS: published no more available

Description

Welcome to NoppysBoard!

  • customize your home feed
  • go back in time to see old news (time travel mode)
  • save articles in bookmarks to read them later
  • maybe you were reading an interesting article, but didn't have enough time, use the history to track previous visited articles
  • when you're reading an article, you can do some research on the web without leaving the app:
  • search similar articles on the web
  • quick keywords based search
  • or just search everything you want
  • dark mode

//-------------------------- Supported languages:

  • English

Stack & Tools

  • Android (Java)
  • Rxjava
  • Firebase
  • server for fetching news (Java) (code)
  • NLP to search articles by keywords (server side)
  • Axure for mocking
sequenceDiagram
    participant App
    participant Server
    participant Firebase 
    Server->>+Server: cron job: Fetch RSS (every hour)
    Server->>+Server: Parse RSS into "Articles"
    Server->>+Server: Extract keywords using NLP
    Server->>+Firebase: save articles



    App->>+Firebase: Fetch articles
    Firebase-->>+App: return articles

Screenshots

image image image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages