Re: [android-developers] hi plz help me in push notification implementation

2012-03-15 Thread sha m
hope this tutorial helps you http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html regards, sha On Thu, Mar 15, 2012 at 4:45 PM, Satheesh Kumar T satheesh.androiddevelo...@gmail.com wrote: hi, how to registration id of the android app??? thank u -- You received this

[android-developers] Connectivity Manager does not return Active network information

2012-03-15 Thread sha m
Hi, I'm trying to find the current active network with the help of ConnectivityManager. ConnectivityManager.getActiveNetworkInfo() always returns null in android 2.1 device, eventhough i have enabled wifi,bluetooth. Could someone advice me on this. Regards, Sha -- You received this message

Re: [android-developers] Back button not working properly after coming out of Tabactivity

2012-03-15 Thread sha m
Why is the current process killed on back press?? On Thu, Mar 15, 2012 at 4:11 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, Under a particular tab of the tabactivity ,there are 2 activities. A and then B.From the menu of B activity when i press Logout it goes to Login

Re: [android-developers] Connectivity Manager does not return Active network information

2012-03-16 Thread sha m
Hi Mark and Robert , Thanks a lot for the information. I had my bluetooth active and connected to another mobile, but still returned null in API level 7. So it means this can be verified only above API level 13? My intention was to check the VPN connection. Could you please guide me on that?

Re: [android-developers] How to keep activity running

2012-03-19 Thread sha m
There are four components part of application. Instead of using activity create a service and try to use it... On Mon, Mar 19, 2012 at 7:09 PM, RedBullet scottedchap...@gmail.com wrote: My application is a GPS nav type app. Needs to be running when I am doing a route. It appears that the

[android-developers] how to use android library project jar and resource?

2012-04-18 Thread sha m
Hi folks, I have jar and resource folder of an android library project. I wanted to refer the resources of the library project in my project from eclipse. I do not want to refer the library project source code in the application project since android has provided an option to export the library

Re: [android-developers] how to use android library project jar and resource?

2012-04-18 Thread sha m
thank you for the information. On Wed, Apr 18, 2012 at 6:28 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Apr 18, 2012 at 8:21 AM, sha m temptes...@gmail.com wrote: I do not want to refer the library project source code in the application project since android has provided an option

Re: [android-developers] how to display a text above Coverflow

2012-03-06 Thread sha m
The label of the activity can be used instead using a seperate text view. Regards, Sha On Mon, Mar 5, 2012 at 12:04 PM, ravi . ravikanth...@gmail.com wrote: I need to display a textview on the top of the coverflow of each item when i scroll

Re: [android-developers] Background and foreground image views

2012-03-08 Thread sha m
FrameLayout helps to draw one view above another On Thu, Mar 8, 2012 at 6:10 PM, Put_tiMe putt...@gmail.com wrote: I need to have a background and a foreground image views in a LinearLayout. Obviously the background has to be drawn before the foreground. How can I do it? -- You

Re: [android-developers] if condition not working in intent activity

2012-03-08 Thread sha m
pin is the edittext object. compare the value of the pin pin.getText().toString() to compare the value that u expect On Tue, Mar 6, 2012 at 12:45 AM, ~JAI~ jayakarthik2...@gmail.com wrote: hi friends, i'm new to android. i'm using the code below to create a new intent activity based on if

Re: [android-developers] Re: android bindservice rotation

2012-06-04 Thread sha m
why shouldnt startservice/stopservice instead of bind/unbinding to the service On Mon, Jun 4, 2012 at 3:15 PM, Kostya Vasilyev kmans...@gmail.com wrote: 04.06.2012 13:06, Greenhand написал: I modify my code and use bindService(new Intent(getApplicationContext()**,

Re: [android-developers] HTML content on AppWidget

2012-06-04 Thread sha m
Hi, Android allows to draw remote views for widget. Remote view do not support all the view to be placed in it. On Mon, Jun 4, 2012 at 9:49 AM, zhang guichuan codeman.zh...@gmail.comwrote: i have search for a long time. some method can add a complex app widget on launcher. such as add