Skip to content

iCodeIN/ZipSourceCodeReading

 
 

Repository files navigation

ZSCReading

Source code reading app for Android. This app assumes target source codes are archived as one zip file.

This app first indexing whole zip contents, then perform regular expression query. This app is Android port of Code Search + GUI client.

ZSCReading is built using open source software:

  • io.reactivex.rxjava2:rxjava
  • io.reactivex.rxjava2:rxandroid
  • re2j-td we forked to use byte array and run on Android
  • JavaPrettify

Also, we use codeserach logic.

About

Zipped source code reading app for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.5%
  • Kotlin 37.8%
  • Other 1.7%