This is the deprecated Sefaria Android app. Code for the current Android app can be found here
- git clone https://github.com/Sefaria/Sefaria-Android.git
- Download Android Studio
- Install Android Studio
- In the Quick Start menu, select "Open an existing Android Studio project"
- Select the Sefaria-Android repo
Using Android Studio, the java code can be found in Project -> app -> java -> org.sefaria.sefaria.
The activities folder conatins the main code for each of the activities. Simularly, database folder contains classes for data types related to the data and the database. Other folders conatain helper items. For example, TOCElements conatains classes for the different elements that the TOCActivity uses.
You can download the app on the [play store] (https://play.google.com/store/apps/details?id=org.sefaria.sefaria&hl=en) or you can get the apk directly in [releases] (https://github.com/Sefaria/Sefaria-Android/releases).