gaming website

Upload: bhaskar-kushwaha

Post on 03-Jun-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/12/2019 Gaming Website

    1/30

    Final Year ProjectWorkout app using android

    Mentor : Prof. M.M.Gore

    Members:

    1. Bhaskar Kushwaha2. Ashish Kumar Singh

    3. Gobinath S

    4. Mohammed Zeeshan

    5. Subodh Kumar

  • 8/12/2019 Gaming Website

    2/30

    CONTENTSAbstract

    Introduction

    Need and Purpose

    Work done

    Limitations

    Future Work

    Conclusion

  • 8/12/2019 Gaming Website

    3/30

    ABSTRACTWe have various electronic gadgets in the marketfor calorie management. But they cost a lot. Wepropose an app which can run on android phonesand can effectively do the same.

  • 8/12/2019 Gaming Website

    4/30

    INTRODUCTION

    Every activity we do burns some definite amount ofcalories. The amount of calories burnt depends on the

    weight, the time for which activity is performed andother factors.

    A food calorie calculator computes the calorie intakefrom the amount of a food item consumed.

    We have combined both these things into an appwhich maintains the calorie intake and calorie burntin the body and displays results in different timeintervals.

  • 8/12/2019 Gaming Website

    5/30

  • 8/12/2019 Gaming Website

    6/30

    Why Calorie Management?

    Everyone has a personal calorie limit. Staying within yours can help you get toor maintain a healthy weight. The secret is learning how to balance your"energy in" and "energy out" over the long run.

    The increasing popularity of the fast foods and less physical activity has alreadypaved way to obesity and other related problems among the people. To preventthis scenario, one must keep a check on his calorie intake.

  • 8/12/2019 Gaming Website

    7/30

    Why Workout helper app?

    There are various forms of pedometers in the market. But they are powerconsuming and costly.

    They just give the calories burned during a workout. But the Workout Appgives the calorie unspent in a day.

    The residue of calorie over a period of time can be viewed and the user can mealarmed.

  • 8/12/2019 Gaming Website

    8/30

    Workout helper app vs The Pedometers

    A Pedometer is a dedicated device whereas our app makes use of the phone.

    The energy consumption of the pedometers is more compared to that of theenergy consumed by the Workout App.

    The Workout app calculates the calorie residue in addition to the calorie

    consumed with the help of the food calorie database. While most of the pedometers are closed components and cannot be modified,

    the Workout App enables the users to modify it according to his needs andrequirements.

  • 8/12/2019 Gaming Website

    9/30

    WORK DONETools and Platform used

    Linux (Ubuntu 10.04)Eclipse Juno Classic(IDE)

    Android Sdk and ADT plugin

    Android phone(Samsung GT-S5830i) for testing

    Accelerometer(inbuilt in android phones)

  • 8/12/2019 Gaming Website

    10/30

    Modules

    Our project mainly comprises of three modules:

    Food Calorie calculator

    Workout monitoring module

    Stats module

  • 8/12/2019 Gaming Website

    11/30

    Food Calorie calculator

    Every food item we intake contain approximately fixedvalue of calories.

    We have provided a list of common food items in ourapp. The user selects the food item he had intake andthe amount. The calories consumed by him iscalculated and added to his daily calorie record.

    We have also provided option for the user to add the

    unavailable food items along with the calorie valuethey contain.

  • 8/12/2019 Gaming Website

    12/30

    Finding the calories burned during Walking

    We can use the accelerometer of the android phones tofind the calories burned by a person.

    The accelerometer gives the acceleration of the phonein the x,y and the z axes. Using this, the units of work

    done by a person can be measured.This is calculated by the use of threshold values

    obtained by experiments.

    Depending on the number of steps taken we calculate

    the number of calories burnt.

  • 8/12/2019 Gaming Website

    13/30

    Workout Monitoring Module

    We have implemented following activities in thismodule

    Walking

    Pushups

    Cycling

  • 8/12/2019 Gaming Website

    14/30

    Graph showing the change in acceleration during

    walking

  • 8/12/2019 Gaming Website

    15/30

  • 8/12/2019 Gaming Website

    16/30

    Calorie burnt during pushups

    The component keeps track of the number of pushupsdone.

    Depending on the number of pushups we calculate thenumber of calories burnt.

  • 8/12/2019 Gaming Website

    17/30

    Calorie burnt during bicycling

    The calories burnt are calculated for the avg. User.The weight of the user is taken into consideration.

    The user input the amount of time he wants to dobicycling.

    The user is notified when the time expires.The number of calories burnt appears in an dialogue

    and database is updated accordingly.

  • 8/12/2019 Gaming Website

    18/30

    Stat Module

    This module takes the values from the database.

    Displays the daily stats to the user.

  • 8/12/2019 Gaming Website

    19/30

    Calorie Residue

    The calorie residue is calculated asCalorie Residue = Calorie Intake Calorie consumed

    while activity(walking,exercise,etc) Correction factor

    The correction factor is used to compensate for the

    calories burns during sleep,etc when the phone isinacessible to the user.

    The calorie residue gives an approximate calorieunspent by the person in that day.

    We can use these data over a period of days andprovide health warning to the user when there is analarming increase in the calorie residue.

  • 8/12/2019 Gaming Website

    20/30

    LIMITATIONS

    Though accelerometers give fairly accuratemeasurements for some activities, it tends to give

    unpredictable results in many activities as themovements are very random.

    There are lot of random food items in the world. Tofind their calorie value and input is sometimes

    infeasible.Though accelerometer consumes less power than theelectronic counterparts, it still reduces the battery life(charge)of the phones considerably.

  • 8/12/2019 Gaming Website

    21/30

    FUTURE WORKWe are calculating the calories burned while walking

    in this app. We can include various other exercises by

    using the properties of change in accleration andinclination in future.

    We have made this app for an average person(averageheight and weight). We could make someimprovements such that the user is able to customizeit.

    We are storing a day's data. We could maintain therecords over a period of time period and display theresults graphically.

  • 8/12/2019 Gaming Website

    22/30

    CONCLUSIONSWe are calculating the calories burned while walking

    in this app. We can include various other exercises by

    using the properties of change in accleration andinclination in future.

    We have made this app for an average person(averageheight and weight). We could make someimprovements such that the user is able to customizeit.

    We are displaying a day's data. We could displayrecords over a period of time period and display theresults graphically.

  • 8/12/2019 Gaming Website

    23/30

    SCREENSHOTS

  • 8/12/2019 Gaming Website

    24/30

  • 8/12/2019 Gaming Website

    25/30

  • 8/12/2019 Gaming Website

    26/30

  • 8/12/2019 Gaming Website

    27/30

  • 8/12/2019 Gaming Website

    28/30

  • 8/12/2019 Gaming Website

    29/30

  • 8/12/2019 Gaming Website

    30/30

    THANK YOU