[android-developers] Hide My Files from Another Application

2011-04-13 Thread Chirag Raval
Hello Everyone. In my application i m downloading some (mp4 or mp3 ) files from the internet. Now i want to hide those files from any other application like(Astro any Music player) so how can i do this ? Please help me -- You received this message because you are subscribed to the Google

Re: [android-developers] .html filed loading problem.how to i will solve it

2011-09-23 Thread Chirag Raval
Hi Shital Please try below code. WebView mWebView=(WebView)findViewById(R.id.mWebView); mWebView.loadUrl(file:///android_asset/html/raj.html);             mWebView.getSettings().setJavaScriptEnabled(true);             mWebView.getSettings().setSaveFormData(true);            

[android-developers] Where the Apk files are stored in Device ?

2011-09-23 Thread Chirag Raval
As the subject suggest , I want to know where all the apk files are stored in device which were downloaded from market ? Thanks in advance. Regards, Chirag Raval. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] trying to start-activity from alertdiaog --please advice

2011-09-28 Thread Chirag Raval
hey can you tell us whats the error ? On Wed, Sep 28, 2011 at 5:12 AM, TreKing treking...@gmail.com wrote: On Sat, Sep 24, 2011 at 1:03 PM, Manas Shah shahmana...@gmail.com wrote: I would like to launch new activity from the PositiveButton of alert dialog but it throws error. You want us to

[android-developers] Load Contact Image in Listview

