Android Open Source - android-token-sharing Api






From Project

Back to project page android-token-sharing.

License

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.

Java Source Code

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;
}




Java Source Code List

com.soundcloud.android.examples.token.Api.java
com.soundcloud.android.examples.token.TokenSharing.java
com.soundcloud.android.examples.token.UploadFile.java
com.soundcloud.android.examples.token.UploadTask.java