Private
Public Access
1
0

Hook up and tweak UI to DB. Now stuck because simplexml uses too much memory.

This commit is contained in:
Kevin Whitaker
2015-11-19 23:43:26 -05:00
parent edeaa695c5
commit a938ef0512
11 changed files with 128 additions and 15 deletions

View File

@@ -2,6 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.magnatune.eyecreate.companionformagnatune" >
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"