[android-developers] AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
re it does not go off immediately. I will have to wait until tomorrow to verify that it does go off. Any help or input is greatly appreciated! Tommy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

RE: [android-developers] Re: AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
tpAddEvent.getCurrentHour() returns 24 hour format. I updated Calendar.HOUR to Calendar.HOUR_OF_DAY but I have the same issue From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Nobu Games Sent: Monday, July 02, 2012 5:51 PM To: android-develo

RE: [android-developers] Re: AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
h the month. Months have the offset 0, not day of month. On Monday, July 2, 2012 5:31:32 PM UTC-5, Tommy wrote: tpAddEvent.getCurrentHour() returns 24 hour format. I updated Calendar.HOUR to Calendar.HOUR_OF_DAY but I have the same issue From: android-developers@googlegroups.com [mailto:an

RE: [android-developers] Re: AlarmManager not waiting to fire off alarm...

2012-07-02 Thread Tommy Hartz
, Tommy wrote: tpAddEvent.getCurrentHour() returns 24 hour format. I updated Calendar.HOUR to Calendar.HOUR_OF_DAY but I have the same issue From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Nobu Games Sent: Monday, July 02, 2012 5:51 PM To

RE: [android-developers] Re: image show with zoom/pan

2012-07-02 Thread Tommy Hartz
http://bit.ly/NqThF7 not that hard was it.. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of guich Sent: Monday, July 02, 2012 8:33 PM To: android-developers@googlegroups.com Subject: [android-developers] Re: image show with zoom/pan no

RE: [android-developers] Re: Can I use google weather api in commercial app?

2011-08-03 Thread Tommy Hartz
LOL, Seriously if you people would just use GOOGLE and SEARCH for these question you will find an answer. http://www.google.com/support/forum/p/apps-apis/thread?tid=18820aa4b444f705 &hl=en http://stackoverf

RE: [android-developers] School project help needed.

2012-09-06 Thread Tommy Hartz
I had no concept of java or c++ I was a VB.net guy up until I needed to learn android. I just jumped right into Marks book as noted below and then started messing around with sample apps. If you have any programming background pickup up Java isn't hard as long as you know how to use google. If you

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
Yeah what is the app name, I might have access to a nexus 7. I do have access to a 4.0 tablet that does not have any hard menu keys. I'd be happy to take a look and see if I can find the menu. I would consider myself an above average user who should be able to find the menu if it really is there hi

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
On my Acer Iconia Tab I get the soft menu represented by 3 horizontal lines on the toolbar at the bottom that contains the time and battery information. So it defently shows even if there isn't a hard button for the menu. I will say from experience it took me a while to figure out what button was t

[android-developers] Reuse a control

2012-10-01 Thread Tommy Hartz
and short and if I needed to make a change I only had to do it in one place. That is the functionality I am looking for. Thanks in Advance for any help/input, Tommy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] How can I get Date/Time info from API level 21, when Date(), Calendar(), and SimpleDateFormat() all require API level 23.)

2016-07-12 Thread Tommy Paul
The title says it all. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email t

[android-developers] Re: How can I get Date/Time info from API level 21, when Date(), Calendar(), and SimpleDateFormat() all require API level 23.)

2016-07-12 Thread Tommy Paul
The TextClock Widget displays a string wtih the data I need; but then, how can I access that string's content? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

[android-developers] Re: How can I get Date/Time info from API level 21, when Date(), Calendar(), and SimpleDateFormat() all require API level 23.)

2016-07-12 Thread Tommy Paul
Ok I actually figured out the answer, after TWO DAYS of experimenting and getting ideas from Google searches. This is what works to get the date, and put it in a string I can use: In the XML file, I added this line to the TextClock definition: android:format12Hour="dd " of cours

[android-developers] Android Hotspot Sign in

2015-11-30 Thread Tommy Hartono
done wrong? Helps appreciated, Regards, Tommy -- 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-

Re: [android-developers] Re: Can I use my personal 'VERIZON' droid 2 as a dev device also?

2010-08-24 Thread Tommy Hartz
Yeah Verizon is pretty "cool" about not restricting their line of phones. I have a Moto Droid that I use for testing as well as an HTC Aria(AT&T) and I have no issues when it comes to testing my apps from eclipse On Tue, Aug 24, 2010 at 3:53 PM, Maps.Huge.Info (Maps API Guru) < cor...@gmail.com> w

Re: [android-developers] Widget Layout Help Please

2010-09-09 Thread Tommy Hartz
er to other widgets. > > Also, you should not be using pixel dimensions in the layout - use > device-independent "do" units. > > -- > Kostya Vasilyev -- http://kmansoft.wordpress.com > > 09.09.2010 23:42 пользователь "Tommy" написал: > > > H

Re: [android-developers] List of "task killers"

2010-10-07 Thread Tommy Hartz
Yeah those task killers do get in the way of my app as well. I had planned on putting a message up upon first instal after the TOS acceptance saying something like "If you use a Task Killer be sure to set this application on the ignore list or suffer application issues" On Thu, Oct 7, 2010 at 11:0

<    1   2   3   4