Back to project page android-token-sharing.
The source code is released under:
Copyright 2011 SoundCloud Ltd., Jan Berkel. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions ...
If you think the Android project android-token-sharing listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.soundcloud.android.examples.token; /* w w w .j av a 2s . c o m*/ import com.soundcloud.api.ApiWrapper; /** * Holder class for the {@link ApiWrapper}. */ public class Api { public static ApiWrapper wrapper; }