OP's post needs better subject line. I was expecting a happy new year message.
On Tuesday, January 1, 2013 2:22:49 PM UTC-8, Lew wrote: > > sree wrote: > >> 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 <prioritynamearray.length; s++) { >> for (int t = 0; t <taskvaluesarray.length; t++) { >> taskoutput[s][t]=here how can i add above two values into 2d arrays. >> } >> } >> >> >> PLEASE SEND ME REPLAY. >> > > You don't need to keep posting the same question over and over. Did not > the other answers > work for you? Have you replied to the questions in your other thread on > this exact matter? > > I spent a bit of time piecing together example code and links for you. Did > any of that help? > > -- > Lew > > -- 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, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en