[android-developers] Sending data to android dev phone using 3G connection

2009-08-04 Thread Pushkar Sachdeva
I have a server application listening on port 5001 on an anroid dev phone. The client application running on my laptop tries to send data to the server application. The client can successfully connect and send data to the server machine when the phone has wifi enabled. The command to do this is -

[android-developers] Re: Change Tab Background

2009-07-30 Thread Pushkar
Try, TabWidget tw = getTabWidget(); for (int i = 0; i < tw.getChildCount(); i++) { View v = tw.getChildAt(i); v.setBackgroundDrawable(getResources().getDrawable (R.drawable.tabindicator)); } On Jul 28, 10:01 am, Ludwig Heinz wrote: > Hi guys, > > a simple ques

[android-developers] Re: Custom tabs issue

2009-07-30 Thread Pushkar
ources().getDrawable (R.drawable.transparent_background)); } catch (Exception e) { e.printStackTrace(); } --Pushkar On Jul 28, 11:32 am, Dandroid wrote: > I've set the background image of my tabs using: > > tabs.getTabWidget().getChildAt(index).setBackgro