Re: [android-developers]

2012-07-27 Thread Asheesh Arya
webpage auh lots of work still left -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] HI ALL

2012-07-28 Thread Asheesh Arya
awesum i just love it!!! keep it up!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: Idle Actvity

2012-07-30 Thread Asheesh Arya
try using thread in your source code!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Trying to send a message to second activity and then change the second activity textView text to that message

2012-07-31 Thread Asheesh Arya
have you declared your second activity in manifest file!! check it out!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Audio Capture

2012-07-31 Thread Asheesh Arya
create a file with the same name in your source code!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] want a app

2012-08-03 Thread Asheesh Arya
10x 4 d precious information -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] save and pass date from ane activity to another activity

2012-08-03 Thread Asheesh Arya
JUST GO THROUGH THIS LINK MIGHT BE IT HELPFUL FOR YOU!! http://blog.dontneedcoffee.com/2010/03/android-passing-data-from-one-intent-to.html http://sogacity.com/using-shared-preferences-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] get IP Address of Local Wifi hotspot

2012-08-06 Thread Asheesh Arya
just go through this link might be it helpful for you http://code.google.com/p/krvarma-android-samples/source/search?q=origq=btnG=Search+Trunk -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] get IP Address of Local Wifi hotspot

2012-08-06 Thread Asheesh Arya
this is the correct link http://www.krvarma.com/2010/07/getting-ip-address-of-the-device-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Interview Question For 1yr Expirance in Android Application Development

2012-08-07 Thread Asheesh Arya
hehehe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

Re: [android-developers] Re: Interview Question For 1yr Expirance in Android Application Development

2012-08-07 Thread Asheesh Arya
GOOGLE IS YOUR FRIEND !!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

Re: [android-developers] Re: WiFi

2012-08-07 Thread Asheesh Arya
import java.io.IOException; import java.net.InetAddress; import java.net.UnknownHostException; import android.app.Activity; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import

Re: [android-developers] Wifi Devices

2012-08-08 Thread Asheesh Arya
i will give you source code 2mrw -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] no targets are visible while setting up sdk location path in eclipse(window-preference)

2012-08-08 Thread Asheesh Arya
try to download eclipse plugin for android in your eclipse workbench -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] listening incoming sms from specific port

2012-08-09 Thread Asheesh Arya
can you elaborate your query once more!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Reminder on calender

2012-08-09 Thread Asheesh Arya
may be this link help you!! good luck http://blog.blundell-apps.com/notification-for-a-user-chosen-time/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] How could i check the android device is rooted or not?

2012-08-12 Thread Asheesh Arya
here's the code to check it device is rooted or not private void checkExternalMedia () { // Check external media availability. This is adapted from // http://developer.android.com/guide/topics/data/data-storage.html#filesExternal boolean mExternalStorageAvailable =

Re: [android-developers] Re: How could i check the android device is rooted or not?

2012-08-13 Thread Asheesh Arya
/** Method to check whether external media available and writable and to find the root of the external file system. */ private void checkExternalMedia () { // Check external media availability. This is adapted from //

Re: [android-developers] progress bar during uploading

2012-08-14 Thread Asheesh Arya
this is the code to download a file from server using progress bar hope might be you get some idea!!! import android.app.Activity; import android.os.Bundle; import java.io.BufferedInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import

Re: [android-developers] Help me Android SDK Install, please!

2012-08-16 Thread Asheesh Arya
try to install jre6 for 32 bit and sdk also 32 bit!! then it work ! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] How to draw line between 2 touch points on image view in android.

2012-08-21 Thread Asheesh Arya
just go through this link http://www.krvarma.com/2010/10/gesture-detection-in-android-part-1-of-2/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] How to find Ip address of a device via wifi?

2012-08-21 Thread Asheesh Arya
just go through this link http://www.krvarma.com/2010/07/getting-ip-address-of-the-device-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] How to get battery usage from cpu usage in android

2012-08-21 Thread Asheesh Arya
just go through this link might be you get some idea http://www.krvarma.com/2010/07/getting-battery-information-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Can't display GoogleMaps in application

2012-08-21 Thread Asheesh Arya
just try to regenerate google api key -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Need to register a broadcastReceiver for available WiFi networks as they become available

2012-08-21 Thread Asheesh Arya
just go through this linkhttp://www.krvarma.com/2010/07/getting-ip-address-of-the-device-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] background intent

