Android Open Source - App simple RocketEstimator






Project Summary

A simple android app to esimate flight details for a rocket of specified size flying on a specified motor. The details aere calulated using the motor's thrust curve and a second order Runge-Kutta integration..

Web Site / Source Repository

RocketEstimator is hosted in the following web site
https://github.com/mcleishn/RocketEstimator

If you think the Android project RocketEstimator 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 RocketEstimator.

ItemValue
Java File Count8
Target SDK Version17
Minimum SDK Version8
Activity Count4
jar files usedandroid-support-v4.jar
Asset File Namesassets\engines\AEROTECH.ENG
assets\engines\APOGEE.ENG
assets\engines\CTI_UpdateMay2012.eng
assets\engines\DPS.ENG
assets\engines\EMM1000.eng
assets\engines\ESTES.ENG
assets\engines\EllisMountain.Eng
assets\engines\FSI.ENG
assets\engines\HYPERTEK.ENG
assets\engines\KOSDON.ENG
assets\engines\Koi220.eng
assets\engines\NCR.ENG
assets\engines\QUEST.ENG
assets\engines\ROCKETFLITE.ENG
assets\engines\VULCAN.ENG
assets\engines\econojets.eng
assets\engines\proXX_Sept2009_ALL.eng
assets\engines\ratt.eng




Java Source Files

RocketEstimator has the following Java source files.

org.mcleishn.rocketestimator.AppActivity.java
org.mcleishn.rocketestimator.CreateEngineActivity.java
org.mcleishn.rocketestimator.DatabaseHandler.java
org.mcleishn.rocketestimator.DisplayValuesActivity.java
org.mcleishn.rocketestimator.Engine.java
org.mcleishn.rocketestimator.MainActivity.java
org.mcleishn.rocketestimator.Rocket.java
org.mcleishn.rocketestimator.Simulator.java