Android Open Source - App code Nbody-problem






Project Summary

Implementation of the n-body problem for an Android application in order to see differences of performance between java code, C code and RenderScript..

Web Site / Source Repository

Nbody-problem is hosted in the following web site
https://github.com/bowserf/Nbody-problem

If you think the Android project Nbody-problem listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Nbody-problem.

ItemValue
Java File Count8
Supported screen sizes[mdpi, hdpi, xhdpi]
Activity Count1




Resource Files

There are 1 image files in Nbody-problem. The names of the image files are listed as follows.

ic_drawer.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Nbody-problem has the following Java source files.

fr.bowserf.nbodyproblem.CalculationCPU.java
fr.bowserf.nbodyproblem.CalculationGPU.java
fr.bowserf.nbodyproblem.CalculationNDK.java
fr.bowserf.nbodyproblem.ComputationFunction.java
fr.bowserf.nbodyproblem.Constantes.java
fr.bowserf.nbodyproblem.MainActivity.java
fr.bowserf.nbodyproblem.opengl.OpenGL20Render.java
fr.bowserf.nbodyproblem.opengl.OpenGLView.java