A pdf viewer for Android with Presentation support.
Go to file
Luke Hubmayer-Werner 86e12449f7 Add README.md with basic goals outline 2024-08-14 18:42:59 +09:30
.idea First commit 2024-08-14 15:42:34 +09:30
app First commit 2024-08-14 15:42:34 +09:30
gradle First commit 2024-08-14 15:42:34 +09:30
.gitignore First commit 2024-08-14 15:42:34 +09:30
README.md Add README.md with basic goals outline 2024-08-14 18:42:59 +09:30
build.gradle.kts First commit 2024-08-14 15:42:34 +09:30
gradle.properties First commit 2024-08-14 15:42:34 +09:30
gradlew First commit 2024-08-14 15:42:34 +09:30
gradlew.bat First commit 2024-08-14 15:42:34 +09:30
settings.gradle.kts First commit 2024-08-14 15:42:34 +09:30

README.md

Untitled Android PDF Reader

Minimum Viable Goals:

  • Continuous Horizontal Scroll - unreasonably rare feature
  • Presentation View - i.e. show on an external monitor - haven't seen another app do this yet!
  • Immersive View - no system status bar etc.
  • Open files the Android way - currently just a bundled test file
  • Delete+Reorder Pages - doesn't have to save the source file, but does need to save a change journal
  • Text Annotations - as above
  • Autocrop margins

Stretch Goals:

  • Networked View:
    • send PDF file to another client
    • synchronize views for different readers
    • coordinate views for one reader multiscreen
  • Pen Annotations
  • Improve overall UI