Android Open Source - Nibbble Photo Async Task Listener






From Project

Back to project page Nibbble.

License

The source code is released under:

MIT License

If you think the Android project Nibbble 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.chrisjluc.nibbble;
/*from w ww  .j  ava 2  s  . c o m*/
/**
 * Created by chrisjluc on 2/4/2014.
 */
public interface PhotoAsyncTaskListener {
    public void onDownloadComplete();

    public void toastInvalidUsername();

    public void toastError();
}




Java Source Code List

com.chrisjluc.nibbble.NibbleWallpaperService.java
com.chrisjluc.nibbble.PhotoAsyncTaskListener.java
com.chrisjluc.nibbble.PhotoAsyncTask.java
com.chrisjluc.nibbble.SettingActivity.java
com.chrisjluc.nibbble.SettingFragment.java