RE: [android-developers] AlarmManager Not Firing Receiver

2010-02-28 Thread Nick Owens
hen I run the other project in the emulator! Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: S

Re: [android-developers] AlarmManager Not Firing Receiver

2010-02-28 Thread Nick Owens
Mark: Is it awful obvious I'm new at this. Thanks for the tip - the bare intent must be my problem. I'm not used to all this obfuscation. I guess you just have to memorize what calls what. Or read your book a few times :) Thanks, Nick Owens VP Technology, ThreeClix (847) 56

RE: [android-developers] AlarmManager Not Firing Receiver

2010-02-28 Thread Nick Owens
, "Resource ID: " + Long.toString(res_id)); } } Using your example, how can I attach the Bundle received in OnAlarmReceiver to the Intent sent as an argument in the doWakefulWork() function? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 A

RE: [android-developers] Re: AlarmManager Not Firing Receiver

2010-02-28 Thread Nick Owens
hanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of nikhil Sent: Saturday, February 27, 2010 3:22 PM To: Android Devel

RE: [android-developers] App Name

2010-02-28 Thread Nick Owens
r activity? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Saturday, February 27, 2010 6:12 PM T

[android-developers] App Name

2010-02-27 Thread Nick Owens
Developers: Does anyone know a way to have the name of the app, as shown in the menu be different than the title shown for the app on the launcher activity? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -- You received this message

[android-developers] AlarmManager Not Firing Receiver

2010-02-27 Thread Nick Owens
following PDF (Page 25), it suggests a fully-qualified app name intent-filter: http://docs.huihoo.com/google/io/2009/W_0300_CodingforLife-BatteryLifeThatIs .pdf Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -- You received this

RE: [android-developers] Re: Usability: State vs Verb

2010-02-26 Thread Nick Owens
long-click brings up a context menu, that's a separate issue altogether and the word "Unlocked" doesn't help either unless it says "Unlocked (press+hold to change)". Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 54

RE: [android-developers] Usability: State vs Verb

2010-02-26 Thread Nick Owens
screen and the actions in the context - in my experience, that has the most consistency across all software. I think you're too deep into the analysis on this one and need to take a step back - sometimes that happens when we stare at something too long. Thanks, Nick Owens VP, ThreeClix Offic

FW: [android-developers] Re: FormatDateTime

2010-02-25 Thread Nick Owens
led "reflection" anyways? Is it like "reflecting" on all those previous SDK versions and thinking about the special times we had w/ them? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: N

RE: [android-developers] Re: FormatDateTime

2010-02-25 Thread Nick Owens
return finalDateTime; } } ... } Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Beh

RE: [android-developers] Re: FormatDateTime

2010-02-25 Thread Nick Owens
t compile. Or can I build it for Android 1.2 but allow users of 1.1 to download it by specifying a different min-SDK level than it is built for? If so, can I write a conditional instruction based on the device's SDK level? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847

[android-developers] Free Version of App

2010-02-24 Thread Nick Owens
ince free app } else { // allow usage of this feature for full version } Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -- You received this message because you are subscribed to the Google Groups "Android Developers"

RE: [android-developers] FormatDateTime

2010-02-24 Thread Nick Owens
right? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Wednesday, February 24, 2010 9:51

RE: [android-developers] FormatDateTime

2010-02-24 Thread Nick Owens
Max, flags); return finalDateTime; So when it was switched over from a Library to a built-in Class, was this function removed? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904

RE: [android-developers] FormatDateTime

2010-02-24 Thread Nick Owens
eTimeString()" (returns 0 results) If I include the word DateUtils, I get 1000+ results for older code, which includes import android.text.format.DateUtils or a similar library. Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Origi

[android-developers] FormatDateTime

2010-02-24 Thread Nick Owens
AM" or "10 mins ago", etc. Awesome little function, right? Can't find a replacement ANYWHERE! Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -- You received this message because you are subscribed to the Google Gr

[android-developers] AlarmManager and BootReceiver?

2010-02-24 Thread Nick Owens
So, which statement do I believe or am I misinterpreting one of the statements? I suppose when the power is turned off or back on, Android itself could call the cancel() function on all alarms. I guess it would help if it said that after the second sentence. Thanks, Nick Owens VP, ThreeClix Office: (9

[android-developers] Find/Set Value of Spinner

2010-02-23 Thread Nick Owens
ray_spinner); s.setAdapter(adapter); s.setSelection(2); So, the question is how do I get from "red" to "2"?! There must be some setSelectionByValue() or getSelectionIndex() function, right? Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 5

RE: [android-developers] Re: WakeLock finalized while still held?

2010-02-19 Thread Nick Owens
sts throughout the day. 99% of the requests return no response and worst case, the 1 or 2 responses in the day are less than 300b. I pulled more battery life watching that video you sent me, while I was driving to get lunch. Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847)

RE: [android-developers] Focus Hover On App Icon?

2010-02-19 Thread Nick Owens
Mark: No joy on the "state_selected" but thanks for the ideas. I'll just let it look like an orange square. Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: android-developers@g

RE: [android-developers] Re: WakeLock finalized while still held?

2010-02-19 Thread Nick Owens
ies checking to tell them if there is a security breach in a monitored warehouse. W/ the iPhone, it's obviously not a problem b/c of the APNS service. I'm only going this way b/c as I understand it, there is no way to address/send a message to a user device (other than SMS) in rea

RE: [android-developers] Focus Hover On App Icon?

2010-02-19 Thread Nick Owens
10 1:24 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Focus Hover On App Icon? Nick Owens wrote: > I'm wondering if there's any way to switch out the application icon the main > category, when the focus scrolls over it. I'm not sure if I could send a

RE: [android-developers] Re: WakeLock finalized while still held?

2010-02-19 Thread Nick Owens
t! Sounds backwards right? Don't put in a release command and it releases it; put in a release command, and it won't! But it works! Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904) 540-5830 -Original Message- From: andro

RE: [android-developers] Custom ListView

2010-02-19 Thread Nick Owens
eLine(true); subhead.setTypeface(Typeface.DEFAULT_BOLD); subhead.setText(value); subhead.setPadding(0, 10, 0, 0); table.addView(subhead, layoutParams); } Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours: (904

[android-developers] Focus Hover On App Icon?

2010-02-19 Thread Nick Owens
ose Droid Hover orange as the logo color. When not hovered on, it looks like a series of orange swoops. But when hovered, it looks exactly like an orange square! Crap, crappity crap crap, help me please! Thanks, Nick Owens VP, ThreeClix Office: (904) 429-7039 Mobile: (847) 565-9392 After Hours:

[android-developers] WakeLock finalized while still held?

2010-02-19 Thread Nick Owens
For the experts listening... I have a background service running and I sometimes, but not always, receive the following error when clicking on a notification, which opens the main App activity. WakeLock finalized while still held In my search for an answer, I read the post below: http://www.mai