Skip to content

Latest commit

 

History

History
103 lines (68 loc) · 3.83 KB

readme.md

File metadata and controls

103 lines (68 loc) · 3.83 KB

Lit ic_launcher

CC-BY--NC--SA MIT-License Lollipop

Lit is a Lite Info Toolkit. It's like some kind of RSS reader with weather-and-dict query feature.

Basically this collection of tools were written in Python and used on PC. Since a handy is more handy so I made it to Lit.

Installation

The installer is located in the Lit/installer/ folder.

Lit-installer is about the size of 1.4MB and needs access to network.

Development

  • Android Studio 2.2 for MAC
  • JDK embeded in Android Studio 2.2
  • API 21: Android 5.0 (Lollipop)

Layout

Features

  • Weather

    Fetch the weather of today and tomorrow, plus Air Quality Index. Currently it is hard-coded and can only fetch info of Hangzhou from 中国天气网. Try to change the city-code in Lit/app/src/main/java/io/github/jjayyyyyyy/lit/MainActivity.java to display the weather of your own city.

  • Dict

    Translate the CN to/from EN.

  • Hacker News

    Fetch the first page titles of Hacker News

  • Solidot

    Fetch the first page titles of Solidot

  • Newsflash

    Fetch the first page titles of 36kr Newsflash

Mobile Traffic Consumption

Approximate mobile traffic consumption of each query is list below.

query traffic
Weather 20 KB
Dict 1 KB
Hacker News 8 KB
Solidot 30 KB
weather 20 KB

Reference