[android-developers] WebView.canGoBack is not working in Samsung S

2018-02-23 Thread Shruthi Varma
Hi All, I have webview in my application. I have to make some changes on the screen depending on whether it is the first page of the webview screen or the user has clicked on some links to move further. So, I was using WebView.canGoBack method for this implementation. It is working perfectly

[android-developers] WebView.canGoBack is not working in Samsung S8

2018-02-23 Thread Shruthi Varma
Hi All, I have webview in my application. I have to make some changes on the screen depending on whether it is the first page of the webview screen or the user has clicked on some links to move further. So, I was using WebView.canGoBack method for this implementation. It is working perfectly

[android-developers] WebView.canGoBack is not working in Samsung S8

2018-02-23 Thread Shruthi Varma
Hi All, I have webview in my application. I have to make some changes on the screen depending on whether it is the first page of the webview screen or the user has clicked on some links to move further. So, I was using WebView.canGoBack method for this implementation. It is working perfectly fine

[android-developers] Rare issue with VideoView

2013-06-17 Thread Shruthi Varma
Hi All, I have worked on VideoView on all versions prior to ICS. It is working perfectly fine. Recently, my team bought a Karbonn A7 Smartphone which runs on Android 4.0 ICS When I tried to play a Video URL in a VideoView, while the VideoView was preparing, the view had a transparent background

[android-developers] Transparent Background for VideoView in ICS while loading, Is it Normal??

2013-06-17 Thread Shruthi Varma
Hi All, I have worked on VideoView on all versions prior to ICS. It is working perfectly fine. Recently, my team bought a Karbonn A7 Smartphone which runs on Android 4.0 ICS When I tried to play a Video URL in a VideoView, while the VideoView was preparing (loading), the view had a transparent

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Shruthi Varma
your expected behaviour is the correct one. If it were correct, it would present a backdoor to secured phone. Security that can be subverted is not a security. On 17 May 2012 10:24, Shruthi Varma shruthi.tlis...@gmail.com wrote: Hi All, There is a bug in Base IceCream Sandwitch Android

Re: [android-developers] Re: Cannot answer the incoming call during checking gmail account when user forgot PIN code.

2012-05-17 Thread Shruthi Varma
, 2012 at 7:19 PM, Shruthi Varma shruthi.tlis...@gmail.comwrote: PFA screenshot. On Fri, May 4, 2012 at 7:18 PM, Shruthi Varma shruthi.tlis...@gmail.comwrote: Hi All, I encountered a problem in Google Nexus phone having Android 4.0 (*Ice Cream Sandwich*). [Steps] 1. Set up

Re: [android-developers] Re: Cannot answer the incoming call during checking gmail account when user forgot PIN code.

