[android-developers] Activity getting killed and automatically starting again on screen off button press

2010-08-13 Thread Shashidhar
screen off and on. Any specific reason for this ? Please help me. Thanks, Shashidhar -- 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] Activity getting killed and automatically starting again on screen off button press

2010-08-13 Thread Shashidhar
, Shashidhar shashi.zep...@gmail.comwrote: Hi, We are experiencing this strange problem. If I press screen off button When my activity is running, its again starting a new activity. If I press the screen off button again and unlock the phone, it again starts a new activity. So in total

Re: [android-developers] Activity getting killed and automatically starting again on screen off button press

2010-08-16 Thread Shashidhar
gets unlocked it starts in the other mode hence a new activity is getting created each time. Thanks, Shashidhar On Fri, Aug 13, 2010 at 9:56 PM, TreKing treking...@gmail.com wrote: On Fri, Aug 13, 2010 at 1:56 AM, Shashidhar shashi.zep...@gmail.comwrote: Any specific reason

Re: [android-developers] Re: make automatic login on application

2010-08-18 Thread Shashidhar
When the login is success full store the credentials in local sqlite database. Whenever your app starts it should check this local database first and if there are already no credentials stored then redirect to login page else to redirect it to your app's home screen. Thanks, Shashidhar On Wed

Re: [android-developers] Re: Scrolling in a ListView

2010-08-21 Thread Shashidhar
*game.getTeamNames()* method's result. Thanks, Shashidhar On Fri, Aug 20, 2010 at 11:21 PM, Sebastian Muehr sebastian.mu...@googlemail.com wrote: On 20 Aug., 19:17, TreKing treking...@gmail.com wrote: You probably need to provide more information, like what you adapter looks like, how you've

Re: [android-developers] How to email the screen

2010-08-25 Thread Shashidhar
You can take a snapshot of your mobile screen using DDMS and attach it here. On Thu, Aug 26, 2010 at 12:11 AM, ArcDroid jacobrjohn...@gmail.com wrote: Hello, I am trying to email whats it on the screen. I am able to email text, but don't know what to call for the screen to be sent as an

[android-developers] Problem with spinner in a list view

2010-08-30 Thread Shashidhar
Hi, I am using a custom list adapter with a spinner in each item. There is a strange problem with the value the spinner shows. For some of the items the spinner always shows the first value in the adapter set to the spinner but when I touch on spinner, on the pop up selection list it shows the

Re: [android-developers] EditText field not update, how to do this?

2010-09-01 Thread Shashidhar
Can you please post the code here.. On Wed, Sep 1, 2010 at 3:42 PM, Mystique joven.ch...@gmail.com wrote: Hi, I have an EditText field and a button. My aim is to let user enter text info to the EditText or click the button to launch a dialog to select some checkbox and radio button

Re: [android-developers] Re: Problem with spinner in a list view

2010-09-01 Thread Shashidhar
problem. Thanks, Shashidhar On Tue, Aug 31, 2010 at 1:12 AM, Kumar Bibek coomar@gmail.com wrote: Can you post some code as to what you are doing? That's interesting I would say, A spinner in a List View, :) I would suggest not to do that, but still if you have to, well, let's fix

Re: [android-developers] Re: Problem with spinner in a list view

2010-09-01 Thread Shashidhar
Yeah agreed, but I have no other quick option. On Wed, Sep 1, 2010 at 4:20 PM, Mark Murphy mmur...@commonsware.com wrote: On Wed, Sep 1, 2010 at 6:47 AM, Shashidhar shashi.zep...@gmail.com wrote: Thanks for the replies. I have fixed this one. Previously while returning the view from

[android-developers] softKeyboard's next button not taking focus to the next edit text

2010-09-01 Thread Shashidhar
)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(input1.getWindowToken(), 0); } }); alert.show(); } }); } } Thanks, Shashidhar * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: softKeyboard's next button not taking focus to the next edit text

2010-09-01 Thread Shashidhar
, it worked. * On Wed, Sep 1, 2010 at 4:31 PM, Shashidhar shashi.zep...@gmail.com wrote: Hi, In My code I have an alter window in which I take a mac address as input. For this I have created 6 Edit texts to accept mac address. Now my problem is When I am in first edit text and click on next

