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...
Get Your Bank Mini Statements on Your Mobile Without the Internet
Get Your Bank Mini Statements on Your Mobile Without the Internet Dial * 99# to do basic Banking instantly. One can check balance for accounts,...
Gujarati kahevato (ગુજરાતી કહેવતો)
*101 ગુજરાતી કહેવતો..* *તમને કેટલી કેહવત યાદ છે?* ૧, બોલે તેના બોર વહેચાય ૨. ના બોલવામાં નવ ગુણ ૩. ઉજ્જડ ગામમાં ઍરંડો પ્રધાન ૪. ગાંડી...
Gujarati messages
મને એવી કયાં ખબર હતી કે “સુખ અને ઉંમરને” બનતું નથી , પ્રયત્ન કરીને સુખને તો લાવ્યો, પણ ઉંમર રીસાઇને ચાલી ગઇ … માણસ વેચાય...
Gujarati message quotes
વ્યક્તિના પરિચયની શરૂઆત ચહેરાથી ભલે થતી હોય, પણ એની સંપૂર્ણ ઓળખ તો વાણીથી જ થાય છે. કોઈપણ કાર્ય સહેલું થાય એ પહેલા અઘરું જ હોય...
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;...
Aandroid pdf viewer native
Android pdf viewer Without any library using android PdfRenderer class to view pdf file on android version api 19+. Android View XML file Activity....
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...
Android Date functions
Android most common functions to use for date. Add Days to Date public static Date addDaystoDate(Date today,int days) { final Calendar c = Calendar.getInstance(); c.setTime(today);...
Email Validation function in Android.
Email Validation function in Android. public static boolean isValidEmailAddress(String email) { String expression=”^[\\w-\\+]+(\\.[\\w]+)*@[\\w-]+(\\.[\\w]+)*(\\.[a-z]{2,})$”; CharSequence inputStr = email; Pattern pattern = Pattern.compile(expression, Pattern.CASE_INSENSITIVE); Matcher matcher...