[android-developers] Is anyway to make apps support 'app streaming' right now?

2015-12-04 Thread Evan Lin
Google announced a demo for app streaming technology, http://bit.ly/1NMddIz Is anyway we can do to make apps support 'app streaming' right now? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receivi

[android-developers] Seeding a Picasso Image Cache

2013-12-08 Thread Evan Ruff
Hey Guys, I was wondering if anyone had any information, examples or tips about how to seed the Picasso image cache. I'd like to include a number of images in an asset bundle then load those into the Picasso Cache so that I can seamlessly download/dispay all the images without having to create

[android-developers] Nexus 5 Compatibility

2013-11-10 Thread Evan Ruff
Hey Guys, Just updated my application and noticed that the Nexus 5 isn't on the list of compatible devices. Could someone point me in the direction of what changes I need to make to the manifest to get it to show up? Thanks, E -- You received this message because you are subscribed to the Go

Re: [android-developers] Re: Android <> AppEngine SSL Weirdness

2013-02-22 Thread Evan Ruff
3) at org.apache.commons.io.IOUtils.copy(IOUtils.java:1357) at org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:361) Going to AppEngine... anyone else seeing this? E On Friday, February 8, 2013 11:56:58 AM UTC-5, Evan Ruff wrote: > > Hey hey! > > It happens intermittently on Nexus 7s and Motorola Droid

[android-developers] Re: Multi-Page Form with Fragments and Tabs

2013-02-22 Thread Evan Ruff
So I ended up implementing this by putting the switching logic in onBackPressed(); E On Thursday, February 14, 2013 6:28:54 AM UTC-5, Evan Ruff wrote: > > Hey guys, > > I was hoping someone could give me a little insight as to how I can make > my multi-page form work

[android-developers] Multi-Page Form with Fragments and Tabs

2013-02-14 Thread Evan Ruff
ts tossed completely out of the wizard, not returned to the previous page (tab). How should I handle that? Any input would be appreciated! Oh, I'm targeting API 14. Thanks! Evan -- -- You received this message because you are subscribed to the Google Groups "Android Developers

Re: [android-developers] Re: Android <> AppEngine SSL Weirdness

2013-02-08 Thread Evan Ruff
you get that error also on newer ones? > > > On Friday, February 8, 2013 7:30:19 AM UTC-6, Evan Ruff wrote: >> >> Hey guys, >> >> I was wondering if anyone had been experiencing intermittent exceptions >> when securely connecting to an AppEngine serv

[android-developers] Android <> AppEngine SSL Weirdness

2013-02-08 Thread Evan Ruff
Hey guys, I was wondering if anyone had been experiencing intermittent exceptions when securely connecting to an AppEngine servlet through the DefaultHttpClient? I've occasionally been getting execptions about certificates, closed connections, host unknown, etc... but only sometimes. I am usin

Re: [android-developers] Re: Bad View Behavior with Changing ListViews

2012-12-31 Thread Evan Ruff
ter(null) > 3. Or temporarily let Adapter.getCount() return 0 and call > notifyDataSetChanged until the new cursor is loaded. > > > On Wednesday, December 19, 2012 9:23:25 PM UTC-6, Evan Ruff wrote: >> >> Hey guys, >> >> I'm having some funny issues with my ListViews

[android-developers] Bad View Behavior with Changing ListViews

2012-12-19 Thread Evan Ruff
Hey guys, I'm having some funny issues with my ListViews. Generally, I have a ListView activity where the list view takes up the entire activity. The list views are using a custom SimpleCursorAdapter and are using the supportLoaderManager to load in the data. The Loaders are connected to Obser

[android-developers] Re: Error: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length - very annoing

2012-11-29 Thread Evan Ruff
I am getting these issues as well. Did you ever find the solution to the problem? Thanks, E On Tuesday, October 30, 2012 5:24:07 AM UTC-4, Giuseppe wrote: > > Starting SDK 4.1.1 I have continuously the > error: E/SpannableStringBuilder(1068): SPAN_EXCLUSIVE_EXCLUSIVE spans > cannot have a zer

[android-developers] Re: Starting with Loaders, Beginner Questions

2012-11-16 Thread Evan Ruff
how the loading... animation. >> In onStop stop the loading... animation. >> In onStart, if the loading boolean is true, show the loading... animation >> (again). >> When data has been loaded, stop the loading... animation and set the >> loading boolean to 'f

