Code Monkey home page Code Monkey logo

mobilesoftware_diet's Introduction

2022 모바일 소프트웨어 학기말 프로젝트 - 다이어트 앱 만들기

당신을 위한 똑똑한 식단관리 어플 "식플"

image

  • 대표 기능
  1. 식사 입력하기

    • 음식 사진, 이름, 수량, 소감 및 내용, 식사 시간 입력
    • 구글맵을 통해 장소 입력
  2. 식사 보여주기

    • 입력했던 식사 리스트를 날짜와 함께 보이기
    • 캘린더 연동 및 한달간의 식사 리스트 제공 (+ 하루동안의 식사 리스트 제공)
    • 리스트 터치 시 입력했던 내용 팝업
  3. 식사 분석하기

    • 식사를 입력하면 해당 음식에 대한 칼로리가 저장되어 보여짐
    • 하루동안의 식사에 대한 칼로리 총량 계산하여 보여줌

    ++ 칼로리는 csv 파일을 통해 저장되며 csv 파일에 없는 음식은 임의로 칼로리가 저장됨


ps. 구글맵 API 사용을 위해 개인이 키를 발급받아 입력해야 함
1. local.properties에 
     MAPS_API_KEY="(key)"
     PLACE_API_KEY="(key)" 입력,
2. Manifest의
     <meta-data
        android:name="android.app.lib_name"
        android:value="(key)" /> 입력    

mobilesoftware_diet's People

Contributors

yeahh315 avatar dongjaj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.