[android-developers] Memory problem with UI elements

2010-09-01 Thread Shashidhar
not collecting my UI elements. Thanks, Shashidhar -- 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

Re: [android-developers] Memory problem with UI elements

2010-09-01 Thread Shashidhar
On Wed, Sep 1, 2010 at 7:25 PM, Mark Murphy mmur...@commonsware.com wrote: On Wed, Sep 1, 2010 at 9:48 AM, Shashidhar shashi.zep...@gmail.com wrote: In my application I change layouts very frequently with most of the user interactions. Do you mean you call setContentView() repeatedly

[android-developers] How to repeatedly draw on a canvas

2010-09-06 Thread Shashidhar
Hi, My requirement is to draw a line on canvas for every second. I am able to draw the line but its clearing the previously drawn lines when I call myview.invalidate(). Now my question is how to draw a new line retaining all the previously drawn line on the same canvas. Thanks, Shashidhar

Re: [android-developers] How to repeatedly draw on a canvas

2010-09-06 Thread Shashidhar
@Frank: Thanks and could you please elaborate what is a display list On Tue, Sep 7, 2010 at 9:42 AM, Frank Weiss fewe...@gmail.com wrote: I suppose you need to use a display list. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Problem with icons of Menu items

2010-09-07 Thread Shashidhar
Hi, I have a problem with showing icons for menu items. The items which appear when I click on menu button are having icons but When I click on More option in Menu, The newly shown menu items are not having any icons even though I have set the icons for these items in my xml. Thanks, Shashidhar

Re: [android-developers] How to use 'SQLiteStatement' to insert a item ( with multiple columns)

2010-09-07 Thread Shashidhar
On Mon, Sep 6, 2010 at 8:19 PM, xi developer xidevelope...@gmail.comwrote: I am new in Android development, I got a simple question to ask, I know the way how to implement item insert to DB table when there is only one id column and one name column in the table, which is: CREATE TABLE

[android-developers] Shuttle component in Android ???

2010-06-25 Thread shashidhar
Hi, In my android application I need a shuttle widget ( picture of shuttle widget is at http://technology.amis.nl/blog/wp-content/images/reorderColumns3.jpg ). Can someone provide the code if you already have done it before?? If not suggest me the easiest way to implement it. -- You received

Re: [android-developers] listview....want to set different icon in each item in list.

2010-08-03 Thread Shashidhar
http://stackoverflow.com/questions/459729/how-to-display-list-of-images-in-listview-in-android http://stackoverflow.com/questions/459729/how-to-display-list-of-images-in-listview-in-android -Shashi On Tue, Aug 3, 2010 at 1:25 PM, A N K ! T ankit.awasth...@gmail.com wrote: am trying to set 6

[android-developers] moving text effect in spinner

2010-09-15 Thread Shashidhar
more question, when we click on spinner it shows the selection list in a popup, since the URL is larger than the text it can display, only some part of the URL is shown. how can we deal with it. Is there a way to apply the same text moving effect to the list items. Thanks, Shashidhar -- You

Re: [android-developers] Can we customize spinner dialog

2010-09-15 Thread Shashidhar
Yes, You can do it. While setting the dropdownviewresource for the adapter of your spinner, define your own xml layout instead of the android's inbuilt resource xml. Your xml can simply have a textview with your required layout parameters. -Shashidhar On Thu, Sep 16, 2010 at 9:55 AM, Karteek N

Re: [android-developers] How to calculate distance between to city (dynamically)

2010-09-16 Thread Shashidhar
-Shashidhar On Thu, Sep 16, 2010 at 12:45 PM, RKJ (Android developer) rkjhaw1...@gmail.com wrote: Hi All, I want to calculate the distance between 2 city, whatever user mention. Example - Default City - 1st City - New York or New Delhi, London Seoul anything User Put - 2nd City

Re: [android-developers] Re: How to calculate distance between to city (dynamically)

2010-09-17 Thread Shashidhar
Doesn't the method of Location class implement the same formula??? On Fri, Sep 17, 2010 at 11:21 AM, Rocky rkjhaw1...@gmail.com wrote: thanks man On Fri, Sep 17, 2010 at 11:12 AM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: The Haversine formula computes distance between two

Re: [android-developers] Destroy Android Thread

2010-09-25 Thread Shashidhar
for the first time when you first create the dialog. 2) Instead of cancelling the dialog, call dismiss(). This will remove the dialog and when you want to show the dialog again, create a new one and show. This is a bit expensive as you are creating a new dialog each time. Thanks, Shashidhar On Sat, Sep

