Skip to content

Commit

Permalink
Temporary remove of realm from example
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Jul 1, 2016
1 parent 0597663 commit 6a2e6e5
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 1,132 deletions.
6 changes: 3 additions & 3 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ repositories {

dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':MPChartLib-Realm') // clone "https://github.com/PhilJay/MPAndroidChart-Realm" to get this or uncomment the gradle dependency below:
//compile 'com.github.PhilJay:MPAndroidChart-Realm:v1.0.0'
//compile project(':MPChartLib-Realm') // clone "https://github.com/PhilJay/MPAndroidChart-Realm" to get this or uncomment the gradle dependency below:
//compile 'com.github.PhilJay:MPAndroidChart-Realm:v0.9.9'

//compile project(':MPChartLib')
compile project(':MPChartLib')
compile 'com.android.support:appcompat-v7:23.1.1'
//compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
//compile 'com.github.PhilJay:MPAndroidChart:v2.2.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import com.xxmassdeveloper.mpchartexample.StackedBarActivity;
import com.xxmassdeveloper.mpchartexample.StackedBarActivityNegative;
import com.xxmassdeveloper.mpchartexample.fragments.SimpleChartDemo;
import com.xxmassdeveloper.mpchartexample.realm.RealmMainActivity;

import java.util.ArrayList;

Expand Down Expand Up @@ -275,8 +274,8 @@ public void onItemClick(AdapterView<?> av, View v, int pos, long arg3) {
startActivity(i);
break;
case 28:
i = new Intent(this, RealmMainActivity.class);
startActivity(i);
//i = new Intent(this, RealmMainActivity.class);
//startActivity(i);
break;
case 29:
i = new Intent(this, LineChartTime.class);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6a2e6e5

Please sign in to comment.