Demo of loading images using the Flickr API with IonicFramework
showing ui-router functionality of controller as for cleaner looking code.
A Pen by aaron k saunders on CodePen.
Demo of loading images using the Flickr API with IonicFramework
showing ui-router functionality of controller as for cleaner looking code.
A Pen by aaron k saunders on CodePen.
| package bmutinda.com.androidutils.libs; | |
| import android.view.MotionEvent; | |
| import android.view.View; | |
| /** | |
| * Created by Mutinda Boniface on 7/5/2015. | |
| */ | |
| public class SwipeEvents implements View.OnTouchListener { | |
| private SwipeCallback swipeCallback; |
| /** | |
| * Created by Mutinda Boniface on 7/12/2015. | |
| */ | |
| public class SMSReceiver extends BroadcastReceiver { | |
| public static final String TAG = "SMSRelay"; | |
| public final String ACTION_SMS_RECEIVED = "android.provider.Telephony.SMS_RECEIVED"; | |
| public final String ACTION_PHONE_STATE_CHANGED = "android.intent.action.PHONE_STATE"; | |
| @Override |