diff --git a/ParseListLoaderExample/AndroidManifest.xml b/ParseListLoaderExample/AndroidManifest.xml new file mode 100644 index 0000000..3f05666 --- /dev/null +++ b/ParseListLoaderExample/AndroidManifest.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ParseListLoaderExample/build.gradle b/ParseListLoaderExample/build.gradle new file mode 100644 index 0000000..fb5b762 --- /dev/null +++ b/ParseListLoaderExample/build.gradle @@ -0,0 +1,28 @@ +apply plugin: 'com.android.application' + +dependencies { + compile 'com.android.support:recyclerview-v7:21.+' + compile project(':ParseLoginUI') + compile rootProject.ext.androidSupport + compile files(rootProject.ext.parsePath) +} + + +android { + compileSdkVersion rootProject.ext.compileSdkVersion + buildToolsVersion rootProject.ext.buildToolsVersion + + defaultConfig { + minSdkVersion rootProject.ext.minSdkVersion + targetSdkVersion rootProject.ext.targetSdkVersion + } + + sourceSets { + main { + manifest.srcFile 'AndroidManifest.xml' + java.srcDirs = ['src'] + res.srcDirs = ['res'] + } + } +} + diff --git a/ParseListLoaderExample/res/drawable-xxhdpi/ic_launcher.png b/ParseListLoaderExample/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..324e72c Binary files /dev/null and b/ParseListLoaderExample/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/ParseListLoaderExample/res/layout/activity_list_view.xml b/ParseListLoaderExample/res/layout/activity_list_view.xml new file mode 100644 index 0000000..64af1ec --- /dev/null +++ b/ParseListLoaderExample/res/layout/activity_list_view.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/ParseListLoaderExample/res/layout/activity_main.xml b/ParseListLoaderExample/res/layout/activity_main.xml new file mode 100644 index 0000000..ded4c24 --- /dev/null +++ b/ParseListLoaderExample/res/layout/activity_main.xml @@ -0,0 +1,40 @@ + + + +