Skip to content

radiumrocketapps/cpu-performance-mobile-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

CPU Performance in cross platform mobile development

Here you will find all the resources implemented on our research.

If you like to replicate the scenarios, please follow the steps below.

Installation and run

The next steps should work only on ANDROID 📱.

  1. First of all, you need to clone the repositories listed below.

React Native John Conway's Game of Life implementation

Ionic Framework John Conway's Game of Life implementation

PWA John Conway's Game of Life implementation

  1. Then install the dependencies of each project and generate the APKs.

  2. Then move the APKs to your mobile phone.

  3. Connect your mobile device to your computer, and check if it is visible using the following command on your terminal

$ adb devices

The output should look like this

List of attached devices
335646534d473098     device

If you don't find your device listed, please check if the Developer mode is activated on your settings.

  1. Clone and install the dependencies of the following repo.

Read CPU script

  1. Go to the Read CPU script directory and run
$ npm start

Configs

If you'd like to update the experiment params, go to the src/constants/params.js and update them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published