Android Open Source - ecg My Application






From Project

Back to project page ecg.

License

The source code is released under:

Copyright (C) 2013 Plasty Grove <plasty.grove@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Softwar...

If you think the Android project ecg listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

/*
 * Released under MIT License http://opensource.org/licenses/MIT
 * Copyright (c) 2013 Plasty Grove/*  w  ww .  jav  a2 s  .  c o m*/
 * Refer to file LICENSE or URL above for full text 
 */

package com.blueserial;

import android.app.Application;

public class MyApplication extends Application{

  @Override
  public void onCreate() {
    // TODO Auto-generated method stub
    super.onCreate();
  }

}




Java Source Code List

com.blueserial.ActivityHelper.java
com.blueserial.GraphView.java
com.blueserial.Homescreen.java
com.blueserial.MainActivity.java
com.blueserial.MyApplication.java