You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,6 +98,7 @@ _ don't let the examples get overwritten with other mode stuff
84
98
_ the whole sketch.properties thing is yech
85
99
86
100
_ add INTERNET permissions to the android net examples
101
+
_ or other necessary permissions for other examples
87
102
88
103
_ go through all basics/topics examples
89
104
_ remove those that don't make sense with android
@@ -117,15 +132,13 @@ _ check out andres' changes for PShape
117
132
118
133
_ re: android libraries, from shawn van every
119
134
The most powerful part were the libraries (and the ease with which they could be developed). Location, SMS, Camera/Video, Bluetooth (for Arduino integration) and PClient/PRequest were by far the most used. The ones that came with it, plus the ones from MJSoft were good though I ended up making a couple of very specific ones for my students: http://www.mobvcasting.com/wp/?cat=4
135
+
120
136
_ separate activity and view
121
137
_ process trackball events (they're only deltas)
122
138
_ handle repeat key events
123
139
_ implement link()
124
140
_ need to post android examples
125
141
126
-
_ try using the internal javac on windows and see if exceptions come through..
127
-
_ actually i think that might have been worse...
128
-
129
142
_ instructions on installing the usb driver for windows
130
143
_ http://developer.android.com/sdk/win-usb.html
131
144
@@ -147,10 +160,6 @@ _ to create the new sdk object
147
160
148
161
_ need to do something to make it easier to do new screen sizes.
149
162
150
-
_ add method to bring up the keyboard in sketches
151
-
_ actually, just write an example of how to do it, since holding menu works
0 commit comments