This is a repository for 2019 D2 Fest mini. We're participating in development of 'Live Slider Android Application'. The main purpose is providing an awesome UX to users when watching a collection of subscribed rss.
- Android RSS Viewer - Android application that provides rss feeds with live slider.
- Android Live Slider - Android library that provides components for constructing a slide view with live animations.
- RSS Search API - Provides useful apis for fetching and creating rss feeds and news which is written in Golang.
We divided the application into two parts - front end and back end. In the application(front end), it fetch rss data from the api server(back end). The api server not only provides rss data, it updates the database periodically. Every 25 minutes, it fetch the current rss data and insert into the database.
RSS feeds in a slide view with live, rich animations
You can subscribe RSS contents, and search by words
See and share the full article, or you can view all the previous news.
Powerful RSS API Server
All of these features are now available to others as an open source with awesome documents!
- Performance : We made a report about our api server performance.
- Data Model : More details about our data model(schema) is available.