Results 1 to 2 of 2
  1. #1
    WTF Groupie Array
    Join Date
    Jun 2008
    Posts
    104
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How can I append strings to an array?

    How can I append strings to an array? I've tried photos[]

  2. #2
    Junior Member Array
    Join Date
    Mar 2013
    Location
    Indore
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts


    String[] where; where.append(ContactsContract.Contacts.HAS_PHONE_N UMBER + "=1"); where.append(ContactsContract.Contacts.IN_VISIBLE_ GROUP + "=1");


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •