Git Product home page Git Product logo

va-kidney-android-1's Introduction

Development Environment

This Project built with default latest Android Studio & SDK Android SDK Version Compiler 27 Testing device: Android 8.0.0

Building the app

  1. Install Android Studio & Android SDK
  2. Open Android Studio and Import the project.
  3. Install Latest Android SDK Tools and Android SDK Platform API 27 from SDK Manager
  4. Create Android Emulator AVD from AVD Manager. Choose Android with Target Android 5.0 Lolipop or newer. Make sure you choose Google APIs Target.
  5. Run the project.

Google Fit Integration

This project uses Google Fit API for Android. You need to follow this instruction to make sure the app works properly. https://developers.google.com/fit/android/get-started

Open Source Project used in this project:

  • com.makeramen:roundedimageview:2.3.0
  • com.github.PhilJay:MPAndroidChart:v3.0.3
  • Glide
  • Retrofit 2
  • Sugar ORM

Open API used in this project:

  • FDA API
  • USDA NDB API

Testing Account

We can register to the app and the data will be stored in the local database. We can log in to the app using the registered account.

Configurations

We can cofigure the FDA API and USDA NDB API endpoint and API key by editing the build.gradle file app/build.gradle

  • final FDA_BASE_URL = "https://api.fda.gov/"
  • final NDB_BASE_URL = "https://api.nal.usda.gov/"
  • final FDA_API_KEY = "M19F7ValXdbz2jGtnLIEG77VgNyw4TQS4JXOY6hW"
  • final NDB_API_KEY = "RRsuimKHTOocPYhmzonbv03mIqN3CB7OGzaQtvlE"

Troubleshooting

If you have trouble with running the app. Please make sure to disable Android Studio Instant Run feature.

Video Demo

Video Demo Challenge 2

https://drive.google.com/file/d/1y8MxAK4QYvccHtGmki6vrkq32IofHXq0/view?usp=drivesdk

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.