Re: [android-developers] Layout problem on Galaxy tab emulator

2011-01-10 Thread Shashidhar
Any Success on this. I am also having the same issue. Thanks, Shashidhar On Mon, Dec 20, 2010 at 1:21 PM, Bape peete...@gmail.com wrote: I want to develop a application on Samsung Galaxy. The resolution is 1024 * 600 My mainlayout should look like this: http://office.techniconsulting.be

Re: [android-developers] Layout problem on Galaxy tab emulator

2011-01-10 Thread Shashidhar
, Shashidhar пишет: Any Success on this. I am also having the same issue. Thanks, Shashidhar On Mon, Dec 20, 2010 at 1:21 PM, Bape peete...@gmail.com wrote: I want to develop a application on Samsung Galaxy. The resolution is 1024 * 600 My mainlayout should look like this: http

Re: [android-developers] Drawing circle in MapView

2010-10-29 Thread Shashidhar
I think you are missing a call to invalidate() on map view after adding the overlay. -Shashi On Fri, Oct 29, 2010 at 12:26 PM, Hendrik Greving fourhend...@gmail.comwrote: Trying to draw a circle at a longitude/latitude position. The circle below doesn't show up, does anybody know why?

[android-developers] how to show a progressbar in a canvas

2011-02-28 Thread Shashidhar
bar on the canvas. Any help on this is appreciated. Thanks, Shashidhar -- 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

[android-developers] Re: how to show a progressbar in a canvas

2011-02-28 Thread Shashidhar
To add to the above question, I have seen some progress bar examples in API demos. but they are using xml to represent the progress bar. Is there a way to access the xml specified progress bar to show on canvas?? On Tue, Mar 1, 2011 at 12:28 PM, Shashidhar shashi.zep...@gmail.com wrote: Hi, I

[android-developers] Problem with resources while drawing

2011-03-07 Thread Shashidhar
: ERROR/ViewRoot(264): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) 03-07 15:03:21.102: ERROR/ViewRoot(264): at dalvik.system.NativeStart.main(Native Method) Thanks, Shashidhar -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Resource not found exception when my activity goes to background

2011-05-25 Thread Shashidhar
(Resources.java:580) 05-25 14:22:50.075: WARN/System.err(1339): at android.view.View.setBackgroundResource(View.java:7533) 05-25 14:22:50.085: WARN/System.err(1339): at android.sample.MyActivity.setImgAndPerc(MyActivity.java:2879) Thanks, Shashidhar -- You received this message because you

Re: [android-developers] Bluetooth: Server vs Client

2011-05-26 Thread Shashidhar
On Thu, May 26, 2011 at 9:38 AM, JR jayarr.patri...@gmail.com wrote: Hello I am new in android application development. I have red the BluetoothChat sample code and having a hard time understanding the server-client side. My question is: If I set the device (say dev1) be the server and the

Re: [android-developers] center buttons

2011-06-01 Thread Shashidhar
see the text in red color below. On Wed, Jun 1, 2011 at 3:20 PM, Knutsford Software i...@knutsford-software.co.uk wrote: I have this layout ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical

Re: [android-developers] change the image of the individual row

2011-06-01 Thread Shashidhar
On Tue, May 31, 2011 at 5:46 PM, Amritesh amriteshmad...@gmail.com wrote: I am developing an application which will contain the lists of songs every row has play image .On click of this image it should change to a green one (like on and off), but if there is another image in different row is

Re: [android-developers] Generating .jar from Android service project

2011-06-01 Thread Shashidhar
Every service that you use in your application should have an entry in the androidmanifest file. Your service is no exception... On Tue, May 31, 2011 at 6:57 PM, DanielSchH dan...@schmitz-huebsch.netwrote: Hello, I have a Android Project which implements a android-service. Now I want to

Re: [android-developers] How can I know when the home button has been pressed?

