All Projects → readium → SDKLauncher-Android

readium / SDKLauncher-Android

Licence: BSD-3-Clause license
Launcher app for Readium SDK on Android

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SDKLauncher-Android

SDKLauncher-iOS
A small iOS application to serve as a launcher/testbed for the Readium SDK.
Stars: ✭ 69 (-10.39%)
Mutual labels:  launcher, epub
SDKLauncher-OSX
A small OS X application to serve as a launcher/testbed for the Readium SDK on the Mac.
Stars: ✭ 21 (-72.73%)
Mutual labels:  launcher, epub
launchbar
Actions repository for LaunchBar 6
Stars: ✭ 65 (-15.58%)
Mutual labels:  launcher
Wuxiaworld-2-eBook
This Python script will download chapters from novels availaible on wuxiaworld.com saves then into the .epub format
Stars: ✭ 90 (+16.88%)
Mutual labels:  epub
ue4launcher
A project launcher utility for Unreal Engine 4
Stars: ✭ 52 (-32.47%)
Mutual labels:  launcher
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (-49.35%)
Mutual labels:  launcher
MetropolisLauncher
A data-heavy Emulation & Gaming front-end for Windows
Stars: ✭ 35 (-54.55%)
Mutual labels:  launcher
Reader
高仿多看阅读器apk,支持PDF解析.文档支持搜索,高亮文字,墨迹等功能
Stars: ✭ 98 (+27.27%)
Mutual labels:  epub
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-75.32%)
Mutual labels:  epub
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (-32.47%)
Mutual labels:  epub
calibre-kindle-comics
A calibre plugin that converts your comics into a readable format for kindle.
Stars: ✭ 32 (-58.44%)
Mutual labels:  epub
novelsave
This is a tool to download and convert novels from popular sites to e-books.
Stars: ✭ 25 (-67.53%)
Mutual labels:  epub
Minecraft-Box-Launcher
Open source Minecraft Java Edition launcher built with ElectronJS
Stars: ✭ 19 (-75.32%)
Mutual labels:  launcher
UnityLauncherPro
Unity Hub Alternative Project Launcher with time saving features!
Stars: ✭ 226 (+193.51%)
Mutual labels:  launcher
SeniorLauncher
A launcher app for Android, intended for oldies
Stars: ✭ 19 (-75.32%)
Mutual labels:  launcher
gintonic
A lightweight game launcher, that works in a terminal.
Stars: ✭ 19 (-75.32%)
Mutual labels:  launcher
launcher-scripts
(DEPRECATED) A set of launcher scripts to be used with OAR and Slurm for running jobs on the UL HPC platform
Stars: ✭ 14 (-81.82%)
Mutual labels:  launcher
scopy
Python script for searching through your digital books and cataloguing them in an easy-to-share list of files.
Stars: ✭ 28 (-63.64%)
Mutual labels:  epub
raiseorlaunch
A run-or-raise-application-launcher for i3 window manager.
Stars: ✭ 35 (-54.55%)
Mutual labels:  launcher
ShortcutBadger
Xamarin.Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers. Port of
Stars: ✭ 24 (-68.83%)
Mutual labels:  launcher

Note: Please don't use the zip download feature on this repo as this repo uses submodules and this is not supported at present by github and will result in an incomplete copy of the repo.

Launcher-Android

A small Android application to serve as a launcher/testbed for the Readium SDK.

How to get source from github

git clone --recursive https://github.com/readium/SDKLauncher-Android.git

See a document on how to build the SDK and Launcher on Android here

Debug C++ code on Android Studio 2

Gradle experimental build plugin and Android Studio 2 are required to debug C++ code. By default the project uses stable version of gradle plugin but you can switch easily to the experimental one by adding the following line to local.properties file:

readium.ndk_debug=true

This settings will switch the build system to the gradle experimental version and allow you to debug, add breakpoints on the C++ code.

You must be careful that if you switch from the stable to the experimental version, you have first to delete all intermediate build files in:

  • Platform/Android/epub3/build
  • Platform/Android/include
  • Platform/Android/obj
  • Platform/Android/libs

If you forget to delete these files, the application will crash because of bad version of shared and static libraries.

Licensing info

Licensing information can be found in the file license.txt in the root of the repo, as well as in the source code itself.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].