tonyydl / TYPTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPTT

Build Status

PTT is a well-known BBS station in Taiwan. I’d like to create a simplify app for PTT.

  • Developed the app with Kotlin.
  • Use Android architecture components LiveData, ViewModel and Navigation.
  • Use RxJava and RxAndroid for composing asynchronous.
  • Use jsoup for extracting and manipulating HTML data

Screenshots

Functionality

implemented:

  • Crawl discussion board order by popularity.
  • Designed simple and friendly interface for the home page.
  • Enter each board.
  • Design article page.

todo:

  • Optimize the user interface.
  • Filter article by title.

Author

  • Tony Yang - initial & develop basic feature - tonyyangdev

Reference

PTT BBS website

Feedback

Create an issue for all discussions, bugs, feature requests and pull requests.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

License:GNU General Public License v3.0


Languages

Language:Kotlin 96.5%Language:Java 3.5%