2012-08-22 Thread Asheesh Arya
use service instead of activity!! and invoke your service using broad cast receiver like using phone state(offhook) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] related to Socket Connection (Bluetooth)

2012-08-22 Thread Asheesh Arya
just go through these link http://www.instructables.com/id/Android-talks-to-Arduino/step4/Change-Android-Bluetooth-Chat-sample-App/ http://jayxie.com/mirrors/android-sdk/resources/samples/BluetoothChat/index.html -- You received this message because you are subscribed to the Google Groups

Re: [android-developers]

2012-08-23 Thread Asheesh Arya
what functionality you are trying to include in your newspaper application!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] hi friends

2012-08-23 Thread Asheesh Arya
just go through this link hope you got some idea http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] How do I show the wifi status programatically in Android?

2012-08-23 Thread Asheesh Arya
please refer this link http://www.krvarma.com/2010/07/getting-ip-address-of-the-device-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] SpeedAlert App

2012-08-23 Thread Asheesh Arya
please refer this link http://www.krvarma.com/2010/07/getting-speed-of-the-device-using-gps-in-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] Re: Location Object Null?

2012-08-24 Thread Asheesh Arya
send gps command using adb shell -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] SetWallpaper questions!

2012-08-24 Thread Asheesh Arya
please refer this link http://www.androiddevblog.net/android/creating-android-live-wallpaper -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread Asheesh Arya
have you tried to integrate the facebook chat functionality feature in your apps!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread Asheesh Arya
okies thanks!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: Check This one , this is my first Application in google play

2012-08-27 Thread Asheesh Arya
keep it up -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Recording incoming call

2012-08-28 Thread Asheesh Arya
android sdk provide partial fuctionality !!! its work on some real device not fully supported!!! you got the recorded file but when you want to listen that recorded file it play on some real device not all. http://forum.xda-developers.com/showthread.php?t=1441643

Re: [android-developers] How to hide android application icon

2012-08-29 Thread Asheesh Arya
remove activity tag from your android manifest file!!! then your application become hidden!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Re: camera

2012-08-29 Thread Asheesh Arya
check your permission in your manifest file -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: how to exit from app

2012-08-29 Thread Asheesh Arya
button = (Button)findViewById(R.id.Button02);//exit button if(button != null){ button.setOnClickListener(new View.OnClickListener(){ public void onClick(View v) { // TODO Auto-generated method stub

Re: [android-developers] Re: how to exit from app

2012-08-29 Thread Asheesh Arya
-generated method stub m_activity.finish(); } } ); } Log.i(TAG, Out onCreate()); } -- Thanks Regards ASHEESH ARYA +919990503567 -- You received this message because you are subscribed

Re: [android-developers] Android SDK Tool dosn't run, it ask after Java SE JDK. But i have installed Java.

2012-08-29 Thread Asheesh Arya
may be your jdk is of windows 32 bit and your eclipse is of windows 64 bit and vice versa!! you have to download 32 bit jdk and 32 bit eclipse to make it compatible. if your jdk is 64 bit install eclipse 64bit !! it should be compatible i also face same problem my jdk is 32 bit but i install 64

Re: [android-developers] How to hide android application icon

2012-08-29 Thread Asheesh Arya
then try to solve his query instead creating nonsenses here!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] download the files from where it left off if the internet connection goes down?

2012-09-04 Thread Asheesh Arya
no -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

Re: [android-developers] Re: Android 4.0 face detection api hardware support

2012-09-04 Thread Asheesh Arya
just go through this link http://code.google.com/p/krvarma-android-samples/source/browse/#svn/trunk/DetectFace -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Update Activity

2012-09-05 Thread Asheesh Arya
check your permission in android manifest file -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Droid Vector Live Wallpaper HD

2012-09-12 Thread Asheesh Arya
keep it up -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Android Call Recorder

2012-09-13 Thread Asheesh Arya
its depend on mobile device on some device call recording implement successfully on some device it doesn't support -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Android Emulator not starting up

2012-09-13 Thread Asheesh Arya
refer this link http://stackoverflow.com/questions/1554099/slow-android-emulator -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] send a email ?

2012-09-16 Thread Asheesh Arya
with out user intervention or with user intervention? what is your exact requirement? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] sending email ?

