Run php code online for android push notification
Run php code online for android push notification To Test push notification code online run below code with replace of $deviceTocken and $GOOGLE_API_KEY To create...
Android get the Full file path from URI
How to get the Full file path from URI in Android. File Utils Class help to get full path from given Uri....
Get lost android phone
If You have android phone then read it.. You can get back your lost phone if you have installed this application… http://www.androidlost.com...
Android Dialog Ready for use For Utility with custom message and text for buttons
Android Dialog Ready for use For Utility with Custom message and text for Yes, No buttons. Create Class ConfirmCustomDialog package com.kp.core; import com.kp.dialogs.IDialogCallback; import android.app.AlertDialog; import android.app.Dialog;...
Android Check internet connectivity
Android Check internet connectivity. Below android code to check if mobile is connected to internet or not ? public static boolean isConnectingToInternet(Context context) { try...