Where is the source code for android.support.design.widget.Snackbar
? I can't seem to find it with basic Googling.
I am not looking for instructions on how to use or implement the Snackbar, but rather looking for the source code for the library.
For browsing the Android source code on the web, I typically use the Android GitHub repositories. The design library is located here.
You can also clone all of the support libraries via this git repo: https://android.googlesource.com/platform/frameworks/support/.
Unfortunately there's one big caveat: The Snackbar (amongst numerous other recent additions to the design support library) doesn't appear to actually be in the repository yet.
Perhaps Google is waiting until the next release to push it, perhaps they are waiting for the release of M, or perhaps they simply forgot. Regardless, that source is simply not publicly available at the moment. I would keep watching the links above for updates though!
EDIT
The source for Snackbar can now be found in the support libraries repo.