2012-09-16 Thread Asheesh Arya
plz refer this link sending mail in background!! http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_%28no_Intents%29_in_Android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] hi...

2012-09-16 Thread Asheesh Arya
this is the code to send a mail with attachment import java.io.File; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.os.Environment; import android.util.Log; import android.view.View; import

Re: [android-developers] hi...

2012-09-17 Thread Asheesh Arya
yeah its ok!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Google Map Api key

2012-09-17 Thread Asheesh Arya
use -v to generate md5 C:\Program Files\Java\jre7\binkeytool -list -v -alias androiddebugkey -keystor e c:\users\.android\debug.keystore -storepass android -keypass a ndroid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] see..

2012-09-18 Thread Asheesh Arya
By adding this you can get system current date and time- SimpleDateFormat sdf = new SimpleDateFormat(dd/MM/_HH:mm:ss); String curentDateandTime = sdf.format(new Date(System.currentTimeMillis())); -- You received this message because you are

Re: [android-developers] back up

2012-03-13 Thread asheesh arya
ok i will provide u -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] Lock-unlock device during audio recording

2012-03-13 Thread asheesh arya
possibly u r ryt probably not??? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] How can I get contact name with his/her number

2012-03-16 Thread asheesh arya
juzz go through this link..might be it help you stay blessed stay healthy http://www.pocketmagic.net/?p=1870 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Contact search

2012-03-16 Thread asheesh arya
juzz go through this link..might be it help you stay blessed stay healthy http://www.pocketmagic.net/?p=1870 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Re: Android Project development cost

2012-03-21 Thread asheesh arya
nice joke!!! keep it up!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

Re: [android-developers] Setting a daily Alarm via a BootReceiver

2012-03-22 Thread asheesh arya
possibly u r ryt probably not!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread asheesh arya
i will do 100us$ per minute!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread asheesh arya
this is not possible via emulator you can do this whrn you test your application on real device. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] how to integrate broadcastreceiver functionality in service class

2012-04-17 Thread asheesh arya
hello evryone, In my application i built four broadcast receiver first to receive sms second to sending sms third to detect out going call and last to detect incoming call.now i want that these broadcast receiver running continously after device bootup in the background

Re: [android-developers] Sleep

2012-04-17 Thread asheesh arya
use splash screen concept!! import android.app.ProgressDialog; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.MotionEvent; import android.widget.Toast; public class SplashScreen extends Activity { protected boolean _active = true;

Re: [android-developers] how to add photo in email content in android

2012-04-17 Thread asheesh arya
hope this is whta you are looking for. in this code file is automatically attached in the mail. file is stored in the sd card!! import java.io.File; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.os.Environment; import

Re: [android-developers] Drag and drop issue

2012-04-18 Thread asheesh arya
may be you missing some permission in your manifest file. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] how to integrate broadcastreceiver functionality in service class

2012-04-18 Thread asheesh arya
Actually i am building spy application in which i need to run these broadcast recevier continously this is the building block of my application. can you suggest me how i acheive my goal to start my application continously after the device bootup. please provid eme some links or code. -- You

Re: [android-developers] how to integrate broadcastreceiver functionality in service class

2012-04-20 Thread asheesh arya
hi kristopher, can you justify your staement that how can my application is not possible to implemented. please be specific. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] how to integrate broadcastreceiver functionality in service class

2012-04-20 Thread asheesh arya
hi tryking, then suggest me some diffrent appraoch rather than broadcastreceiver to build my application . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Re: How to upload large video files to FTP Server

2012-04-21 Thread asheesh arya
please upload your logcat output and let us know what actually problem you are facing. may be somewhere you missing some permission in your manifest file. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] File upload in android app.

2012-04-22 Thread asheesh arya
tell clearly whta exactly you want to do with your file wheather to upload file on server or sumthing else -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] silent sms notification programaticaly

2012-04-22 Thread asheesh arya
by using content observer you acheive your goal. what you have done so far let me know because i am also devloping the same application now a dayz -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Drop Call or Failed Call ?

2012-04-26 Thread asheesh arya
not posssible -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] no searching of sd card files

2012-04-26 Thread asheesh arya
hi sandhu, by using this code you easily search and access all file store in your sd card with in your application main.xml ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical

Re: [android-developers] play sound file

2012-04-29 Thread asheesh arya
try to install apk accurately in your mobile device then test it -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] reading file from SDcard

2012-04-30 Thread asheesh arya
uses-permission android:name=android.permission.ACCESS_NETWORK_STATE / uses-permission android:name=android.permission.CHANGE_NETWORK_STATE / uses-permission android:name=android.permission.READ_CONTACTS / uses-permission android:name=android.permission.WRITE_CONTACTS / uses-permission

Re: [android-developers] Live Video streaming between android phones

2012-04-30 Thread asheesh arya
what you have tried so far!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] code for read n write

2012-05-01 Thread asheesh arya
import java.io.*; import android.app.Activity; import android.os.Bundle; import android.view.*; import android.view.View.OnClickListener; import android.widget.*; public class FileDemo2 extends Activity { // GUI controls EditText txtData; Button btnWriteSDFile;

Re: [android-developers] Blocking Outgoing SMS

2012-05-01 Thread asheesh arya
yes -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

Re: [android-developers] how to read contact details

2012-05-01 Thread asheesh arya
http://eagle.phys.utk.edu/guidry/android/readContacts.html juzz go through this link might be it helpful for you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Blocking Outgoing SMS

2012-05-02 Thread asheesh arya
I don't know how you can block an sms message before it is received. However, reading a SMS via Android can be done after it is received can be done using a query on the SMS inbox. The SMSPopUp application for Android does this and more. The sourcecode of this application can be found here

Re: [android-developers] Blocking Outgoing SMS

2012-05-02 Thread asheesh arya
use content observer for listening and blocking the outgoing sms!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] how to read contact details

2012-05-02 Thread asheesh arya
your most welcome dear stay blessed stay healthy!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Chat Application In android

2012-05-02 Thread asheesh arya
juzz go through this link might be it helpful for you to start your application http://jade.tilab.com/doc/tutorials/JadeAndroid-Programming-Tutorial.pdf -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Chat Application In android

2012-05-02 Thread asheesh arya
On Wed, May 2, 2012 at 12:41 AM, asheesh arya asheesharya...@gmail.comwrote: juzz go through this link might be it helpful for you to start your application http://jade.tilab.com/doc/tutorials/JadeAndroid-Programming-Tutorial.pdf https://wiki.tk.informatik.tu-darmstadt.de/bin/view/Mundo

Re: [android-developers] Someone help me

2012-05-03 Thread asheesh arya
what you have tried so far???google is your friend -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] start activity

2012-05-03 Thread asheesh arya
probably use intent to start another activity!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] FileObserver

2012-05-03 Thread asheesh arya
just go through this link http://eagle.phys.utk.edu/guidry/android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] start activity

2012-05-04 Thread asheesh arya
http://stackoverflow.com/questions/2741857/launch-activities-from-different-package -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Customizing Android's default contacts app

2012-05-07 Thread asheesh arya
yes -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

Re: [android-developers] Sync contacts

2012-05-08 Thread asheesh arya
juzz go thru this link might be it helpful to you. http://www.pocketmagic.net/?p=1864 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Voice recognition

2012-05-08 Thread asheesh arya
just go through this link http://developer.android.com/resources/samples/TtsEngine/index.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] How to show map in android apps

2012-05-08 Thread asheesh arya
juzz go through this link might be it helpful to you for building your application!!! http://eagle.phys.utk.edu/guidry/android/MapOverlayDemo http://eagle.phys.utk.edu/guidry/android/mappingDemo.html -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] AudioRecord

2012-05-09 Thread asheesh arya
plz refer this link may be you get some idea!!! http://code.google.com/p/krvarma-android-samples/source/browse/#svn/trunk/AudioRecorder.2 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Disable call, SMS, email programmatically.

2012-05-09 Thread asheesh arya
may be possible in airplane mode!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] ListView items

2012-05-10 Thread asheesh arya
just go through this link http://appfulcrum.com/2010/09/05/listview-example-2-using-xml-resource-file/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] Re: Playing an audio file during a call

2012-05-10 Thread asheesh arya
http://androidforums.com/t-mobile-g1/3228-possible-record-your-phone-conversations.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] AudioRecord

2012-05-10 Thread asheesh arya
just go through this link http://code.google.com/p/krvarma-android-samples/source/browse/trunk/AudioRecorder.2/?r=77 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Re: Playing an audio file during a call

2012-05-10 Thread asheesh arya
this is not possible during call!! Android platform doesn't provide this facility -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

  1   2   3   >