2011-06-08 Thread Shashidhar
Follow this: http://stackoverflow.com/questions/2261914/catch-keypress-with-android On Wed, Jun 8, 2011 at 12:04 PM, Droid rod...@gmail.com wrote: I have a thread that needs specifically to be cancelled when the home button is pressed. But, nothing reliable gives me that information. (I have

[android-developers] opening a url in browser with post data from an activity

2011-06-13 Thread Shashidhar
Ideas on how to send the URL data using POST method to open it in browser. Thanks, Shashidhar -- 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] opening a url in browser with post data from an activity

2011-06-13 Thread Shashidhar
); webview.postUrl(http://www.example.com/;, post); But it doesn't work. Thanks, Shashi *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jun 13, 2011 at 5:11 PM, Shashidhar shashi.zep...@gmail.comwrote: Hi, I need to open a browser with a URL

[android-developers] how to launch youtube activity to play a playlist

2012-08-29 Thread Shashidhar
Hi, I have the youtube playlist id and I want to launch the youtube activity to play that playlist(which contains a series of videos). I have searched on internet but could not get any solution. any help is appreciated Thanks, Shashidhar -- You received this message because you

[android-developers] How to find which drawable folder is being used??

2011-11-02 Thread Shashidhar
sizes. Thanks, Shashidhar -- 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: How to find which drawable folder is being used??

2011-11-04 Thread Shashidhar
shown on the GUI :) . Thanks, Shashidhar On Fri, Nov 4, 2011 at 3:29 PM, Marcel Arts marcelarts1...@gmail.comwrote: Hello anyone, I want to know more about this issue too! Does anyone can give 'us' more info about the 3 drawable folders? (hdpi,ldpi and mdpi) Witch drawable resource

Re: [android-developers] record video with camera

2012-03-28 Thread Shashidhar
On Tue, Mar 27, 2012 at 7:05 PM, MANJINDER SANDHA manjindersing...@gmail.com wrote: i want code of recording video with camera in android... I want anjelina angelina jolie !!! LoL... Do some google search before posting some questions here. -- You received this message because you

Re: [android-developers] BT transfer data issue

2011-06-22 Thread Shashidhar
Every time you read the data that you want call flush. In your example on client side after reading abcdefghijklmnop call flush. You can do this every time you are done with reading. On Wed, Jun 22, 2011 at 1:09 PM, wu mark androidmark2...@gmail.com wrote: Dear : Thanks. Sorry,

Re: [android-developers] Fail to install Apk on device

2011-06-28 Thread Shashidhar
What does the logcat say On Tue, Jun 28, 2011 at 6:07 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone please any one tell how i install apk file on my device. when i install apk file it should show me a message Application not install . please any one help me or

Re: [android-developers] Orientation change problem

2011-07-11 Thread Shashidhar
Check if these help. http://stackoverflow.com/questions/5685631/how-can-i-prevent-edit-text-being-hidden-by-the-android-keyboard http://stackoverflow.com/questions/6473399/android-edittext-stays-hidden-behind-the-keyboard Thanks, Shashi On Mon, Jul 11, 2011 at 3:32 PM, muthumani

Re: [android-developers] Re: Getting Discovered Bluetooth Devices List Returns Too Late

2011-07-12 Thread Shashidhar
You should have 2 broadcast receivers. one for getting the discovered bluetooth devices in your list using ACTION_FOUND intent filter. second one is for Knowing when the discovery is completed using ACTION_DISCOVERY_FINISHED. In this broadcast receiver, you should take the devices list when you

Re: [android-developers] Re: Minimize activity on back key press

2011-07-13 Thread Shashidhar
Check this. http://developer.android.com/reference/android/app/Activity.html#moveTaskToBack(boolean) On Wed, Jul 13, 2011 at 11:52 AM, Ali Chousein ali.chous...@gmail.comwrote: Study and understand the activity lifecycle well (http:// developer.android.com/reference/android/app/Activity.html)

[android-developers] How to find Bluetooth discoverability time left?

2012-02-21 Thread Shashidhar
, I am able to show the proper time left and update it every second. But, if the bluetooth is already in discoverable mode when my activity gets started, is there a way by which I can get the time still left for bluetooth to be in discoverable mode? Thanks, Shashidhar -- You received this message

Re: [android-developers] Children Height in Expandable List View

