This is a list of android apps that work well with dual screens. Most apps will not look as nice in single screen landscape mode, however.
For this list I will refer to having a screen on the left and right as landscape and a screen on bottom and top as portrait. Why? Because that's how it works in the software.
- Gone Mad Music Player: classic view shows the song on the left while landscape and the song list on the bottom in portrait. Looks weird in single screen portrait mode.
- Solid Explorer: Pretty much the perfect file explorer for the Axon M. Shows two screens and you can copy files between the left and right screen.
- MiXplorer also works but requires you to enable dual pane view.
- App Cloner: App list on the left, app settings on the right.
- Kii Keyboard 2: Has an option to split the keyboard in half in landscape, but it will cause the keyboard to be split while in single screen landscape.
- Moon Reader, probably every single ebook reader: It shows two pages instead of one. I suggest reducing the margins.
- Reddit Sync: only works partially. Set landscape column count to 2 to show posts on each screen.
Apps that can be modded for dual screen:
- Twidere: Download the source code, open twidere/src/main/res/values/dimens.xml and replace "preferred_tab_column_width_normal" so it says
, then compile.
- Tachiyomi: Download source code, open res/layout-land/manga_info_controller.xml. Create a horizontal guideline. Set layout_constraintGuide_percent to .5. Click on info_scrollview. Set layout_constraintLeft_toRightOf to id_guideline (default is guideline3 but it's whatever the guideline is named).
- Align all four constraints to the sides (click the dots on the manga cover element and drag to sides)
- Set layout_constraintDimensionRatio to 7:10 (4:3 is also usable, it doesn't really matter)
- In the app: Settings -> General -> library manga per row -> landscape -> Whatever you want, as long as it's an even number
Other notable uses, not really app related:
- Use andronix to create a Linux session, then use the top screen for a GUI and the bottom screen for a terminal.
- If you use App Cloner and clone an app, you can have the same app on both screens. I use it for Discord so I can have two channels open at once.
For this list I will refer to having a screen on the left and right as landscape and a screen on bottom and top as portrait. Why? Because that's how it works in the software.
- Gone Mad Music Player: classic view shows the song on the left while landscape and the song list on the bottom in portrait. Looks weird in single screen portrait mode.
- Solid Explorer: Pretty much the perfect file explorer for the Axon M. Shows two screens and you can copy files between the left and right screen.
- MiXplorer also works but requires you to enable dual pane view.
- App Cloner: App list on the left, app settings on the right.
- Kii Keyboard 2: Has an option to split the keyboard in half in landscape, but it will cause the keyboard to be split while in single screen landscape.
- Moon Reader, probably every single ebook reader: It shows two pages instead of one. I suggest reducing the margins.
- Reddit Sync: only works partially. Set landscape column count to 2 to show posts on each screen.
Apps that can be modded for dual screen:
- Twidere: Download the source code, open twidere/src/main/res/values/dimens.xml and replace "preferred_tab_column_width_normal" so it says
Code:
<dimen name="preferred_tab_column_width_normal">1080px</dimen>
- Tachiyomi: Download source code, open res/layout-land/manga_info_controller.xml. Create a horizontal guideline. Set layout_constraintGuide_percent to .5. Click on info_scrollview. Set layout_constraintLeft_toRightOf to id_guideline (default is guideline3 but it's whatever the guideline is named).
- Align all four constraints to the sides (click the dots on the manga cover element and drag to sides)
- Set layout_constraintDimensionRatio to 7:10 (4:3 is also usable, it doesn't really matter)
- In the app: Settings -> General -> library manga per row -> landscape -> Whatever you want, as long as it's an even number
Other notable uses, not really app related:
- Use andronix to create a Linux session, then use the top screen for a GUI and the bottom screen for a terminal.
- If you use App Cloner and clone an app, you can have the same app on both screens. I use it for Discord so I can have two channels open at once.
Last edited: