Posts

Showing posts from February, 2014

Code a simple Intent Listener for receiving New SMS in your Android Mobile

Code a simple Intent Listener for receiving New SMS in your Android Mobile   package org.apache.sms; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import android.content.IntentReceiver; import android.os.Bundle; import android.provider.Telephony; import android.util.Log; import android.telephony.gsm.SmsMessage; public class SMSApp extends IntentReceiver { private static final String LOG_TAG = "SMSApp"; /* package */ static final String ACTION = "android.provider.Telephony.SMS_RECEIVED"; public void onReceiveIntent(Context context, Intent intent) { if (intent.getAction().equals(ACTION)) { StringBuilder buf = new StringBuilder(); Bundle bundle = intent.getExtras(); if (bundle != null) { SmsMessage[] messages = Telephony.Sms.Intents.getMessagesFromIntent(intent); for (int i = 0; i < messages.length; i++) { SmsMessage message = messages[i]; buf.append("Received SMS from "); buf.appe

G MAIL 2G - Windows 8 RT Application (Download)

Image
Hai, I posted my new windows 8 RT application for gmail. You can't find simply apps for gmail in store. I posted in my blog before i going upload on windows store.. I will be easily accessed on low speed internet and speed will be based on you connectivity. I also provide my test results so my app is bug free!!!  Enjoy the new experience on G MAIL !!! Try and comment here... #DOWNLOAD (G Drive) Please read instructions provided in zip file before you install.. Becoz i not yet upload in win store..

Windows 8.1 PRO Clean - untouched OS - ISO FILE

Image
Windows 8.1 PRO Clean - untouched OS - ISO FILE PROCEED TO DOWNLOAD >>> NAVIGATE HERE