[android-developers] Calendar Day of Year issue

2011-05-08 Thread Tony Rudzki
Does the Day of Year work? All I'm trying to do is get the current day count. For example, if it was Jan 3rd, the day count would be 3. If it were Feb 2nd the day count would be 33. Calendar rightNow = Calendar.getInstance(); int daycount = rightNow.get(DAY_OF_YEAR); This doesn't seem to

[android-developers] Developing on Inspire 4G

2011-04-29 Thread Tony Rudzki
Is there something special I have to do to allow me to download the app I'm working on to my real-life ATT Inspire 4G so that I can test it on real hardware? Right now Eclipse and the SDK don't seem to recognize the phone when its plugged in and I can only develop on the emulator. thanks for