Re: [android-developers] WiFi

2012-08-09 Thread Basva Raj
You can go for HTTP post method...like this JSONArray jArray; JSONArray jArray1; String wifiAddress = null; String result = null; InputStream is = null; StringBuilder sb = null; Handler handler; String option1[] = new String[100]; String option2[] = new

Re: [android-developers] changing text color, font for datePicker widget

2012-08-07 Thread Basva Raj
You can do like this, DatePicker picker; ViewGroup childpicker; childpicker = (ViewGroup) findViewById(Resources.getSystem().getIdentifier(month /*rest is: day, year*/,id, android)); EditText textview = (EditText) picker.findViewById(Resources.getSystem().getIdentifier(timepicker_input, id,

Re: [android-developers] Re: changing text color, font for datePicker widget

2012-08-07 Thread Basva Raj
Define some colors in values and try to call those instead of putting directly... On Tue, Aug 7, 2012 at 4:54 PM, sweta sweta.s...@gmail.com wrote: tried setting below theme for activity in manifest but font color is not changing. On Tuesday, August 7, 2012 4:35:15 PM UTC+5:30, sweta wrote:

Re: [android-developers] Re: changing text color, font for datePicker widget

2012-08-07 Thread Basva Raj
*Customizing Widgets Using CSS* last option as if i know.. On Tue, Aug 7, 2012 at 5:25 PM, sweta sweta.s...@gmail.com wrote: Tried setting colors in values but not reflecting in the datepicker layout On Tuesday, August 7, 2012 4:54:55 PM UTC+5:30, sweta wrote: tried setting below theme