Git Product home page Git Product logo

mynewcc98's Introduction

MyNewCC98

Experimental: new cc98 client

Structure

The user triggers some observable,the RxJava's Observer start his execution and reply to caller.

signal->process->presentation

major view parts:

board view, post view, post content view; pm view, search view, user view;

Modules

network

use Retrofit to handle http requests, and the interface api-v2.cc98.org should be easiser than html regex paser.

Authentication OAth

Apply web's authentication key and token way.

activity

just reference to old version

presentation

The WebView is last technology choice to preserent the posts and replys. But the cost is, hard to have scrollinglayout's effects.

Another choice: UBB code seems not easy to parse in textview so far, but markdown code seems has RxMarkdown to use.

UserProfile

Directly load into webview;

PMView/Reply

similar to topic view,their render system are the same;

TopicView

Use react and Typescript to write front part.

Utilities

Try to include some handy toolkits:

  • Share Topic to Another App. Done.
  • PhotoView Save to SDCard. Done.
  • Topic to ScreenShot. Done.
  • Funny emotion stickers. Done;

How to Compile

Under AndroidStudio 3.1.1 , Gradle 4.4;

be careful about the submodule git repos;

 git submodule update --init --recursive
 
 git clone https://github.com/6769/MyNewCC98.git  --recursive

Imcompability

  • Fast click any clickable views under LinageOS Dev 7.1, return to desktop;MIUI didn't;

mynewcc98's People

Contributors

6769 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

changhw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.