2011-09-30 Thread Chirag Raval
Hello to all, I am developing one demo application . In that application i am trying to load contact photo using below function. public static long getProfilepicture(Activity activity, String address) { Uri personUri =

[android-developers] Load Contact Image in Listview

2011-09-30 Thread Chirag Raval
Hello to all, I am developing one demo application . In that application i am trying to load contact photo using below function. public static long getProfilepicture(Activity activity, String address) { Uri personUri =

[android-developers] Load Contact Image in Listview

2011-09-30 Thread Chirag Raval
Hello to all, I am developing one demo application . In that application i am trying to load contact photo using below function. public static long getProfilepicture(Activity activity, String address) { Uri personUri =

[android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Chirag Raval
I want to get the Distance between two latitude and longitude in meter / km . So i am using the below function . It gives me the different result than the google Map. Can you help me to solve my problem ? i dont understand What is the Problem ? Code private double distance(double lat1, double

[android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Chirag Raval
I want to get the Distance between two latitude and longitude in meter / km . So i am using the below function . It gives me the different result than the google Map. Can you help me to solve my problem ? i dont understand What is the Problem ? Code float[] results = {0};

Re: [android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Chirag Raval
the travel distance by car/train/foot?? On Sat, Oct 8, 2011 at 12:19 PM, Chirag Raval chirag.android.develo...@gmail.com wrote: I want to get the Distance between two latitude and longitude in meter / km . So i am using the below function . It gives me the different result than the google Map. Can

Re: [android-developers] Re: How to find phone number in android

2011-11-03 Thread Chirag Raval
Gets the phone number the app is running on. It needs a permission so add the line uses-permission android:name=android.permission.READ_PHONE_STATE to the manifest.xml private String getMyPhoneNumber() { TelephonyManager mTelephonyMgr; mTelephonyMgr =

[android-developers] Not finding full path

2011-11-03 Thread Chirag Raval
distance latitude and longitude i am not getting full path and route description . Please check the below url which show the kml file. maps.google.com/maps? f=dhl=ensaddr=23.01246,72.51795daddr=26.917,75.817ie=UTF80om=0output=kml Any help is Appreciated . Thanks in Advance. Chirag Raval. -- You

[android-developers] Lazy loading contact images to a ListView in Android

2011-11-05 Thread Chirag Raval
What is the easiest way of lazy loading contact images to a ListView in Android? (for SDK level =7) Is there a common approach or should I choose one of the different approaches discussed here on lazy loading web images into ListViews? I have come across the ContactPhotoLoader used inside the

[android-developers] Standard broadcast whenever a contact is added or changed

2011-11-05 Thread Chirag Raval
Is there any standard broadcast intent that I can register a BroadcastReceiver for that gets triggered whenever a contact is added or changed? -- 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] How to get inputstream from bitmap image file?

2011-11-06 Thread Chirag Raval
i am developing one contact application . I want to show contact image to my custom listview . I want to get Inputstream from that contact image to write into sdcard . How can i get it ? Any help is appreciated. Thanks Ragards, Chirag Raval. -- You received this message because you

[android-developers] Android Device is not Listed in Android Device Chooser

2012-04-22 Thread Chirag Raval
Hello to all, Yesterday i purchased new I Ball Andi 2 android device . Then after i tried a lot to find that device driver , but i failed to find . My problem is that my andi 2 device is not listed in android device chooser when i run the application. What I tried for that ? 1) Enable Usb

[android-developers] Hide the pointstyle displayed at bottom of chart ?

2012-01-06 Thread Chirag Raval
, Chirag Raval. -- 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

[android-developers] Update UI from Service

2011-08-31 Thread Chirag Raval
. Regards, Chirag Raval. -- 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] Please point a noob in the right direction.

2011-08-31 Thread Chirag Raval
Can you post your logcat error ? On Wed, Aug 31, 2011 at 2:46 PM, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On 31 August 2011 02:38, leftcont...@gmail.com leftcont...@gmail.com wrote: I have been trying to chase this error down for a week and have made little headway . The

Re: [android-developers] Update UI from Service

2011-08-31 Thread Chirag Raval
Thanks Mark Murphy On Wed, Aug 31, 2011 at 3:05 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Aug 31, 2011 at 5:05 AM, Chirag Raval chirag.android.develo...@gmail.com wrote: Can any one help me to update UI from Service ? Here in my application i created one service, from my

Re: [android-developers] Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?

2011-09-01 Thread Chirag Raval
Hello Benjamin You have to resize the bitmap before set to image view if its size is bigger, other wise sometime it gives memory out of exceed error. On Thu, Sep 1, 2011 at 3:34 PM, Benjamin benjaminru...@googlemail.comwrote: Hello friends, i have a simple question: Should i resize a bigger

[android-developers] Call BroadCast Receiver

2011-09-01 Thread Chirag Raval
} Thanks in advance. Regards, Chirag Raval. -- 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

[android-developers] I want to stop alarm if set time passed

2011-09-15 Thread Chirag Raval
in Advance. Regards, Chirag Raval. -- 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

[android-developers] I want to stop alarm if set time passed

2011-09-15 Thread Chirag Raval
) { Intent myIntent = new Intent(context, MyAlarmService.class); return PendingIntent.getService(context,(int) 0, myIntent, 0); } } Thanks in Advance. Regards, Chirag Raval. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Question About Upload Application on Market

2011-09-20 Thread Chirag Raval
, is it available for android 1.6 and 2.1 user ? Is it listing for that users ? Thanks in Advance. Chirag Raval. -- 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] What can block my ProgtessDialog

2011-09-20 Thread Chirag Raval
Can you post some code please ? -- 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] Question About Upload Application on Market

2011-09-20 Thread Chirag Raval
should be or must be ? On Tue, Sep 20, 2011 at 12:26 PM, TreKing treking...@gmail.com wrote: On Tue, Sep 20, 2011 at 1:44 AM, Chirag Raval chirag.android.develo...@gmail.com wrote: So when i am upload this application on market, is it available for android 1.6 and 2.1 user ? Is it listing

[android-developers] Application getting wrong location until open inbuilt Google Map application

2016-02-17 Thread Chirag Raval
Hello All, I have developed one application which is used to find current location of device. I have used Fused Location API to get current location. I am facing very strange issue, in some of devices i am not getting accurate current location until i open inbuilt Google Map, once i open