Back to project page groceryviewer.
The source code is released under:
GNU General Public License
If you think the Android project groceryviewer 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.github.knrajago.groceryviewer.observers; /*w w w .ja v a 2s .c o m*/ import android.database.ContentObserver; import android.os.Handler; public class GroceryViewerObserver extends ContentObserver { public GroceryViewerObserver(Handler handler) { super(handler); // TODO Auto-generated constructor stub } }