1

I've been looking around and couldn't find an archive for previous versions of Android where you can checkout how GUI was done back then.

I'm developing an application and want to make its UI consistent with the platform version it's running into.

Any help would be much appreciated.

  • You should use the Material design for all versions. – Gabriele Mariotti Jul 03 '15 at 21:21
  • I agree there's a need to access older design specs. We do not all have budget to instantly rewrite or update all previous implementations. So in the meantime, you have to make decisions maintaining your app's current look-and-feel. But the Material guidelines have overwritten all older design specifications, with no apparent links to the previous editions. – RonR Nov 06 '15 at 17:08

1 Answers1

0

Do correct me if I'm mistaken but prior to Material Design (API 21+) there wasn't any thoroughly documented and specified guidelines for Android apps.

Your best bet is to use some sort of internet archive browser services, such as The Wayback Machine, and explore Android's own design page - d.android.com/design.

As a starting point, here's said page captured on January 1st, 2014. You could still see informations about Holo there. I imagine you could go even further to the past to find more.

Hadi Satrio
  • 4,272
  • 2
  • 24
  • 45