股市盤後資料抓取器 icon

股市盤後資料抓取器

Shigaga
Free
100+ downloads

About 股市盤後資料抓取器

Gadget that automatically grabs stock market aftermarket information from the Taiwan Stock Exchange (government open source data).


This is a simple sample program, using Android Kotlin syntax and the officially recommended Android Jetpack-Android Architecture Component. The components are as follows:

  -Room database of local database
  -Reduced the paging library that caused large amount of data to load and cause screen freeze
  -ViewModel with life cycle awareness
  -Officially recommended design architecture MVVM (Model-View-ViewModel design architecture)
  -Coroutines, Kotlin's most representative high-performance multi-threaded tool
  -LiveData to make the data have perception observation function
  -Network communication [Retrofit2 + RxJava], [HttpURLConnection]
  -JSON network data analysis GSON library
  -Write multi-threaded database to Executors

股市盤後資料抓取器 Screenshots