[android-developers] Any news about large apps in the market?

2011-07-11 Thread James Moore
At the 24:10 mark in the video from Google IO, support for large apps in the market was announced, coming in June: http://www.google.com/events/io/2011/sessions/android-market-for-developers.html Any more recent news about this? -- You received this message because you are subscribed to the Goo

[android-developers] TextView, EditView, cut/copy/paste, select - how do I get what I want?

2011-07-01 Thread James Moore
dragging. * Text looks like a TextView, without the white background and rounded corners of EditText. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Problem scrolling webview with javascript scrollIntoView() method

2010-08-26 Thread James Moore
py the string passed to loadUrl and paste it into a non-android Chrome session that has the same HTML as the Android app, and I get exactly the scrolling behavior I'd expect. Suggestions? Is there something special about scrolling and webviews that I'm missing? -- James Moore | ja

[android-developers] Traceview, permissions, and java.lang.RuntimeException: file open failed

2010-08-16 Thread James Moore
gging through Eclipse? Aren't permissions normally set at install time (which doesn't happen in a normal way when you're debugging)? -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Group

[android-developers] Setting the priority for a service

2010-08-13 Thread James Moore
.) Or would you just run the phonecall software outside Android in a normal Linux process and communicate with Android apps over sockets? -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] How to communicate from Javascript back to an app?

2010-05-12 Thread James Moore
it looks like this: public void callThisJavaMethod(Object x) { ... I get null. If it looks like this: public void callThisJavaMethod(String x) { ... I can get a string. I'll just turn everything I care about into json, works well enough. -- James Moore ja...@restphone.com http://jamesmoo

[android-developers] How to communicate from Javascript back to an app?

2010-05-12 Thread James Moore
the call on the javascript side don't survive the trip (I just get null in the app). Gross hacks seem obvious (open a url and encode the data in the url), but that can't be right. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because

Re: [android-developers] Android Pre Compile step just became very slow

2010-05-10 Thread James Moore
On Mon, May 10, 2010 at 3:17 PM, James Moore wrote: > On Mon, May 3, 2010 at 4:01 PM, Xavier Ducrohet wrote: >> If you're using Eclipse, go to the preferences and under Android > >> Build, set the output to verbose. > > Where should you see this verbose output?  I se

Re: [android-developers] Android Pre Compile step just became very slow

2010-05-10 Thread James Moore
o see the verbose output. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscr

Re: [android-developers] Re: Scala, Android, Eclipse - not including Scala jar?

2010-05-10 Thread James Moore
a library without proguard (or something else) first stripping it down. It's not something you can bypass easily. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers

Re: [android-developers] Re: Scala, Android, Eclipse - not including Scala jar?

2010-05-04 Thread James Moore
;s some discussion going on right now on the scala-ide mailing list (http://groups.google.com/group/scala-ide-user) about updating the wiki pages to capture how this should be done. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because y

[android-developers] Scala, Android, Eclipse - not including Scala jar?

2010-04-28 Thread James Moore
4 16-bit code units catches : (none) positions : 0x line=3 locals: 0x - 0x0004 reg=0 this Lhello/world/SomeScalaClass; Virtual methods - source_file_idx : 20 (SomeScalaClass.scala) But shouldn't the dex file include some reference to the