2012-05-17 Thread Shruthi Varma
... :-) regards, Saran On Fri, May 4, 2012 at 7:19 PM, Shruthi Varma shruthi.tlis...@gmail.comwrote: PFA screenshot. On Fri, May 4, 2012 at 7:18 PM, Shruthi Varma shruthi.tlis...@gmail.comwrote: Hi All, I encountered a problem in Google Nexus phone having Android 4.0 (*Ice

[android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-17 Thread Shruthi Varma
Hi All, There is a bug in Base IceCream Sandwitch Android code because I encountered a problem in Google Nexus phone having Android 4.0 (*Ice Cream Sandwich*). [Steps] 1. Set up a Gmail account in an Android device. 2. Set up a Security lock, may be a Pin/ pattern Screen Lock in

[android-developers] Cannot answer the incoming call during checking gmail account when user forgot PIN code.

2012-05-04 Thread Shruthi Varma
Hi All, I encountered a problem in Google Nexus phone having Android 4.0 (*Ice Cream Sandwich*). [Steps] 1. Set up a Gmail account in an Android device. 2. Set up a Security lock, may be a Pin/ pattern Screen Lock in Setting - Security and lock the phone (by pressing power

Re: [android-developers] How to fill the screen in GridLayout using child views?

2012-01-10 Thread Shruthi Varma
half of the screen as it has just 4 columns. How to make it cover the whole screen width?? Please help/ Regards, Shruthi. On Tue, Jan 10, 2012 at 8:06 AM, TreKing treking...@gmail.com wrote: On Mon, Jan 9, 2012 at 3:36 AM, Shruthi Varma shruthi.tlis...@gmail.comwrote: I can achieve

[android-developers] How to fill the screen in GridLayout using child views?

2012-01-09 Thread Shruthi Varma
Hi All, I have to place 2 EditText fields horizontally in a row in GridLayout, so that it occupies the whole screen. That means, I want to divide the screen into half and place one EditText in first half and the second EditText in the other half. I can achieve this by giving layout_weight in

[android-developers] How to store large amount of records in String arays or Arraylist in android

2011-11-17 Thread Shruthi Varma
Hi All, In my application, I am receiving more than 4000 records (location co-ordinates) from server. I am storing them in String Arrays and ArrayLists and displaying them on google map using markers In some android devices it works fine. But in few android devices, the application is freezing. I

[android-developers] How to send an image file in a JSON string to the server?

2011-11-03 Thread Shruthi Varma
Hi All, I want to send an image file as a part of the JSON request string to the server. String requestString = {\meetcha\:{\user_id\:\19\,\title\:\volleyball at the sand beach\,\location_name\:\BMO Bank of Montreal\,+ \address1\:\640 Bloor St.

[android-developers] How to delete sms chats from Messaging Inbox programmatically?

2011-10-31 Thread Shruthi Varma
the Messaging Inbox simultaneously. Please help me to achieve this. Regards, Shruthi Varma. -- 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] How to delete sms chats from Messaging Inbox programmatically?

2011-10-31 Thread Shruthi Varma
Thanks a lot. abortBroadcast() worked for me Regards, Shruthi. On Mon, Oct 31, 2011 at 6:08 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 31, 2011 at 8:25 AM, Shruthi Varma shruthi.tlis...@gmail.com wrote: Using Broadcast Receiver, I am able to receive sms in my app

[android-developers] Re: How to get profile information from twitter in android application?

2011-10-11 Thread Shruthi Varma
help. Regards, Shruthi. On Wed, Sep 28, 2011 at 7:23 PM, Shruthi Varma shruthi.tlis...@gmail.com wrote: Hi All, I am developing an application in which the user can login through facebook and twitter Then I have to access their profile information (such as First Name, Last ame etc) from

[android-developers] How to store cookies in an application for future use?

2011-10-11 Thread Shruthi Varma
Hi All, In my application, I get all the cookies from the post requests with the HttClient.getCookieStore method. I want to save these cookies so the next time the app is started, the user don't have to log in. I don't know how to save the cookies in an application. Because in the shared

[android-developers] How to get profile information from twitter in android application?

2011-09-28 Thread Shruthi Varma
Hi All, I am developing an application in which the user can login through facebook and twitter Then I have to access their profile information (such as First Name, Last ame etc) from facebook or twitter. Using Facebook sdk, I can get the information. But I don't know how to get the profile

[android-developers] How to create private folders in sdcard?

2011-09-13 Thread Shruthi Varma
Hi All, I have to store some images in a folder in sdcard and retreive back from my application. But I dont want to view those images in gallery. That means, I want to store images which is specific to that application itself. Is it possible. Regards, Shruthi. -- You received this message

Re: [android-developers] How to create private folders in sdcard?

2011-09-13 Thread Shruthi Varma
Then can you please help me out with an example. On Tue, Sep 13, 2011 at 1:05 PM, Amit Mangal forum.amit.man...@gmail.com wrote: yes it is possible On Tue, Sep 13, 2011 at 1:00 PM, Shruthi Varma shruthi.tlis...@gmail.com wrote: Hi All, I have to store some images in a folder in sdcard

Re: [android-developers] Re: How to create private folders in sdcard?

2011-09-13 Thread Shruthi Varma
But I am not supposed to store those images in my app folder as per my client's requirements. This is achievable in Iphone. On Tue, Sep 13, 2011 at 2:09 PM, Marcin Orlowski webnet.andr...@gmail.com wrote: Then can you please help me out with an example. Please quote the right way Just

[android-developers] How to toggle on gps in android programatically?

2011-08-25 Thread Shruthi Varma
Hi All, In my application, I need to toggle on the GPS programatically. This question was asked many times, and the answer is in Android, you can programmatically turn the Wifi on or off, but not the GPS. But many market applications can turn the GPS on or off programatically. So I thought

[android-developers] How to set style attribute for progress bar programmatically?

2011-07-28 Thread Shruthi Varma
Hi all, The default ProgressBar is white in color, which will not be visible on white background. So I needed a black progressbar in my application which I acheived by setting the style attribute (*progressBarStyleInverse*) in xml as given below: ProgressBar android:id=*@+id/progress_bar*

[android-developers] Error in http request. Status:0

2011-07-28 Thread Shruthi Varma
Hi All, I am getting this error (Error in http request. Status:0) when I am trying to load a url in webview in my application. Here is my code: webView.getSettings().setJavaScriptEnabled(true); webView.loadUrl(webUrl); webView.setWebChromeClient(new WebChromeClient() { public void

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Shruthi Varma
But we can't create ArrayList at runtime right. I am not able to find a different approach too. :( Regards, Shruthi. On Wed, Jul 13, 2011 at 9:43 AM, Durgadoss Ramanathan r.durgad...@gmail.com wrote: You can try ArrayList data structure... On Tue, Jul 12, 2011 at 7:55 PM, Shruthi Varma

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread Shruthi Varma
Hi, You didn't get my point. After parsing that xml, I will get a number of magazines (images). I have to store all the images of each magazine in a separate ArrayList. If I know in advance that I will get 3 magazines, I can initialize 3 ArrayList and store images in it as you said. But the

[android-developers] How to create Dynamic Arrays?

2011-07-12 Thread Shruthi Varma
Hi All, I have to parse the xml pasted below and store all the images under preview_images tag under magazine tag in one Array. If there was only one magazine tag, It would be a simple job, to create an array and store all the images in it. But there can be 1 or more than 1 magazines. I have

Re: [android-developers] How to scroll images with both swipe and click in android?

2011-06-30 Thread Shruthi Varma
it. Regards, Shruthi. On Wed, Jun 29, 2011 at 7:45 PM, TreKing treking...@gmail.com wrote: On Wed, Jun 29, 2011 at 3:10 AM, Shruthi Varma shruthi.tlis...@gmail.comwrote: I can achieve swipe and slide action in gallery view but I am not able to click and slide. Help with what? You can figure out

Re: [android-developers] Resume for the post of Software Developer

2011-05-25 Thread Shruthi Varma
Hi, Upload your resume to Monster or Naukri. You will surely get a nice job. Regards, Shruthi. On Wed, May 25, 2011 at 7:31 PM, tushar sahni tusharsahn...@gmail.comwrote: Respected Sir I am sending You my latest Resume For The Post Of Software Developer. Regards Tushar Sahni --

Re: [android-developers] [android-developer] exception catch sequence

2011-05-05 Thread Shruthi Varma
Use alll, what's the problem in that. An object.close() doesn't give you exception if you have initialized that object. But still I think these 3 might be important as it deals with the inputstream. fileInput.close() buf.close() dataInput.close() InputStreams must be closed after its contents

Re: [android-developers] How to download animated gif Image?

2011-04-20 Thread Shruthi Varma
Thanks for Google searching for me. It wasn't hard. But I had searched a lot, before posting here. Still I haven't got the result. Regards, Shruthi. On Fri, Apr 15, 2011 at 2:22 AM, TreKing treking...@gmail.com wrote: On Tue, Apr 12, 2011 at 5:29 AM, Shruthi Varma shruthi.tlis

Re: [android-developers] Fragment, how to send message from one fragment to another

2011-04-20 Thread Shruthi Varma
What do you mean by fragments, Please explain in Detail... Regards, Shruthi. On Mon, Apr 18, 2011 at 12:37 PM, Droid rod...@gmail.com wrote: If I click a button in one fragment, what is the best way to get a response in another fragment? eg click button in fragment1 which displays text in a

Re: [android-developers] static variable set to null

2011-04-13 Thread Shruthi Varma
Because many instances of that object (static variable) is created. If you want to share the variable across all the activities, use shared preferences for primitive types like integer, float, string, boolean etc. You can also use a Singleton class, which creates one instance, with getter and

[android-developers] Problem with DefaultHttpClient in LG P500h android.

2011-04-13 Thread Shruthi Varma
Hello everyone. I am working on a project which needs login authentication for other connections with server. So, I am using the same DefaultHttpClient for Login and other connections. Because the AXPAUTH cookie will be stored in that DefaultHttpClient connection. My application works on all the

[android-developers] How to download animated gif Image?

2011-04-13 Thread Shruthi Varma
Hello Everyone, I have to download the images from server and show it in my application. The images may be jpeg, png and animated gif. I am downloading jpeg and png images into Bitmap. But If I try to download gif image, it only downloads the first frame of that animated image. Please tell me how