├── .idea ├── .name ├── vcs.xml ├── render.experimental.xml ├── misc.xml ├── runConfigurations.xml ├── gradle.xml └── codeStyles │ └── Project.xml ├── app ├── .gitignore ├── src │ ├── main │ │ ├── res │ │ │ ├── drawable │ │ │ │ ├── a1.png │ │ │ │ ├── a10.png │ │ │ │ ├── a11.png │ │ │ │ ├── a2.png │ │ │ │ ├── a3.png │ │ │ │ ├── a4.png │ │ │ │ ├── a5.png │ │ │ │ ├── a6.png │ │ │ │ ├── a7.png │ │ │ │ ├── a8.png │ │ │ │ ├── a9.png │ │ │ │ ├── yog.png │ │ │ │ ├── arrow.PNG │ │ │ │ ├── bgapp.jpg │ │ │ │ ├── health.png │ │ │ │ ├── insta.PNG │ │ │ │ ├── logo.jpeg │ │ │ │ ├── slide1.png │ │ │ │ ├── slide2.png │ │ │ │ ├── slide3.png │ │ │ │ ├── stetho.png │ │ │ │ ├── wtloss.png │ │ │ │ ├── balance.png │ │ │ │ ├── bow_pose.png │ │ │ │ ├── general.png │ │ │ │ ├── picture.png │ │ │ │ ├── beautytip.png │ │ │ │ ├── boat_pose.png │ │ │ │ ├── cobra_pose.png │ │ │ │ ├── easy_pose.png │ │ │ │ ├── excercise.png │ │ │ │ ├── healthline.png │ │ │ │ ├── healthtips.png │ │ │ │ ├── ictimerbg.png │ │ │ │ ├── image2_bg.jpg │ │ │ │ ├── pedometer.png │ │ │ │ ├── upward_bow.png │ │ │ │ ├── womenyoga.jpg │ │ │ │ ├── axissecurity.PNG │ │ │ │ ├── balanceblack.png │ │ │ │ ├── yoga_main_image.png │ │ │ │ ├── time_management_iu.png │ │ │ │ ├── downward_facing_dog.png │ │ │ │ ├── undraw_moving_forward.png │ │ │ │ ├── undraw_pilates_gpdb.png │ │ │ │ ├── undraw_workout_gcguu.png │ │ │ │ ├── undraw_fitness_tracker.png │ │ │ │ ├── undraw_mindfulness_scgo.png │ │ │ │ ├── undraw_working_out_6psf.png │ │ │ │ ├── undraw_healthy_habit_bhw.png │ │ │ │ ├── undraw_runner_start_x0uu.png │ │ │ │ ├── undraw_stability_ball_bia.png │ │ │ │ ├── undraw_healthy_options_sdo3.png │ │ │ │ ├── undraw_personal_trainer_ote3.png │ │ │ │ ├── bgbtn.xml │ │ │ │ ├── bgbtnadd.xml │ │ │ │ ├── bgbtnlocked.xml │ │ │ │ ├── bgbtnremove.xml │ │ │ │ ├── bginput.xml │ │ │ │ ├── bgoverlay.xml │ │ │ │ ├── bgsign.xml │ │ │ │ ├── yoga_bg.xml │ │ │ │ ├── side_nav_bar.xml │ │ │ │ ├── ic_home_black_24dp.xml │ │ │ │ ├── ic_menu_black_24dp.xml │ │ │ │ ├── ic_person_black_24dp.xml │ │ │ │ ├── ic_email_black_24dp.xml │ │ │ │ ├── ic_security_black_24dp.xml │ │ │ │ ├── ic_accessibility_black_24dp.xml │ │ │ │ ├── ic_menu_slideshow.xml │ │ │ │ ├── ic_menu_gallery.xml │ │ │ │ ├── ic_format_list_numbered_black_24dp.xml │ │ │ │ ├── ic_menu_manage.xml │ │ │ │ ├── ic_enhanced_encryption_black_24dp.xml │ │ │ │ ├── ic_directions_run_black_24dp.xml │ │ │ │ ├── ic_menu_camera.xml │ │ │ │ ├── ic_menu_share.xml │ │ │ │ ├── ic_directions_bike_black_24dp.xml │ │ │ │ ├── ic_launcher_foreground.xml │ │ │ │ ├── activity_beauty_tip.xml │ │ │ │ └── activity_general.xml │ │ │ ├── raw │ │ │ │ └── whistle.mp3 │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ ├── values │ │ │ │ ├── preloaded_fonts.xml │ │ │ │ ├── dimens.xml │ │ │ │ ├── styles.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── font_certs.xml │ │ │ ├── anim │ │ │ │ ├── animimgpage2.xml │ │ │ │ ├── alphagogo2.xml │ │ │ │ ├── btthree2.xml │ │ │ │ ├── bttfive2.xml │ │ │ │ ├── bttfour2.xml │ │ │ │ ├── bttone2.xml │ │ │ │ ├── bttsix2.xml │ │ │ │ ├── bttwo2.xml │ │ │ │ ├── ltr2.xml │ │ │ │ ├── ttbone2.xml │ │ │ │ ├── ttbtwo2.xml │ │ │ │ ├── btteight2.xml │ │ │ │ └── bttseven2.xml │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ ├── font │ │ │ │ └── open_sans_semibold.xml │ │ │ ├── layout │ │ │ │ ├── activity_onboarding.xml │ │ │ │ ├── activity_balance.xml │ │ │ │ ├── activity_strenght.xml │ │ │ │ ├── counter.xml │ │ │ │ ├── activity_counter.xml │ │ │ │ ├── activity_after_login.xml │ │ │ │ ├── activity_class_section.xml │ │ │ │ ├── activity_register.xml │ │ │ │ ├── activity_name_roll.xml │ │ │ │ ├── activity_login.xml │ │ │ │ ├── activity_select.xml │ │ │ │ ├── activity_speed.xml │ │ │ │ ├── activity_splash.xml │ │ │ │ ├── activity_agility.xml │ │ │ │ ├── activity_yoga.xml │ │ │ │ ├── activity_login_individual.xml │ │ │ │ ├── activity_beauty_tip.xml │ │ │ │ ├── activity_general.xml │ │ │ │ └── activity_yoga_start_work_2nd.xml │ │ │ └── drawable-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ ├── java │ │ │ └── com │ │ │ │ └── saumya │ │ │ │ └── fitofyindia │ │ │ │ ├── General.java │ │ │ │ ├── Beauty_tip.java │ │ │ │ ├── Excercise.java │ │ │ │ ├── Healthtip.java │ │ │ │ ├── Weight_loss.java │ │ │ │ ├── BalanceActivity.java │ │ │ │ ├── StrenghtActivity.java │ │ │ │ ├── SplashActivity.java │ │ │ │ ├── Healthactivity.java │ │ │ │ ├── Stopwatch.java │ │ │ │ ├── SelectActivity.java │ │ │ │ ├── AfterLogin.java │ │ │ │ ├── IndividualMain.java │ │ │ │ ├── CounterActivity.java │ │ │ │ ├── OrganisationMainActivity.java │ │ │ │ ├── YogaActivity.java │ │ │ │ ├── LoginIndividual.java │ │ │ │ ├── NameRollActivity.java │ │ │ │ ├── OnboardingActivity.java │ │ │ │ ├── LoginActivity.java │ │ │ │ ├── RegisterActivity.java │ │ │ │ ├── YogaEditWork.java │ │ │ │ ├── YogaStartWork.java │ │ │ │ ├── YogaWorkOut.java │ │ │ │ ├── YogaStartWork_2nd.java │ │ │ │ ├── ClassSectionActivity.java │ │ │ │ ├── SpeedActivity.java │ │ │ │ └── AgilityActivity.java │ │ └── AndroidManifest.xml │ ├── test │ │ └── java │ │ │ └── com │ │ │ └── saumya │ │ │ └── fitofyindia │ │ │ └── ExampleUnitTest.java │ └── androidTest │ │ └── java │ │ └── com │ │ └── saumya │ │ └── fitofyindia │ │ └── ExampleInstrumentedTest.java ├── proguard-rules.pro ├── google-services.json └── build.gradle ├── settings.gradle ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── Copy of Android Dev Challenge - Cover Letter.pdf ├── Copy of Android Dev Challenge - Cover Letter.docx ├── .gitignore ├── .github └── workflows │ └── android.yml ├── CONTRIBUTING.md ├── gradle.properties ├── README.md ├── gradlew.bat └── gradlew /.idea/.name: -------------------------------------------------------------------------------- 1 | FitofyIndia -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name='FitofyIndia' 3 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a10.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a11.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a5.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a6.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a7.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a8.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/a9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/a9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/yog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/yog.png -------------------------------------------------------------------------------- /app/src/main/res/raw/whistle.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/raw/whistle.mp3 -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /app/src/main/res/drawable/arrow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/arrow.PNG -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgapp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/bgapp.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/health.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/insta.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/insta.PNG -------------------------------------------------------------------------------- /app/src/main/res/drawable/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/logo.jpeg -------------------------------------------------------------------------------- /app/src/main/res/drawable/slide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/slide1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/slide2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/slide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/slide3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/stetho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/stetho.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/wtloss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/wtloss.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/balance.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/bow_pose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/bow_pose.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/general.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/picture.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/beautytip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/beautytip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/boat_pose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/boat_pose.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/cobra_pose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/cobra_pose.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/easy_pose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/easy_pose.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/excercise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/excercise.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/healthline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/healthline.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/healthtips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/healthtips.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ictimerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/ictimerbg.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/image2_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/image2_bg.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pedometer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/pedometer.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/upward_bow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/upward_bow.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/womenyoga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/womenyoga.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/axissecurity.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/axissecurity.PNG -------------------------------------------------------------------------------- /app/src/main/res/drawable/balanceblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/balanceblack.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/yoga_main_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/yoga_main_image.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Copy of Android Dev Challenge - Cover Letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/Copy of Android Dev Challenge - Cover Letter.pdf -------------------------------------------------------------------------------- /app/src/main/res/drawable/time_management_iu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/time_management_iu.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Copy of Android Dev Challenge - Cover Letter.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/Copy of Android Dev Challenge - Cover Letter.docx -------------------------------------------------------------------------------- /app/src/main/res/drawable/downward_facing_dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/downward_facing_dog.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_moving_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_moving_forward.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_pilates_gpdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_pilates_gpdb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_workout_gcguu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_workout_gcguu.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_fitness_tracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_fitness_tracker.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_mindfulness_scgo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_mindfulness_scgo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_working_out_6psf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_working_out_6psf.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_healthy_habit_bhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_healthy_habit_bhw.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_runner_start_x0uu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_runner_start_x0uu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_stability_ball_bia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_stability_ball_bia.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_healthy_options_sdo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_healthy_options_sdo3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/undraw_personal_trainer_ote3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saumya1singh/Fitofy-India/HEAD/app/src/main/res/drawable/undraw_personal_trainer_ote3.png -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/render.experimental.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/values/preloaded_fonts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @font/open_sans_semibold 5 | 6 | 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/caches 5 | /.idea/libraries 6 | /.idea/modules.xml 7 | /.idea/workspace.xml 8 | /.idea/navEditor.xml 9 | /.idea/assetWizardSettings.xml 10 | .DS_Store 11 | /build 12 | /captures 13 | .externalNativeBuild 14 | .cxx 15 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Sun Oct 13 13:04:19 IST 2019 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgbtn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgbtnadd.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgbtnlocked.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgbtnremove.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/anim/animimgpage2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bginput.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgoverlay.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bgsign.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/yoga_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/anim/alphagogo2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/anim/btthree2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/side_nav_bar.xml: -------------------------------------------------------------------------------- 1 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_home_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.github/workflows/android.yml: -------------------------------------------------------------------------------- 1 | name: Android CI 2 | 3 | on: [push] 4 | 5 | jobs: 6 | build: 7 | 8 | runs-on: ubuntu-latest 9 | 10 | steps: 11 | - uses: actions/checkout@v1 12 | - name: set up JDK 1.8 13 | uses: actions/setup-java@v1 14 | with: 15 | java-version: 1.8 16 | - name: Build with Gradle 17 | run: ./gradlew build 18 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16dp 4 | 16dp 5 | 6 | 20sp 7 | 18sp 8 | 16sp 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/font/open_sans_semibold.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/General.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.os.Bundle; 4 | 5 | import androidx.appcompat.app.AppCompatActivity; 6 | 7 | public class General extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_general); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bttfive2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bttfour2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bttone2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bttsix2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bttwo2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/ltr2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/ttbone2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/ttbtwo2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/Beauty_tip.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.os.Bundle; 4 | 5 | import androidx.appcompat.app.AppCompatActivity; 6 | 7 | public class Beauty_tip extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_beauty_tip); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/Excercise.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.os.Bundle; 4 | 5 | import androidx.appcompat.app.AppCompatActivity; 6 | 7 | public class Excercise extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_excercise); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/Healthtip.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.os.Bundle; 4 | 5 | import androidx.appcompat.app.AppCompatActivity; 6 | 7 | public class Healthtip extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_healthtip); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/res/anim/btteight2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bttseven2.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_person_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/Weight_loss.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.os.Bundle; 4 | 5 | import androidx.appcompat.app.AppCompatActivity; 6 | 7 | public class Weight_loss extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_weight_loss); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/BalanceActivity.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import androidx.appcompat.app.AppCompatActivity; 4 | 5 | import android.os.Bundle; 6 | 7 | public class BalanceActivity extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_balance); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/StrenghtActivity.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import androidx.appcompat.app.AppCompatActivity; 4 | 5 | import android.os.Bundle; 6 | 7 | public class StrenghtActivity extends AppCompatActivity { 8 | 9 | @Override 10 | protected void onCreate(Bundle savedInstanceState) { 11 | super.onCreate(savedInstanceState); 12 | setContentView(R.layout.activity_strenght); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_email_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_security_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_accessibility_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu_slideshow.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu_gallery.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/test/java/com/saumya/fitofyindia/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.*; 6 | 7 | /** 8 | * Example local unit test, which will execute on the development machine (host). 9 | * 10 | * @see Testing documentation 11 | */ 12 | public class ExampleUnitTest { 13 | @Test 14 | public void addition_isCorrect() { 15 | assertEquals(4, 2 + 2); 16 | } 17 | } -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_format_list_numbered_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu_manage.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #FB6917 4 | #FB6917 5 | #D81B60 6 | 7 | #ddd 8 | 9 | #aaa 10 | #fff 11 | #000 12 | #FFB266 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_enhanced_encryption_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_directions_run_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu_camera.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu_share.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile 22 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_onboarding.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 17 | 18 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 22 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing Guidelines 2 | You can join us [here](https://groups.google.com/d/forum/fitofy-india) .
3 | We are always here to help you in all way possible 🎉 4 | 5 | # General Guidelines 6 | 7 | * Create a branch specific to the issue you're working on, so that you send a PR from that branch instead of the base branch on your fork. 8 | * If you’d like to create a [new-issue](https://github.com/SaumyaSingh1/Fitofy-India/issues/new), please go through our [issue-list](https://github.com/SaumyaSingh1/Fitofy-India/issues) first (open as well as closed) and make sure the issues you are reporting do not replicate the existing issues. 9 | * Have a short description on what has gone wrong (like a root cause analysis and description of the fix), if that information is not already present in the issue. 10 | * If you have issues on multiple pages, report them separately. Do not combine them into a single issue. 11 | -------------------------------------------------------------------------------- /app/src/androidTest/java/com/saumya/fitofyindia/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.content.Context; 4 | 5 | import androidx.test.platform.app.InstrumentationRegistry; 6 | import androidx.test.ext.junit.runners.AndroidJUnit4; 7 | 8 | import org.junit.Test; 9 | import org.junit.runner.RunWith; 10 | 11 | import static org.junit.Assert.*; 12 | 13 | /** 14 | * Instrumented test, which will execute on an Android device. 15 | * 16 | * @see Testing documentation 17 | */ 18 | @RunWith(AndroidJUnit4.class) 19 | public class ExampleInstrumentedTest { 20 | @Test 21 | public void useAppContext() { 22 | // Context of the app under test. 23 | Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); 24 | 25 | assertEquals("com.saumya.fitofyindia", appContext.getPackageName()); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_directions_bike_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/SplashActivity.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.content.Intent; 4 | import android.os.Bundle; 5 | import android.view.View; 6 | import android.widget.Button; 7 | import android.widget.ImageView; 8 | 9 | import androidx.appcompat.app.AppCompatActivity; 10 | 11 | public class SplashActivity extends AppCompatActivity { 12 | 13 | ImageView bgone; 14 | Button btnget; 15 | 16 | @Override 17 | protected void onCreate(Bundle savedInstanceState) { 18 | super.onCreate(savedInstanceState); 19 | setContentView(R.layout.activity_splash); 20 | 21 | bgone = findViewById(R.id.bgone); 22 | btnget = findViewById(R.id.btnget); 23 | 24 | bgone.animate().scaleX(2).scaleY(2).setDuration(5000).start(); 25 | 26 | btnget.setOnClickListener(new View.OnClickListener() { 27 | @Override 28 | public void onClick(View v) { 29 | 30 | Intent a = new Intent(SplashActivity.this, OnboardingActivity.class); 31 | startActivity(a); 32 | } 33 | }); 34 | 35 | } 36 | } -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | # IDE (e.g. Android Studio) users: 3 | # Gradle settings configured through the IDE *will override* 4 | # any settings specified in this file. 5 | # For more details on how to configure your build environment visit 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html 7 | # Specifies the JVM arguments used for the daemon process. 8 | # The setting is particularly useful for tweaking memory settings. 9 | org.gradle.jvmargs=-Xmx1536m 10 | # When configured, Gradle will run in incubating parallel mode. 11 | # This option should only be used with decoupled projects. More details, visit 12 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 13 | # org.gradle.parallel=true 14 | # AndroidX package structure to make it clearer which packages are bundled with the 15 | # Android operating system, and which are packaged with your app's APK 16 | # https://developer.android.com/topic/libraries/support-library/androidx-rn 17 | android.useAndroidX=true 18 | # Automatically convert third-party libraries to use AndroidX 19 | android.enableJetifier=true 20 | 21 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_balance.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | 14 | 20 | 21 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_strenght.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | 14 | 20 | 21 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/Healthactivity.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import android.content.Intent; 4 | import android.os.Bundle; 5 | import android.view.View; 6 | 7 | import androidx.appcompat.app.AppCompatActivity; 8 | 9 | public class Healthactivity extends AppCompatActivity { 10 | 11 | @Override 12 | protected void onCreate(Bundle savedInstanceState) { 13 | super.onCreate(savedInstanceState); 14 | setContentView(R.layout.activity_healthactivity); 15 | } 16 | 17 | public void health_tips(View view) { 18 | Intent i= new Intent(getApplicationContext(),Healthtip.class); 19 | startActivity(i); 20 | 21 | } 22 | public void weight_loss(View view){ 23 | Intent i= new Intent(getApplicationContext(),Weight_loss.class); 24 | startActivity(i); 25 | 26 | } 27 | public void excercise(View view){ 28 | Intent i= new Intent(getApplicationContext(),Excercise.class); 29 | startActivity(i); 30 | 31 | } 32 | public void beauty_tip(View view){ 33 | Intent i= new Intent(getApplicationContext(),Beauty_tip.class); 34 | startActivity(i); 35 | 36 | } 37 | public void general(View view){ 38 | Intent i= new Intent(getApplicationContext(),General.class); 39 | startActivity(i); 40 | 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/Stopwatch.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | public class Stopwatch { 4 | 5 | private long startTime = 0; 6 | private long stopTime = 0; 7 | private boolean running = false; 8 | 9 | 10 | public void start() { 11 | this.startTime = System.currentTimeMillis(); 12 | this.running = true; 13 | } 14 | 15 | 16 | void stop() { 17 | this.stopTime = System.currentTimeMillis(); 18 | this.running = false; 19 | } 20 | 21 | 22 | // elaspsed time in milliseconds 23 | private long getElapsedTime() { 24 | if (running) { 25 | return System.currentTimeMillis() - startTime; 26 | } 27 | return stopTime - startTime; 28 | } 29 | 30 | 31 | // elaspsed time in seconds 32 | long getElapsedTimeSecs() { 33 | if (running) { 34 | return ((System.currentTimeMillis() - startTime) / 1000); 35 | } 36 | return ((stopTime - startTime) / 1000); 37 | } 38 | 39 | 40 | // sample usage 41 | public static void main(String[] args) { 42 | Stopwatch s = new Stopwatch(); 43 | s.start(); 44 | // code you want to time goes here 45 | s.stop(); 46 | System.out.println("elapsed time in milliseconds: " + s.getElapsedTime()); 47 | } 48 | 49 | 50 | } 51 | -------------------------------------------------------------------------------- /app/src/main/res/layout/counter.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 16 | 17 | 26 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_counter.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 16 | 17 | 26 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /app/google-services.json: -------------------------------------------------------------------------------- 1 | { 2 | "project_info": { 3 | "project_number": "220513388376", 4 | "firebase_url": "https://fitofyindia.firebaseio.com", 5 | "project_id": "fitofyindia", 6 | "storage_bucket": "fitofyindia.appspot.com" 7 | }, 8 | "client": [ 9 | { 10 | "client_info": { 11 | "mobilesdk_app_id": "1:220513388376:android:ee4e4fd2db6ebe5d1a472d", 12 | "android_client_info": { 13 | "package_name": "com.saumya.fitofyindia" 14 | } 15 | }, 16 | "oauth_client": [ 17 | { 18 | "client_id": "220513388376-iujdg1v19m7m49i1110b75062m5uv5ks.apps.googleusercontent.com", 19 | "client_type": 1, 20 | "android_info": { 21 | "package_name": "com.saumya.fitofyindia", 22 | "certificate_hash": "8cff96e5e8b61cd5acff0d1e0f3e7268c2dda4a2" 23 | } 24 | }, 25 | { 26 | "client_id": "220513388376-152sud198mfupmgs6oettlqa1nituh88.apps.googleusercontent.com", 27 | "client_type": 3 28 | } 29 | ], 30 | "api_key": [ 31 | { 32 | "current_key": "AIzaSyARfhs8gXIo8WJHaHdiEA8LxrEqfDfD_XA" 33 | } 34 | ], 35 | "services": { 36 | "appinvite_service": { 37 | "other_platform_oauth_client": [ 38 | { 39 | "client_id": "220513388376-152sud198mfupmgs6oettlqa1nituh88.apps.googleusercontent.com", 40 | "client_type": 3 41 | } 42 | ] 43 | } 44 | } 45 | } 46 | ], 47 | "configuration_version": "1" 48 | } -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/SelectActivity.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import androidx.appcompat.app.AppCompatActivity; 4 | 5 | import android.content.Intent; 6 | import android.os.Bundle; 7 | import android.view.View; 8 | import android.widget.Button; 9 | import android.widget.Toast; 10 | 11 | public class SelectActivity extends AppCompatActivity { 12 | 13 | Button btnOrganisation, btnIndividual; 14 | 15 | 16 | @Override 17 | protected void onCreate(Bundle savedInstanceState) { 18 | super.onCreate(savedInstanceState); 19 | setContentView(R.layout.activity_select); 20 | btnOrganisation = findViewById(R.id.btnOrganisation); 21 | btnIndividual = findViewById(R.id.btnIndividual); 22 | 23 | btnOrganisation.setOnClickListener(new View.OnClickListener() { 24 | @Override 25 | public void onClick(View view) { 26 | 27 | /*Intent i = new Intent(getBaseContext(), LoginActivity.class); 28 | startActivity(i); 29 | finish();*/ 30 | Toast.makeText(SelectActivity.this, "Organisation disabled", Toast.LENGTH_SHORT).show(); 31 | } 32 | }); 33 | btnIndividual.setOnClickListener(new View.OnClickListener() { 34 | @Override 35 | public void onClick(View view) { 36 | Intent i = new Intent(getBaseContext(), LoginIndividual.class); 37 | startActivity(i); 38 | finish(); 39 | } 40 | }); 41 | 42 | 43 | 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | apply plugin: 'com.google.gms.google-services' 3 | 4 | android { 5 | compileSdkVersion 29 6 | buildToolsVersion "29.0.2" 7 | defaultConfig { 8 | applicationId "com.saumya.fitofyindia" 9 | minSdkVersion 19 10 | targetSdkVersion 29 11 | versionCode 2 12 | versionName "1.0" 13 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" 14 | } 15 | buildTypes { 16 | release { 17 | minifyEnabled false 18 | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' 19 | } 20 | } 21 | } 22 | 23 | dependencies { 24 | implementation fileTree(dir: 'libs', include: ['*.jar']) 25 | implementation 'androidx.appcompat:appcompat:1.1.0' 26 | implementation 'androidx.constraintlayout:constraintlayout:1.1.3' 27 | implementation 'de.hdodenhof:circleimageview:3.0.1' 28 | implementation 'com.google.firebase:firebase-database:19.2.0' 29 | implementation 'androidx.annotation:annotation:1.1.0' 30 | implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' 31 | testImplementation 'junit:junit:4.12' 32 | androidTestImplementation 'androidx.test:runner:1.2.0' 33 | androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' 34 | implementation 'androidx.cardview:cardview:1.0.0' 35 | implementation 'com.google.firebase:firebase-auth:19.2.0' 36 | implementation 'com.github.msayan:tutorial-view:v1.0.10' 37 | implementation 'com.google.android.material:material:1.0.0' 38 | 39 | } 40 | -------------------------------------------------------------------------------- /app/src/main/java/com/saumya/fitofyindia/AfterLogin.java: -------------------------------------------------------------------------------- 1 | package com.saumya.fitofyindia; 2 | 3 | import androidx.appcompat.app.AppCompatActivity; 4 | 5 | import android.content.Context; 6 | import android.content.Intent; 7 | import android.content.SharedPreferences; 8 | import android.os.Bundle; 9 | import android.view.View; 10 | import android.widget.Button; 11 | import android.widget.TextView; 12 | 13 | public class AfterLogin extends AppCompatActivity { 14 | 15 | Button buttonView, buttonTest; 16 | TextView textViewOrganisation; 17 | SharedPreferences sharedPreferences; 18 | String organisation; 19 | 20 | 21 | 22 | @Override 23 | protected void onCreate(Bundle savedInstanceState) { 24 | super.onCreate(savedInstanceState); 25 | setContentView(R.layout.activity_after_login); 26 | buttonView = findViewById(R.id.buttonView); 27 | buttonTest = findViewById(R.id.buttonTest); 28 | textViewOrganisation = findViewById(R.id.textViewOrganisation); 29 | sharedPreferences = getSharedPreferences("Organisation", Context.MODE_PRIVATE); 30 | 31 | organisation = sharedPreferences.getString("OrgName", organisation); 32 | textViewOrganisation.setText(organisation); 33 | 34 | buttonTest.setOnClickListener(new View.OnClickListener() { 35 | @Override 36 | public void onClick(View view) { 37 | 38 | Intent i = new Intent(getBaseContext(), ClassSectionActivity.class); 39 | startActivity(i); 40 | finish(); 41 | 42 | } 43 | }); 44 | 45 | 46 | buttonView.setOnClickListener(new View.OnClickListener() { 47 | @Override 48 | public void onClick(View view) { 49 | 50 | 51 | } 52 | }); 53 | 54 | 55 | 56 | 57 | 58 | } 59 | } 60 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Fitofy-India 2 | An android application for a Healthy and Fit Nation .
3 | Want to see video of running Application ?
4 | Click here : https://drive.google.com/open?id=1EDsmbbfC6vOWWcHLmBkHyuT21jcMMv-t 5 | 6 | # Setting up the project 7 | Step 1 : Fork, Clone and Remote
8 | Step 2 : Open project in Android Studio 9 | 10 | [Read this](https://medium.com/@singhsaumyas150/contribute-to-open-source-using-git-dd918f81e1ba) to get started 🎉 11 | 12 | # Here are some screenshots of the application 13 | 14 | ![Picture1 (2)](https://user-images.githubusercontent.com/46818757/69555788-bc498780-0fc9-11ea-90dd-607153545e01.png) 15 | ![Picture2 (2)](https://user-images.githubusercontent.com/46818757/69555841-d08d8480-0fc9-11ea-8980-f583356f8346.png) 16 | ![Picture3 (2)](https://user-images.githubusercontent.com/46818757/69555856-d5eacf00-0fc9-11ea-9f27-7244da771395.png) 17 | ![Picture4 (2)](https://user-images.githubusercontent.com/46818757/69555891-df743700-0fc9-11ea-8c77-3e047e550b07.png) 18 | ![Picture5 (2)](https://user-images.githubusercontent.com/46818757/69555903-e3a05480-0fc9-11ea-87b4-241b0e210c1e.png) 19 | ![Picture6 (2)](https://user-images.githubusercontent.com/46818757/69555910-e8650880-0fc9-11ea-9945-070633fd7098.png) 20 | 21 | 22 | # Contributing 23 | Get started with this simple and easy to follow project , it doesn't matter whether you are a beginner or a pro in android-development and open source ! 24 | We are always here to help you out and get started .
25 | Please read our Contributing guidelines [here](https://github.com/SaumyaSingh1/Fitofy-India/blob/master/CONTRIBUTING.md) to get started 💯 26 | 27 | # Contact 28 | For more discussion on the project, You can join Slack Channel [here](https://join.slack.com/t/fitofy-saumyasingh/shared_invite/enQtOTU0OTQ0NzQ1MzYxLTljYjVmOGZhMDU4Y2I3MTAxYzkwNGU3ZWIyYTc2MjE5MWE5MTU5MmM1YjJhZmNlYTQxNmQyNGUxOWZkMzFlMmQ). 29 | 30 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- 1 | 7 | 12 | 13 | 19 | 22 | 25 | 26 | 27 | 28 | 34 | 35 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- 1 | 7 | 12 | 13 | 19 | 22 | 25 | 26 | 27 | 28 | 34 | 35 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_after_login.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | 14 | 21 | 22 | 34 | 35 |