[android-developers] Starting with Loaders, Beginner Questions

2012-11-14 Thread Evan Ruff
Hey guys, I'm beginning to bring my application out of the dark ages (API 7) up to the more recent stuff and I'd like to migrate from my current Singleton data provider to something like the Loader paradigm. I had a couple of question. Currently, when the Application starts, I pull all of my ob

[android-developers] Re: Launch Behavior Issues, 2.3 vs. 4

2012-11-13 Thread Evan Ruff
te all the help from the group! I thought I had checked everything but everyone's input helped me really zero in and fix the issue. Thanks guys! E On Tuesday, November 6, 2012 7:59:55 PM UTC-5, Evan Ruff wrote: > > Hello all, > > I'm having some very frustrating

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Evan Ruff
And... I spoke too soon. When I exported the application and installed it on the device, it goes back to the wonky launch behavior... E On Wednesday, November 7, 2012 2:54:44 PM UTC-5, Evan Ruff wrote: > > So I found an edge case where I was calling finish() on my Launcher > activ

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Evan Ruff
ar so good, will report back with findings if anything changes. E On Wednesday, November 7, 2012 2:12:08 PM UTC-5, Evan Ruff wrote: > > Hey Kostya, > > Thanks for the reply. > > What are the differences in these flag? > > Do you have any insight into how to make the produ

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Evan Ruff
ilyev wrote: > > Evan, > > Eclipse uses a slightly different intent when launching your app than the > Launcher does. The following are log lines from my current project. > > Launcher: > > 11-07 22:39:50.309 I/AccountListActivity(25660): * onCreate: Intent {

[android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-06 Thread Evan Ruff
r, restart the phone, and just use the application that way. The problem occurs when I compile, deploy and install the APK directly. I'm quite baffled by this behavior. Has anyone else had this sort of scenario? I'd appreciate any help anyone could provide. Thanks! Evan -- Y

Re: [android-developers] Re: Transporting to Server Problems

2012-07-31 Thread Evan Ruff
te: > If you are "getting a variety of" errors, as opposed to a single > reproducible error, it could indeed be something goofy with your > connection. Why not at least switch to a solid Wifi connection so you can > eliminate that possibility? > > > On Tuesday, July

[android-developers] Transporting to Server Problems

2012-07-31 Thread Evan Ruff
Hey guys, I'm having some trouble getting my phone collected data up to my servers. I thought that I was getting old fashioned SocketTimeouts due to the phones having a bad connection or something of the like. After jacking up the timeouts WAY up on the phone (120 seconds) and the timeout WAY u

Re: [android-developers] Spinner Styling - Am I Nuts??

2012-07-26 Thread Evan Ruff
AND BOOM. That's where I was getting all turned around. Thanks Mark and Kostya! E On Thursday, July 26, 2012 8:56:06 AM UTC-4, Kostya Vasilyev wrote: > > 2012/7/26 Mark Murphy > >> On Thu, Jul 26, 2012 at 8:44 AM, Evan Ruff wrote: >> > Thanks for the response. Ju

Re: [android-developers] Spinner Styling - Am I Nuts??

2012-07-26 Thread Evan Ruff
Check the layout > used by your adapter's getView(). > > -- K > > 2012/7/26 Evan Ruff > >> Hey guys! >> >> I have a spinner backed up by an ArrayAdapter in my layout. I'd like to >> change the look of the spinner button to match the but

[android-developers] Spinner Styling - Am I Nuts??

2012-07-26 Thread Evan Ruff
Hey guys! I have a spinner backed up by an ArrayAdapter in my layout. I'd like to change the look of the spinner button to match the buttons that are next to it. Here is my Spinner xml: While the bounds of the button (it fills the width/height/weight correctly) and the background wor

Re: [android-developers] Slow Android Developer Account Approval

2012-07-16 Thread Evan Christopher
did you ever get this fixed, going on 5 days now for me and cant get any apps published On Monday, July 16, 2012 12:59:52 AM UTC-7, Alfred Sung wrote: > > I have send an email to the google play team, however i only got the > computer-generate reply. > > My account still pending the registration

[android-developers] android GestureOverlayView gesture layer margin

2012-05-07 Thread Evan
is it possible to give margin only for gesture layer of *GestureOverlayView*.Has anyone tried this before. -- 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 unsubsc

[android-developers] Clossing expanded child views in ExpandableListActivity

2012-01-30 Thread Evan Hackborn
In ExpandableListActivity is there any method to close all the expanded child views ?. I am having some operation(say "Button") in the Header, when i click the Button it is giving a crash, if all the child are not closed otherwise its working fine -- You received this message because you are subs

[android-developers] Gmail sync not working on D2 after gingerbread upgrade -- workaround fix known

2011-10-31 Thread Evan Cooper
After installing the OTA Gingerbread update on my Droid 2, my gmail wouldn't sync. Looking online, it's clearly a common problem. There are a lot of odd solutions including wiping out data, switching setting on and off in between restarts. It turns out that the fix is just enabling Auto Syn

[android-developers] VST plugin that uses EAS as a synthesizer

2011-03-18 Thread Evan Mallory
m not associated with either Google or Sonivox. Hope this is helpful, Evan -- 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 unsubscribe from this group, send e

[android-developers] Re: midi sonivox library help with dls

2011-03-18 Thread Evan Mallory
The Python code in \tools\Jet\JetCreator\ is one example of how to use DLS files with EASDLL.dll. You might start there. Evan On Mar 17, 6:12 am, elik wrote: > Does any one know where I can get some help on the sonivox library. > I'm trying to load a dls file on the sonivox li

[android-developers] JAVA_HOME Not recognized in Tools?

2011-02-08 Thread Evan Ruff
Hey guys, Not to sound like a grump, but why does \tools\lib\find_java.bat ignore the JAVA_HOME environmental variable? I have having to change my config around just to reference this. E -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Development Tools Crashing

2011-02-07 Thread Evan Ruff
gt; We've done some work around this for 10.0 so it should be better. > > Xav > > On Mon, Feb 7, 2011 at 3:23 PM, Evan Ruff > wrote: > > Also, not sure if I tried this previously, but it seems that now I can > get > > the layout editor if I close the opened XML tab,

Re: [android-developers] Development Tools Crashing

2011-02-07 Thread Evan Ruff
Also, not sure if I tried this previously, but it seems that now I can get the layout editor if I close the opened XML tab, wait a minute, then reopen. I still get the "No theme selected" message, but after selecting one it does render properly! E On Mon, Feb 7, 2011 at 6:22 PM, Evan

Re: [android-developers] Development Tools Crashing

2011-02-07 Thread Evan Ruff
a summary of various workarounds here: > > http://kmansoft.wordpress.com/category/tools/ > > The good news is that this is fixed in 3.6SR2, due February 25. > > -- Kostya > > 06.02.2011 18:15, Evan Ruff пишет: > > Hey Guys, > > I'm having a NPE thrown when I try to e

Re: [android-developers] Re: Development Tools Crashing

2011-02-07 Thread Evan Ruff
s=0&d=1 > > These bits are identical to the ADT R9 release except for the compiler > flag to enable debug information. > > -- Tor > > On Mon, Feb 7, 2011 at 11:45 AM, Evan Ruff > wrote: > > Seni, > > I can verify that I am getting the same behavior. First l

Re: [android-developers] Re: Development Tools Crashing

2011-02-07 Thread Evan Ruff
Seni, I can verify that I am getting the same behavior. First load it bombs out. Second load it complains about the Theme. Still working on removing the platforms... E On Mon, Feb 7, 2011 at 2:40 PM, Seni Sangrujee wrote: > I don't know if this helps, but I get different errors in the log whe

Re: [android-developers] Development Tools Crashing

2011-02-07 Thread Evan Ruff
own Eclipse Helios 3.6SR1 > issue. > > I've written a summary of various workarounds here: > > http://kmansoft.wordpress.com/category/tools/ > > The good news is that this is fixed in 3.6SR2, due February 25. > > -- Kostya > > 06.02.2011 18:15, Evan Ruff пишет:

Re: [android-developers] Re: Development Tools Crashing

2011-02-07 Thread Evan Ruff
Xav, I have, ~all the targets since 1.0 installed! Maybe this is breaking everything? I'll remove everything except 1.6 and see if that helps. Also, is there a new version (you mention ADT 10.0). I'm on 9.0, but the Update Manager does not inform me of anything? Thanks for the help! E On Sun,

[android-developers] Development Tools Crashing

2011-02-06 Thread Evan Ruff
uto-complete is taking FOREVER inside Android classes. Is anyone else experiencing something like this? Any ideas how to rectify the situation? Thank you for any help! Evan Here's the details: Eclipse Helios R1, 32-bit Windows installed on Drive E. Projects/Workspace installed on E. Andro

[android-developers] Re: Battery usage indicator

2011-01-28 Thread Evan Andrew Williams
Yes, I second this post. Battery usage is a huge concern of mine as I want to learn to program games, and I don't want my games draining a phone in 2 hours like Dungeon Defenders can. On Jan 26, 2:00 am, Dillon Yang wrote: > Are their currently any API's that can allow developers to track what >

[android-developers] system crash when enable mock location on My Samsung i9000 2.2(ZSJPE)

2010-11-08 Thread Evan
Dear all I got a crash from logcat when I enable mock location in my program. when I call enableMockLocation(true) but no update,the system is crash and reboot. the same program is working on 2.1(ZSJG4) Exeception: 11-08 15:57:23.474: ERROR/AndroidRuntime(7336): *** FATAL EXCEPTION IN SYSTEM PROC

[android-developers] Re: AdMob Analytics?

2010-11-01 Thread Evan Cummings
We've been using Flurry ( http://www.flurry.com ) for various user and event based analytics, works pretty well in my experience. On Oct 31, 4:15 am, William Ferguson wrote: > Is anyone using AdMob analytics to track location and events in their > app? > I haven't been able to find any Android re

[android-developers] Help with GridView, ImageAdapter and Custom Drawable

2010-09-09 Thread Evan Ruff
t ); (Line 5 in the pasted code above) Why does it crash when displaying the second time? Am I fundamentally missing a part of the lifecycle of this object? Any other advice you can give me? Thanks for reading throgh the post! I really appreciate any help I can get! Thanks, Evan Ruff, Atlanta --

[android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-12 Thread Evan Cummings
The complaint document is an interesting read: http://www.scribd.com/doc/35810897/Oracle-Google-Complaint "As a direct and proximate result of Google’s direct and indirect willful copyright infringement, Oracle America has suffered, and will continue to suffer, monetary loss to its business, repu

[android-developers] Re: ADT Crashing Constantly - Background Image Related

2010-08-12 Thread Evan Ruff
Oh forgot to include, that it displays as intended in the emulator. E On Aug 12, 12:09 pm, "{ Devdroid }" wrote: > On 12 August 2010 17:48, Evan Ruff wrote: > > > Hey guys, > > > I don't know if this is the right group, but my ADT keeps crashing > > wh

[android-developers] Re: ADT Crashing Constantly - Background Image Related

2010-08-12 Thread Evan Ruff
.5" android:shadowDy=".5" android:shadowRadius="2" android:typeface="serif" /> and the drawable: http://schemas.android.com/apk/res/android"; android:shape="rectangle"> Which is not displayed at al

[android-developers] ADT Crashing Constantly - Background Image Related

2010-08-12 Thread Evan Ruff
Hey guys, I don't know if this is the right group, but my ADT keeps crashing while editing layout files. I'm not positive, but I think it might have something to do with the background images that I'm attempting to use, as they are not rendered in the preview at all. Is this the appropriate group

[android-developers] Eclipse Helios running SLOW

2010-08-06 Thread Evan Ruff
: -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=512m -Xms128m -Xmx1024m And turn off JAX-WS Proposals in Content Assist Window > Preferences > Java > Editor > Content Assist > Advanced I also disabled JPA and PDE, but you might need them depending on what you're doing. Hope this h

[android-developers] Re: eclipse HELIOS (3.6) Code Assist very slow

2010-08-06 Thread Evan Ruff
After upgrading to Helios, my code assist is dog slow as well. I am currently experimenting with the location of Eclipse (was on D, moving to C) as well as the memory args... E On Jul 8, 7:27 am, gDev wrote: > CodeAssistveryslow > > any soluation for that? -- You received this message because

[android-developers] helloandroid application is not getting displayed in emulator menu

2010-07-28 Thread Evan Hackborn
I am trying to built my first app in Android problem :helloandroid application is not getting displayed in emulator menu . but this app is getting instaled , i am able to uninstall the application from emulator. settings>applications>manage applications>com.helloandroid its size is showing 20.0

[android-developers] Receiving System Intents with Custom Broadcast Receiver

2010-07-19 Thread Evan Cummings
Hello All, I am attempting to listen for system fired Intents, specifically regarding text input, using a class extending BroadcastReceiver. I see there is an Intent called ACTION_INPUT_METHOD_CHANGED (android.intent.action.INPUT_METHOD_CHANGED) which I hope to be able to use to know when the keyb

[android-developers] More about WakeLocks and Services

2010-05-25 Thread Evan Ruff
there a way to accomplish this without using the BroadcastReciever Pattern, as created by Mark Murphy? It's my understanding that the AlarmManager will invoke the Service directly, so can I get a valid wake lock inside of the onHandleIntent method? Thanks! Evan -- You received this message be

[android-developers] ExpandableListAdapter and ImageViews

2010-04-13 Thread Evan Leybourn
Good morning, I am trying to write a small book catalogue application, and I would like to use an expandable list adapter for the main display. My aim is to have the parent showing a list of authors and, once opened, the child should display a list of book titles and thumbnails. I have managed to

Re: [android-developers] Re: Hi has anyone met problem about usb driver of XPERIA X10 (mini)?

2010-03-26 Thread Qingyan(Evan) Liu
Strange thing occurs that sometimes there will be "USB connected with usb icon". Then I can click on it to mount and everything is OK. Sometimes it doesn't work. However, it works though not very stable. Thanks a lot, Kirrrilka! 2010/3/26 Qingyan(Evan) Liu > Yes i'm su

Re: [android-developers] Re: Hi has anyone met problem about usb driver of XPERIA X10 (mini)?

2010-03-25 Thread Qingyan(Evan) Liu
bugging connected and > USB connected with usb icon - this notification gives mount option. > > I just found on my phone that this notification doesn't appear if SD > card not installed. > > Are you sure that you card is installed and works? > > > On Mar 26, 9:33 a

Re: [android-developers] Re: Hi has anyone met problem about usb driver of XPERIA X10 (mini)?

2010-03-25 Thread Qingyan(Evan) Liu
I've not got such "mount option" from phone. Just got a "USB debugging connected" message... 2010/3/26 Kirrrilka > Did you try to do mount option from phone? > It appears in notification area... > > On Mar 26, 5:12 am, "Qingyan(Evan) Liu" wrot

Re: [android-developers] Re: Hi has anyone met problem about usb driver of XPERIA X10 (mini)?

2010-03-25 Thread Qingyan(Evan) Liu
Hi Kirrrilka, Thanks a lot! I've hacked it and succeeded. I've posted the notes to my blog: http://liuqingyan.blogspot.com/2010/03/sony-ericsson-xperia-x10-miniwindows.html The remaining problem is that the SD card cannot be exported to PC. BR/Evan 2010/3/26 Kirrrilka > Possibl

[android-developers] Hi has anyone met problem about usb driver of XPERIA X10 (mini)?

2010-03-24 Thread Qingyan(Evan) Liu
ase help me, thanks a lot! BR/Evan -- 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 unsubscribe from this group, send email to android-developers+unsubscr..

[android-developers] Extended Resources Strategy

2010-02-13 Thread Evan Ruff
zip libraries? Thanks for all your help and input! Evan Ruff *best optimization tool on the web: http://www.gracepointafterfive.com/punypng/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Prevent view from scaling background

2010-02-01 Thread Evan Ruff
me. Is there a way I can just line it up at the top? Thanks! Evan -- 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 unsubscribe from this group, send email

Re: [android-developers] Re: Android in China - What is going on?

2009-11-21 Thread Evan JIANG
I was at Shenzhen last week. It is strange that the google sync doesn't work in Shenzhen, but it works perfectly in Beijing. I hadn't modified any settings. And in Beijing, both CNC network and CMCC APN work fine. Best regards, On Sat, Nov 21, 2009 at 9:26 AM, shimsim wrote: > Hi westmeadboy, i j

Re: [android-developers] Re: Screen Sizes with 1.5, 1.6 and 2.0

2009-11-17 Thread Evan Ruff
Good to know. Thanks! Evan On Fri, Nov 13, 2009 at 2:15 PM, MrChaz wrote: > It seems like the links in the reference are broken > > 1.6 lets you specify which screen sizes you support and what to do in > each case, so you'll be ok compiling against that. I'd still

[android-developers] Screen Sizes with 1.5, 1.6 and 2.0

2009-11-13 Thread Evan Ruff
Hey guys, I've got a quick question about screen size support. Currently, I've got an application that is rockin' along just fine on 1.5 and 1.6. Today the client called and says they want to run on Droid. While I've downloaded the 2.0 SDK, I'm a little wary of compiling against it. Will it break

Re: [android-developers] Re: Widget Layout Frustration

2009-11-11 Thread Evan Ruff
Great tip Matt! Thanks for sharing! E On Wed, Nov 11, 2009 at 9:34 AM, Matt Kanninen wrote: > When I'm 2px off I find negative layout margins help immensely. > > > http://developer.android.com/reference/android/view/ViewGroup.MarginLayoutParams.html > > On Oct 29, 8:

[android-developers] Re: Widget Layout Frustration

2009-11-04 Thread Evan Ruff
't make your > widget look like a shortcut. There's no reason to make it look like a > shortcut if it's a widget. It's just misleading. > > > > > > On Wed, Nov 4, 2009 at 2:05 PM, Evan Ruff wrote: > > RG, > > > My widget manages the state of a S

[android-developers] Re: Widget Layout Frustration

2009-11-04 Thread Evan Ruff
. Is there a way to do that using a shortcut without going with a widget? Otherwise, can you think of another way to use the OS-level resources to render the same sort of thing? Thanks! Evan On Nov 4, 4:59 pm, Romain Guy wrote: > Note that Home uses a custom view derived from TextView to cre

[android-developers] Re: manually update AppWidgetProvider's onUpdate

2009-11-04 Thread Evan Ruff
I don't know if this is EXACTLY kosher, but I've overriden the onRecieve method in my AppWidgetProvider to look like: @Override public void onReceive( Context context, Intent intent ) { this.view = new RemoteViews( context.getPackageName(), R.layout.widget ); if (intent.getAction().equals(

[android-developers] Re: Widget Layout Frustration

2009-11-04 Thread Evan Ruff
:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" > Hope this helps! E On Nov 4, 4:28 pm, Susan wrote: > Evan, > > You may find this post help

[android-developers] Widget Layout Frustration

2009-10-29 Thread Evan Ruff
" > http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity=&quo

[android-developers] Re: Sending/Receiving Java Objects to Server

2009-09-30 Thread Evan Ruff
ep 24, 7:09 am, "nEx.Software" > wrote: > > > > > You could tryprotocolbuffers...http://code.google.com/apis/protocolbuffers/ > > > On Sep 23, 1:11 pm, Evan Ruff wrote: > > > > You know, > > > > I would be awesome if we coul

[android-developers] Re: Sending/Receiving Java Objects to Server

2009-09-23 Thread Evan Ruff
You know, I would be awesome if we could get some sort of native C++ system service to solve this issue. I don't really care WHAT the implementation is, so long as it's blazing fast. Is that even part of the Android thing? E On Sep 23, 4:07 pm, WoodManEXP wrote: > Evan, As far

[android-developers] Sending/Receiving Java Objects to Server

2009-09-23 Thread Evan Ruff
from when the response lands on the Android device until the Object is fully cast: Jackson for JSON 1.0: 17.176 seconds. Native Java Serialization: 36.132 seconds. WOW. Java Serialization is a D-O-G. So with that being said, are there any other strategies/packages I should try to get informatio

[android-developers] Re: Weird height of ScrollView

2009-08-10 Thread Evan Ruff
Doh! That was it! I knew it had to be something simple! Thanks Mark! E On Aug 10, 9:42 am, Mark Murphy wrote: > Evan Ruff wrote: > > then a ScrollView with a > > ListView inside of that > > You should not put a ListView, or any widget that does its own > scrolling, in

[android-developers] Weird height of ScrollView

2009-08-10 Thread Evan Ruff
Hey guys, I'm trying to build an interface and I'm having some trouble with the ScrollView component. Basically, no matter what height I set the ScrollView, it only renders 45px high. Even if I set the height to a fixed pixel number (like, 200px) it still only renders into a tiny area of the scre

[android-developers] MyLocationOverlay and enableMyLocation()

2009-08-01 Thread Evan Ruff
, and my Google Maps application successfully takes location data from DDMS. Can anybody think of a reason why enableMyLocation() would always return false? Thanks! Evan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] ListView and Selectors

2009-07-28 Thread Evan Ruff
range to white. Is that possible to implement in a standardized fashion? Thanks for any tips! Evan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] Re: HTC Hero has multi-touch. SDK support?

2009-07-26 Thread Evan Charlton
2.0 has not been announced, no matter what any bloggers say. Android 2.0 could be 10 years from now for all we know. Evan Charlton On Sun, Jul 26, 2009 at 10:32 PM, patrick aljord wrote: > > On Jul 25, 6:26 pm, Romain Guy wrote: >> Donut is NOT Android 2.0 and there's no mu

[android-developers] Re: How to open or close the soft keyboard by code

2009-07-26 Thread Evan Charlton
http://groups.google.com/group/android-developers/browse_thread/thread/180530f680374493 Evan Charlton On Jul 26, 10:38 pm, Rain wrote: > Does anyone knows how to open or close the soft keyboard by code not > for application development? >

[android-developers] Some Basic Questions

2009-07-21 Thread Evan Ruff
Is there a way to "hide" activities instead of reinflating layouts every time something is called? Thanks for all your help! Evan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers&qu

[android-developers] Re: Lazy-load images into a ListView

2009-07-12 Thread Evan Charlton
e than one thread to > process it. That beats the heck out of trying to keep your own queue to > feed into the AsyncTask class's static queue. Haha, yeah, that code could be cleaner, but it works pretty reliably, so I'm going to avoid replacing it until it becomes the proble

[android-developers] Lazy-load images into a ListView

2009-07-11 Thread Evan Charlton
faster loading next time. This all works perfectly *except* when loading images over the network, they come in on the wrong rows and are sometimes duplicated. I assume that this has to do with the adapter reusing views, but I haven't been able to stamp it out. Thanks for any help or pointers

[android-developers] Re: WebView + Gears

2009-06-29 Thread Evan Ruff
6 am, Mark Murphy wrote: > Evan Ruff wrote: > > Huh, that seems kind of like a curious decision. > > > So, in order to use WebView and have persistent storage, I have to use > > the Javascript -> Android Interface specifically, then either expose > > standa

[android-developers] Re: WebView + Gears

2009-06-29 Thread Evan Ruff
for all your help. I really appreciate you answering my questions so quickly! I have to say that without your help the learning curve for Android Development would be insurmountable. E On Jun 29, 7:03 am, Mark Murphy wrote: > Evan Ruff wrote: > > I was wondering if I can use the Gears To

[android-developers] WebView + Gears

2009-06-28 Thread Evan Ruff
Hey guys, I was wondering if I can use the Gears Toolkit within WebView? I heard a nasty rumor that it was not available in WebView. If Gears is not available, what other storage mechanisms/paradigms are recommended? Thanks! Evan --~--~-~--~~~---~--~~ You

[android-developers] Re: Mouse Events in Browser

2009-06-24 Thread Evan Ruff
LOL! Touche Mr. Murphy. I was referring to the OnMouseDown, OnMouseUp, OnMouseMove family of events in the browser. Are there Android Browser Equivalents that I'm just missing? Thanks! Evan On Jun 24, 1:16 pm, Mark Murphy wrote: > Evan Ruff wrote: > > Nothing on this? Is

[android-developers] Re: Mouse Events in Browser

2009-06-24 Thread Evan Ruff
Nothing on this? Is it really not possible? E On Jun 17, 6:49 pm, Evan Ruff wrote: > Hey guys, > > I was wondering if there was a way to use the mouse events in the > Android Browser or in the Webview? I'd like to have mousedown/mouseup > but if I could get drag events

[android-developers] Re: Security Exception - Browser.BOOKMARKS_URI !

2009-06-24 Thread Evan Charlton
Anything in the com.android.* package is a private API and you should not rely on it as it could break in a future update. Evan Charlton On Jun 24, 2009 10:17 AM, "Shibbs" wrote: Frankly speaking I don't know nor I have any evidence - Got this permission over the net, tried i

[android-developers] Mouse Events in Browser

2009-06-17 Thread Evan Ruff
Hey guys, I was wondering if there was a way to use the mouse events in the Android Browser or in the Webview? I'd like to have mousedown/mouseup but if I could get drag events that would be great! Anyway to do this? Thanks! Evan --~--~-~--~~~---~--~

[android-developers] Re: Extending contacts

2009-06-16 Thread Evan JIANG
I suggest you to save these extra data to your own database. Best regards, On Wed, Jun 10, 2009 at 6:12 PM, wrote: > Hi, > > I'm trying to see how extra information can be attached to contacts entries. > Looking at the SDK reference, I stumble upon the Contacts.Extensions > (http://developer.an

[android-developers] Webview: CSS Gradients vs Background Images

2009-05-28 Thread Evan Ruff
you'd get with a poorly optimized .GIF, circa 1998. Would a tiled image degrade performance? I like the idea of the CSS as I can change the size of the elements easily for future phones, but I'm not sure if the visual hit is worth it. Thanks for any help! Evan --~--~-~--~~

[android-developers] Re: RPC Best Practices

2009-05-25 Thread Evan Ruff
Alright, I'm going to give it a shot. I will report back. Thanks! Evan On May 25, 1:21 pm, Mark Murphy wrote: > Evan Ruff wrote: > > I've been living over in GWT land for the last year or so, so I guess > > I've gotten spoiled. GWT's whole "object&l

[android-developers] Re: RPC Best Practices

2009-05-25 Thread Evan Ruff
d performance-acceptable manner. I know I sound like a baby and should just suck it up and write it myself, but I'm trying to integrate my system in with a number of existing POJOs and it would be VERY time consuming to have to write the transporters for each one. Thanks for your help!

[android-developers] RPC Best Practices

2009-05-25 Thread Evan Ruff
me to any tutorials that have some solid examples on how to get this implemented and going? Thanks! Evan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: About PinyinIME in android-1.5

2009-05-12 Thread Evan JIANG
I guess, first, it's not so stable yet, still some of bugs need to be fixed before release it. 2nd, G1 and other android devices are not shipped to China Mainland so far. So they do not need to include this in this version, which is built as G1 android-1.5 firmware update. Best regards, On Wed, M

[android-developers] Re: Dailouge box disappears after flipping the device

2009-05-12 Thread Evan Charlton
Please do not do it this way. Dialogs should be shown using managed dialogs. Please consult the documentation, or see this link for an example: http://www.androidcompetencycenter.com/tag/activity-managed-dialogs/ Evan Charlton On Tue, May 12, 2009 at 8:16 AM, Android Users wrote: > Repea

[android-developers] Re: Location of Gears Local DB

2009-05-05 Thread Evan Ruff
I was afraid of that :-)! In case anyone else is wondering, I was able to troubleshoot my issue using the tools included in the standard gears SDK distro. There's a database.html file in there that will let you run SQL against any target. I used it to double check my DB. E On May 5, 10:59 am, "

[android-developers] Location of Gears Local DB

2009-05-05 Thread Evan Ruff
hey guys, I was wondering if anyone could direct me to where Gears is putting the local SQL Lite DBs. I can't seem to find it mentioned in the documentation anywhere! Thanks! Evan --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-developers] Re: Eclipse + cupcake + other android projects in build path = VerifyError

2009-04-29 Thread Evan JIANG
Well, I met the same issue. Does anyone have any idea about this? Best regards, On Tue, Apr 28, 2009 at 11:14 PM, Guillaume Perrot wrote: > > We have an application cut into 3 android projects: > * Project REAL (the real android project) > * Project LIB1 (an android project without any activity,

[android-developers] Re: Bus error when running 1.5 emulator

2009-04-21 Thread Evan JIANG
I've submitted a patch for this bug https://review.source.android.com/Gerrit#change,9597 If you'd like, I can mail you the binaray file I built. Best regards, On Tue, Apr 21, 2009 at 7:58 AM, Peter wrote: > > Ok, my problem has returned, so the above fix wasn't it. Here's my > crash report. An

[android-developers] Re: Nightly Build for Emulator

2009-04-09 Thread Evan Ruff
Hey Al, Sorry to bother you about this, but when I installed your package, I can't seem to get any network access. When I used the regular emulators, I get 3G without problem, but your dist seems to say no connection. Any ideas? Thanks! E On Apr 9, 10:50 am, "Al Sutton" wrote: > There have b

[android-developers] Re: Nightly Build for Emulator

2009-04-09 Thread Evan Ruff
That's just want I was looking for. Thanks Al! E On Apr 9, 10:50 am, "Al Sutton" wrote: > There have been no checkins I'm aware of since my builds at; > > http://andappstore.com/AndroidPhoneApplications/sdk/ > > Regards, > > Al. > > --- > > * Written an Android App? - List it athttp://andapps

  1   2   >