Back to project page MyFlickrSearch.
The source code is released under:
MIT License
If you think the Android project MyFlickrSearch 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.devng.flickrsearch; // w w w . j a va 2 s . co m import com.google.inject.Binder; import com.google.inject.Module; /** * The main RoboGuice module. It is referenced in the roboguice.xml. */ public class MainModule implements Module { @Override public void configure(Binder binder) { } }