[android-developers] Overlays Erased on Screen Orientation Change

2010-04-13 Thread JFrog
the Overlay list. Its probably straight forward and I'm just not catching it. Any helpful hints? ~ JFrog Debugging is twice as hard as coding something the first time. Therefore, if you write the code as cleverly as possible, you are, by definition not smart enough to debug it. -- You received

[android-developers] Re: Overlays Erased on Screen Orientation Change

2010-04-13 Thread JFrog
, but the overlays need to contain information in them when interacted with to relay data back to the user. It sounds like you pointed me down a track that I'd hadn't considered yet, thanks. ~ JFrog Debugging is twice as hard as coding something the first time. Therefore, if you write the code as cleverly

[android-developers] Re: GPS Queueing in LocationListener

2010-03-23 Thread JFrog
that range. That's my current thoughts. Thanks for the input Mike. ~ JFrog Debugging something is twice as hard as coding it up the first time. Therefore, if we code something up as cleverly as possible, we are by definition not smart enough to debug it -- You received this message because you

[android-developers] GPS Queueing in LocationListener

2010-03-22 Thread JFrog
to connect them with several updates. I'm trying to understand the reasoning behind why it would do this, rather than just provide me with actual GPS signals received when they are available. Any have any thoughts or notice of these values building up like this? ~ JFrog Debugging something is twice

[android-developers] Google Labs API and Scale Overlay

2010-03-17 Thread JFrog
on pixel width translations on the screen if the tool is readily available for me to call upon already. Does anyone have any information regarding this? ~ JFrog Debugging something is twice as hard as coding it up the first time. Therefore, if we code something up as cleverly as possible, we

[android-developers] Re: Overlay in Bounded Lat Long Possible?

2010-03-16 Thread JFrog
. It would have been nice if the android had included imports of bounded image files. ~ JFrog Debugging is twice as hard as coding something the first time. Therefore, if you make your code as clever as possible, you are by definition, not smart enough to debug it. -- You received this message

[android-developers] Overlay in Bounded Lat Long Possible?

2010-03-10 Thread JFrog
only asks for a center point and then sizes the object appropriately. It seems odd that this feature wouldn't exist but I can't find anything to hint that it does exist. Thoughts? ~ JFrog Debugging is twice as hard as coding something the first time. Therefore, if you make your code as clever

[android-developers] Re: how to stop accelerometer sensor running in background?

2010-02-04 Thread JFrog
if you areOrCould disable the provided service at the system level. ~ JFrog Debugging something is twice as hard as coding something the first time. Therefore, if we write something as cleverly as possible, then we are by definition not smart enough to debug it. On Feb 4, 10:12 am, JP

[android-developers] Re: Temperature Sensors

2010-02-02 Thread JFrog
not define how the hardware gets its reading. Also, make sure that your device actually has one of those sensors. Just because the sensor exists in the API means that the phone you are using actually has that sensor available to you. ~JFrog Debugging something is twice as hard as coding it the first time

[android-developers] Re: background services

2010-01-29 Thread JFrog
. ~ JFrog Debugging something is twice as difficult as coding something the first time. Therefore, if we make the code as clever as possible, we are by definition not smart enough to debug it. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: background services

2010-01-29 Thread JFrog
. ~ JFrog Debugging something is twice as difficult as coding something the first time. Therefore, if we make the code as clever as possible, we are by definition not smart enough to debug it. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Getting a TextView to span the length of the screen

2010-01-28 Thread JFrog
Not sure if this is relevant to what you are handling in your application, but I've head that droiddraw is a possible tool for handling layouts in a graphical nature. I haven't personally used the tool and it doesn't seem all that sophisticated but it may help with layout issues. ~JFrog

[android-developers] Re: ContextResolver for existing applications

2010-01-21 Thread JFrog
online. If someone is already providing a consumable function for me, why code one up. ~ JFrog Debugging is twice as difficult as coding something the first time. Therefore, if we make our code as cleverly as possible, then by definition we are not smart enough to debug it. On Jan 20, 5:24 pm

[android-developers] Market access on the emulator?

2010-01-20 Thread JFrog
. What is the appropriate approach for a situation like this at the present state of the SDK and tools that are available to us? ~ JFrog Debugging is twice as hard as coding something the first time. Therefore, if we write the code as cleverly as possible, we are by definition not smart enough

[android-developers] ContextResolver for existing applications

2010-01-20 Thread JFrog
as the developers would need to know the correct parameters to pull on that data. Is there a program similar to the concepts behind the UDDI within the phone structure that lets the user know what activities are running, what contexts are provided...etc.? ~ JFrog Debuggins is twice as difficult as coding

[android-developers] Rules Engine for Android

2010-01-14 Thread JFrog
that the Android already supports? If so, the secondary option would be to take the existing set of rules and change the syntax around so that we could use the Android compliant rules engine and the existing code. ~JFrog Debugging is twice as hard as coding something the first time. Therefore, if you

[android-developers] Custom Google Marketplace

2010-01-14 Thread JFrog
. ~JFrog Debugging is twice as hard as coding something the first time. Therefore, if you write the code as cleverly as possible, you are, by definition not smart enough to debug it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Custom Google Marketplace

2010-01-14 Thread JFrog
That makes an awful lot of sense and should be somewhat straightforward. Appreciate the quick response. On Jan 14, 3:32 pm, Mark Murphy mmur...@commonsware.com wrote: JFrog wrote: Are there any applications out there that anyone else has used for local distribution of their applications

[android-developers] Re: Client / Server, JBoss or Apache Tomcat

2010-01-11 Thread JFrog
to put restrictions on me. I like the concept of programming on the Android, I just need a broader clarification of the programming concept for issues such as these. ~ JFrog -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Client / Server, JBoss or Apache Tomcat

2010-01-11 Thread JFrog
? ~JFrog -- 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...@googlegroups.com For more options, visit

[android-developers] Re: Client / Server, JBoss or Apache Tomcat

2010-01-11 Thread JFrog
I suppose the answer you are looking for is this: you will have to run Tomcat as a service on the Android. I'll get the chance to analyze the service structure of the Android SDK within the short future. Things will start falling into place over time and you answer is probably suited to a

[android-developers] Re: Client / Server, JBoss or Apache Tomcat

2010-01-11 Thread JFrog
This is an informative response. That paragraph there from Kevin Duffey hit on the concepts that I was trying to solidify regarding the architecture that the Android SDK lives within. However, if you are trying to figure out if you can just take any exectuable app like jboss/tomcat and run it

[android-developers] Client / Server, JBoss or Apache Tomcat

2010-01-10 Thread JFrog
? And if there is any existing client/server applications such as JBoss and Apache, what are any suggestions? ~ JFrog Debugging is twice as hard as coding something the first time. Therefore, if we write the code as cleverly as possible, you are by definition not smart enough to debug it. -- You