Re: [android-developers] accessing 2d array from strings.xml

2012-02-17 Thread TreKing
On Fri, Feb 17, 2012 at 6:04 AM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > Please suggest me what I can do in this situation. Use a database. - TreKing

Re: [android-developers] accessing 2d array from strings.xml

2012-02-17 Thread Narendra Singh Rathore
On Fri, Feb 17, 2012 at 6:56 PM, TreKing wrote: > On Fri, Feb 17, 2012 at 6:04 AM, Narendra Singh Rathore < > nsr.curi...@gmail.com> wrote: > >> Please suggest me what I can do in this situation. > > > Use a database. > Well..., Thanks for suggestion, and I am sure this will solve my prob. But

Re: [android-developers] accessing 2d array from strings.xml

2012-02-17 Thread TreKing
On Fri, Feb 17, 2012 at 2:18 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > But, FYI, I am using ExpandableListView and for that I was using > strings.xml. > It seems I must depend on database everytime I want to use > ExpandableListView. > So, I guess, its not a very good idea to us