2012-02-21 Thread Shashidhar
You must have given fixed width to the view that displays address. Make it to wrap_content and that should do. -Shashi On Wed, Feb 22, 2012 at 4:55 AM, TreKing treking...@gmail.com wrote: On Tue, Feb 21, 2012 at 2:42 PM, Naren naren.garap...@gmail.com wrote: Where can i change the height of

Re: [android-developers] Children Height in Expandable List View

2012-02-21 Thread Shashidhar
On Wed, Feb 22, 2012 at 11:29 AM, Shashidhar shashi.zep...@gmail.comwrote: You must have given fixed width to the view that displays address. Make it to wrap_content and that should do. Same is the case with height also. -Shashi On Wed, Feb 22, 2012 at 4:55 AM, TreKing treking

Re: [android-developers] How to find Bluetooth discoverability time left?

2012-02-21 Thread Shashidhar
chipset to chipset.) kris On Tue, Feb 21, 2012 at 8:50 AM, Shashidhar shashi.zep...@gmail.com wrote: Hi, In my activity, I need to show a counter which represents, how much time still left for bluetooth to be in discoverable mode. If bluetooth is not already in discoverable mode

Re: [android-developers] Why explicit need for Permissions to be specified in Manifest File

2012-02-23 Thread Shashidhar
features your app uses whether to install it or not. Thanks, Shashidhar On Thu, Feb 23, 2012 at 5:27 PM, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: Hi, Looking for some inputs why Android explicitly expects all the permissions need to be declared in Android Manifest file.. Can

Re: [android-developers] How to restrict ContentProviders to be used for some apps

2012-02-23 Thread Shashidhar
Check out the content provider permissions @ http://developer.android.com/guide/topics/security/security.html#declaring Thanks, Shashidhar On Thu, Feb 23, 2012 at 4:38 PM, ashiq sayyad ashiqsay...@gmail.com wrote: I have created one custom content provider.I want only my apps should use my

Re: [android-developers] regarding tabhost

2012-02-27 Thread Shashidhar
This group is to help you, if you are stuck on something while programming but not to share the code... On Tue, Feb 28, 2012 at 12:03 PM, Mulsaniya Bhadresh bhadresh.ha...@gmail.com wrote: Hello, Please anyone have complete tabhost code so that i can develop my application with the help of

Re: [android-developers] split the string in three parts...

2012-02-27 Thread Shashidhar
It's all good. What the hell is your problem then??? On Tue, Feb 28, 2012 at 9:36 AM, IS SOA isso...@gmail.com wrote: I am trying to split the below string into three parts String _books = |||###Chapter 01###ONE###INDEX 1|||###Chapter 02###TWO###INDEX 2|||###Chapter 03###THREE###INDEX 3|||;

[android-developers] Bluetooth not getting paired

2011-08-29 Thread Shashidhar
Hi, I am trying to pair a Bluetooth device in my program. I open a server socket and wait for the client to connect and when the client connects to the server for the first time, its prompting a Bluetooth pairing request dialog. So far its all fine. But even if I enter the correct

[android-developers] UI getting slow on video playing

2012-12-19 Thread Shashidhar
are getting updated every 1 sec. properly. Can any one suggest me a approach such that both the video playing and textview updates on UI occur properly with out any delay? Thanks, Shashidhar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: UI getting slow on video playing

