PiPixiv App
A third-party Pixiv App entirely written by Jetpack Compose
Supports Android 5.0 or higher
- Log in using a Pixiv account.
- Homepage recommended illustrations.
- Search illustrations and sort by popularity, latest, etc.
- Bookmark illustrations/Follow artists.
- View illustration details and recommended illustrations.
- Long press on an image to download the original illustration.
- Translation
- Deep link support (open from https://www.pixiv.net/illust/xxxxxx)
- More...
- Refactor the network layer, replacing OkHttp with Ktor
- Optimize datastore
- Refactor some global states into a singleton pattern for code simplification and easier dependency injection
- Adapt new navigation
- Settings page
- Favourites page
- Followed page
- History page
![]() |
![]() |
---|---|
![]() |
![]() |
![]() |
This project uses or references several open-source projects:
- Coil: An Android image loading library supported by Kotlin Coroutines
- Koin: A pragmatic lightweight dependency injection framework for Kotlin developers
- Mihon: Discover and read manga, webtoons, comics, etc. Reference application language switching feature
- pixez-flutter: Reference login implementation