Re: [android-developers] Including custom permissions in client app

2013-06-01 Thread Navindian
Dvdv On 01-Jun-2013 7:14 PM, Marten Gajda mar...@dmfs.org wrote: Hi list, I'd like to know if it's good practice to include a permission definition used by a content provider in another app that uses the content provider. Here is the problem: I have an existing app A that's already

[android-developers] gcm server connectivity

2013-05-11 Thread navindian
Hi my gcm program is working in my home pc. the same program is not working in the office network. our office network has some networking restrictions. my networking admin is not ready to open complete network for me. how should i unblock gcm server network to my office pc. should i enable

[android-developers] Re: GCM Firewall setting

2013-05-11 Thread navindian
what are the instructions i have to give to my network admin to provide access to gcm server? On Monday, July 30, 2012 9:49:34 PM UTC-7, Ewing wrote: Hi , I need to use GCM to push message , But My company have firewall block all traffic , I would like to ask Do Google can provide IP

[android-developers] honeycomb sample download

2012-01-19 Thread Navindian
I wish to download honeycomb sample download for 3.x . Could you please let me know where i could download? -- 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

[android-developers] Re:SDK update issue

2012-01-19 Thread Navindian
option for you from the SDK Manager, once you have that set up. On Thu, Jan 19, 2012 at 4:39 AM, Navindian navind...@gmail.com wrote: I wish to download honeycomb sample download for 3.x . Could you please let me know where i could download? -- You received this message because you

[android-developers] Re: honeycomb gallery sample download

2012-01-19 Thread Navindian
I am not getting the available packages as shown in this link. http://developer.android.com/sdk/adding-components.html#UpdatingComponents On Thu, Jan 19, 2012 at 7:39 PM, Navindian navind...@gmail.com wrote: sorry mark it is allowing me to download only sdk16. I need to download the samples

[android-developers] Target

2012-01-02 Thread Navindian
In my avd manager, Target is shown as disabled. This is happenning only for android 4.0. -- 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] How to call the activity class

2011-11-25 Thread Navindian
new intent(activityclass.class) startactivity(intent) On Fri, Nov 25, 2011 at 7:51 PM, mohana priya gpriyara...@gmail.com wrote: Hello android developers.I need to call the activity class inside the java class,because i need to do the application in phonegap.Please tell me the solution.Thanks

[android-developers] Re: Textview Issue?

2011-11-25 Thread Navindian
When case is 2, it is not showing TextView but when it is case1, it is showing image properly. The question here is how to show textview on the other fragment when clicked on the list on the other link. On Fri, Nov 25, 2011 at 10:38 PM, Navindian navind...@gmail.com wrote: PFA screenshot

[android-developers] Attach fragment2activity

2011-11-21 Thread Navindian
Hi in the honeycomb gallery, instead of showing image on the right hand side, i need to show a activity.. Could you please let me know the approach to do so.. Please leave me your comments.. thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Action Bar

2011-11-19 Thread Navindian
could you please send a minimal action bar example which just shows the tabs on the top. It needs to be a minimal version.just to run on a tablet with android 3.0. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Calling Activity 4m Fragment

2011-11-18 Thread Navindian
Hi I need to call the activity from a fragment, The following code is not working public class MyFragment extends Fragment{ *switch*(number){ *case* 1: Intent intent = *new* Intent(*this*.getActivity(), ActivityOne.*class*); *startActivityForResult*(intent); *break*; *case* 2: Intent

[android-developers] Fragments sample?

2011-11-17 Thread Navindian
Hi Can I get a fragment sample eclipse project which could be tested on my emulator. Thanks navindian -- 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] LED Button

2011-11-02 Thread Navindian
I need a button or text box which shows the status in different colors. which control matches to this as close asap. -- 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

[android-developers] 4 tabs view?

2011-10-31 Thread Navindian
I wish to have 4 tabs with a view. Each View contains some set of controls. any references for 2.x? -- 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] any HMI example

2011-10-26 Thread Navindian
Hi For the electrical device, is there any example where the u.i is develop to control or configure the devices? Thanks navindian -- 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

[android-developers] Dell ubuntu setup?

2011-10-25 Thread Navindian
We wish to do a development setup on Dell with ubuntu and Android environment. Any link or suggestion. As it is for business purpose, let me know the right way to do it. I can install eclipse on linux and do the setup. Any person who has similar environment, please let me know. -- You received

[android-developers] MapActivityError

2011-09-20 Thread Navindian
Hi I am creating an MAPActivity, for which i have put google android-sdk-windows\add-ons\addon_google_apis_google_inc_8\libs\maps.jar in the build path. I have changed AndroidManifest.xml from 7 to uses-sdk android:minSdkVersion =*8* / I am getting the following Error [2011-09-20 16:43:35 -

[android-developers] set spinner item

2011-07-21 Thread Navindian
I have developed u.i with spinner a button. When I click on a button I wish to set one of the items available in the spinners list. I tried with setselection, but there is no effect.any ideas? -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] 127.0.0.1 Connection refused when not connected to WiFi

2011-07-16 Thread Navindian
Use 10.0.0.2 instead of localhost or i.p.address. This will work. Thanks Naveen Gayar On Fri, Jul 15, 2011 at 1:46 AM, Uffe swedish...@gmail.com wrote: Hi! I am writing a service app which needs to be accessed from a browser (on the same device, never remotely) and whose URL needs to be

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-11 Thread Navindian
I was also suggested to put eclipse network connection setting with proxy address, port and credentials. But that is not working. On Tue, Jul 12, 2011 at 8:26 AM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Mon, Jul 11, 2011 at 9:15 PM, Streets Of Boston flyingdutc...@gmail.com wrote:

[android-developers] Emulator connectivity

2011-07-06 Thread Navindian
I heard that Emulator needs wifi only to connect to internet. I dont have wifi but with the network connection through cable or usb it wont work? What to do if I dont have wifi and wish to connect to localhost restful service. -- You received this message because you are subscribed to the

Re: [android-developers] Bluetooth Serial Port Question

2011-06-27 Thread Navindian
we are expecting a similar functionality from android. On Fri, Jun 24, 2011 at 1:05 PM, Si simonstewartke...@googlemail.comwrote: Hi, Can someone point me in the right direction please?! I am trying to connect to an industrial product using Android over Bluetooth. The device does not