Author Archives: iy312

Concept development for final presentation

What part of the system of how we care for bodies, or how we make and maintain our buildings, interests…

Blog Read More

Final Project Document : Runner Maker

The goal of Final project : 1.Pulling data out from fitbit API : 2.Creating Pseudo User Interface : 3.Creating Processing…

Blog Read More

UK Inflation data sonficiation

UK Inflation data sonficiation I tried to sonfiy UK inflation rate from 1948 to current. For me, just listening to…

Blog Read More

Carbon Footprint Calculator

Carbon Footprint Calculator For this week assignment, finding carbon footprint calculator and try to measure my carbon footprint. Firstly, I’ve…

Blog Read More

Using MyTrack API into Eclipse

How to import myTrack data into Eclipse? Mytrack is an Android app in google play that can records your path,…

Blog Read More

Opening Data to Public.

How would the Medical Health care system be like in the near future? The Chief Technology Officer of the United…

Blog Read More

Camera Capture with full size image

Full fuction Camera package com.example.largedispalycamera; import java.io.File; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import…

Blog Read More

Android Development basic

Toast package com.example.toastapp; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.TextView; import android.widget.Toast; public class MainActivity…

Blog Read More