2012-12-19 Thread Shashidhar
onProgressUpdate(Void... values) { //Code to update UI } } On Wed, Dec 19, 2012 at 5:26 PM, skink psk...@gmail.com wrote: Shashidhar wrote: Hi, In my application, I am majorly doing 2 things. 1) some part of the screen plays video 2) The remaining part of screen has a set

Re: [android-developers] Re: UI getting slow on video playing

2012-12-19 Thread Shashidhar
In fact, the first thing I tried was the Handler approach, but it also had the same problem. Hence, I changed it to async task. On Wed, Dec 19, 2012 at 5:52 PM, skink psk...@gmail.com wrote: Shashidhar wrote: Below is the async task I am using to update the UI private class

Re: [android-developers] Re: UI getting slow on video playing

2012-12-19 Thread Shashidhar
, skink psk...@gmail.com wrote: Shashidhar wrote: In fact, the first thing I tried was the Handler approach, but it also had the same problem. Hence, I changed it to async task. I'm using surface view with handlers and its working like a charm pskink -- You received this message

[android-developers] Injecting focus change events programatically

2013-01-07 Thread Shashidhar
to change focus. So, is there a public API that can handle changing focus based on my remote control buttons in all the installed apps. In all I need all the navigation of the system with remote control. Thanks, Shashidhar -- You received this message because you are subscribed to the Google

[android-developers] Re: Injecting focus change events programatically

2013-01-30 Thread Shashidhar
Any help on this??? On Mon, Jan 7, 2013 at 4:48 PM, Shashidhar shashi.zep...@gmail.com wrote: Hi, I have seen the examples for injecting key press and motion events programmatically in android. But is there a way to inject focus change events programmatically. I want to make a android

[android-developers] Listview items focus change event

2013-03-12 Thread Shashidhar
() method. But its not working. Any help is appreciated. thanks, Shashidhar -- -- 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

[android-developers] Re: Listview items focus change event

2013-03-12 Thread Shashidhar
Found the solution. OnItemSelectedListener on list view gets the position of the current focused list item.| On Tue, Mar 12, 2013 at 6:17 PM, Shashidhar shashi.zep...@gmail.com wrote: Hi, I have an application which has a custom listview. I run it on a smart tv android device

[android-developers] How to take the focus on to the softkeyboard

2013-04-17 Thread Shashidhar
the soft keyboard when it takes focus. Is there any way by which I can take the focus on to the soft keyboard. I mean, I should be able to use the next, prev, up and down arrows buttons of my remote control to move across the soft-keyboard keys and type in into the edittext. Thanks, Shashidhar

[android-developers] 2 Media players can not run simulateneously

2013-04-27 Thread Shashidhar
, the first one is not working. I get the error *E/MediaPlayer.java(4528): release prev. media player* as soon as it creates the 2nd instance of media player. Any help? Thanks, Shashidhar -- -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: 2 Media players can not run simulateneously

2013-04-28 Thread Shashidhar
/MediaPlayer.java/?v=source Seems to have about 2433. Maybe you can copy and paste the stack trace? Thanks. On Saturday, April 27, 2013 5:27:08 AM UTC-5, shashidhar wrote: Hi, I am trying to run a video(with audio - using surfaceview approach to play video) and a separate another audio file

[android-developers] Recreating a surface view

2013-05-15 Thread Shashidhar
the video again. How can I do this? I mean as soon as the video completes for the first time the surfaceview is destroyed. How can recreate the surfaceview to play the video for the 2nd time after 5 mins?? Thanks, Shashidhar -- -- You received this message because you are subscribed to the Google

Re: [android-developers] Recreating a surface view

2013-05-15 Thread Shashidhar
Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 15, 2013 at 9:58 AM, Shashidhar shashi.zep...@gmail.comwrote: Hi, I have a framlayout which has 2 childs. One is a surfaceview and the other one is an imageview. I need to play a video on the surfaceview

[android-developers] gzip compression for http parameters

2014-09-29 Thread Shashidhar
)); HttpResponse response= httpclient.execute(httppost); Any help is appreciated. Thanks, Shashidhar -- 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

[android-developers] FusedLocationApi does not update location with out interent

2015-12-18 Thread Shashidhar
while initializing the location request and that did not help with out internet. Appreciate your Help! Thanks, Shashidhar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emai

[android-developers] Different APKs for same code on difference machines

2015-12-29 Thread Shashidhar
Hi, I have used the same code base and referenced the same android version on 2 windows machines and generated APKs on both of them. The APK's differ in size. What could the possible reasons for APKs to differ even thought I have same development environment in both machines. Thanks, Shashidhar

[android-developers] Shuttle component in Anroid ???

2010-06-25 Thread shashidhar yamsani
the widget's pic. below. [image: shuttle_widget.jpg] Thanks Shashidhar -- 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

Re: [android-developers] Re: Map is Empty, no matter what I do

2010-07-28 Thread shashidhar yamsani
Some time back I was having the same problem. My mistake was that I have added both the 1. uses-library android:name=com.google.android.maps / 2. uses-permission android:name=android.permission.INTERNET / as childs for application tag. But the first one Should go as a child for