-1

I'm building the sunshine weather app from the Android course on Udacity and my Time and Julianday classes are not supported in my code. What could be the reason for this?

Zimano
  • 1,870
  • 2
  • 23
  • 41
  • You should probably provide some example or description of the problem. Maybe check [here](http://stackoverflow.com/help/mcve)? – Zimano Jan 15 '16 at 09:07

1 Answers1

1

The Time class was recently deprecated, you can use Gregorian Calendar instead.

From what I remember of the Android course on Udacity, I believe they provide links in the instructor notes to any changes since the publishing date

Mark
  • 535
  • 4
  • 13