Android Open Source - Development activity Trainee






Project Summary

Simple application for Android that allows you to track yours sport activities like biking, running, walking, jumping and squats..

Web Site / Source Repository

Trainee is hosted in the following web site
https://github.com/anonim1133/Trainee

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

ItemValue
Java File Count15
Activity Count1
Fragment Count6
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
com.google.android.providers.gsf.permission.READ_GSERVICES




Java Source Files

Trainee has the following Java source files.

me.anonim1133.trainee.ApplicationTest.java
me.anonim1133.trainee.TraineeActivity.java
me.anonim1133.trainee.db.DBTraining.java
me.anonim1133.trainee.db.DataBaseHelper.java
me.anonim1133.trainee.fragments.Biking.java
me.anonim1133.trainee.fragments.Jumping.java
me.anonim1133.trainee.fragments.Running.java
me.anonim1133.trainee.fragments.SelectActivity.java
me.anonim1133.trainee.fragments.Squats.java
me.anonim1133.trainee.fragments.Walking.java
me.anonim1133.trainee.sensors.AccelerometerHelper.java
me.anonim1133.trainee.sensors.GpsHelper.java
me.anonim1133.trainee.sensors.PedometerHelper.java
me.anonim1133.trainee.utils.Average.java
me.anonim1133.trainee.utils.GpxBuilder.java