Re: [android-developers] HI BROS

2013-01-07 Thread Shaikh Altaf
for (int i=0; iwrote: > After takeing two one dimensional arrays, i prepared one two dimensional > array.like this way > > String [ ][ ] taskoutput=new > String[prioritynamearray.length][taskvaluesarray.length]; > then Loop is rotating like this way, > > > for (int s = 0; s for (int t = 0; t tas

Re: [android-developers] Hi bros

2013-01-04 Thread TreKing
On Sat, Jan 5, 2013 at 12:49 AM, sree android wrote: > suggest me,What is the problem. Look at the documentation for makeText. You're using it wrong. - TreKing

[android-developers] Hi bros

2013-01-04 Thread sree android
Hi friends, See The above attachment image.In that i implemented CustomListView and text are retrive from SOAP webservices. But When i click on ListView,i cant get any response. Why suggest me,What is the problem. list.setOnItemClickListener(this); @Override public void onItemClick(AdapterView

[android-developers] HI BROS

2013-01-01 Thread sree android
After takeing two one dimensional arrays, i prepared one two dimensional array.like this way String [ ][ ] taskoutput=new String[prioritynamearray.length][taskvaluesarray.length]; then Loop is rotating like this way, for (int s = 0; s http://groups.google.com/group/android-developers?hl=en