Giter Site home page Giter Site logo

minhctran / arxiv-papers-mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lopespm/arxiv-papers-mobile

0.0 0.0 0.0 3.23 MB

ArXiv Papers, a React Native app, currently available for Android. Search, download and save arXiv scientific papers

License: Apache License 2.0

Java 3.44% JavaScript 94.40% Ruby 0.36% Objective-C 1.80%

arxiv-papers-mobile's Introduction

Arxiv Papers

ArXiv Papers is a mobile application to search, download and save arXiv papers. Developed using a react native / redux framework and is currently available for Android smartphone and tablet devices. More details available in the blog article.

Get it on F-Droid Get it on Google Play

Screenshots

arXiv Papers Android App

Install & Run

After cloning repository, install the app's dependencies by running the following command in the root directory:

npm install

The application uses Firebase to collect error reports and analytics, so you will need a google-services.json to identify the target Firebase project. You can follow this small guide to do so. After downloading google-services.json, copy it into the android/app/ folder.

Launch the bundler server and run the debug version on an Android device:

npm run android

Tests

Unit and Integration Tests

npm run test:unitIntegration

End to End

The Detox automation library is used for this purpose.

First build the app and test apks:

npm run test:e2e:build

You will need to have a bundler server instance running. In case you don't have one already:

npm start

In a separate terminal window, run the tests:

npm run test:e2e

Note: You can change the target device/emulator by modifying package.json. At the moment, a virtual device Nexus 5X (API 27) is used.

Next steps

  • iOS version: since most of the logic would be common, a good portion of the app could be reused. The layouts and design would have to be revised and it would also need the corresponding native modules, such as file download and management.
  • Justify the summary text on the article's details screen (available on Android O+)
  • Add Flow type coverage to epics
  • Math notation rendering

arxiv-papers-mobile's People

Contributors

lopespm avatar kant avatar poussinou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.