Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
How to retrieve Telephone contact list? — Gideros Forum

How to retrieve Telephone contact list?

talistalis Guru
edited September 2012 in General questions
Hi all,

I have a question. Is it possible to retrieve the contact list in Android and in Iphone via Gideros?

Thanks in advance

Comments

  • As far as I am aware (correct me if I'm wrong someone), this is not currently available in Gideros SDK although could be done using a plugin for each platform you require.
  • no one have ever tried it i guess. I have some experince in java android programming i think i can handle andorid part but iphone part i have no idea any help will be appreciated guys:D

    I will share my experiences in android part whenever i had some code in my hand.

    Likes: gorkem

    +1 -1 (+1 / -0 )Share on Facebook
  • @talis Looks like it. We have no idea about androids java but we can do the iOS plugin if we get some free time.

    What features would you like to have?
    i.e returning a table of names, showing the contact picker etc..

    What syntax would you like to use? As having the same syntax in Gideros for both plugins would be useful to avoid rewriting code for different platforms.
  • talistalis Guru
    edited September 2012
    @SimpleLoop sorry for the late answer.
    What i want to accomplish with this plugin in Android; (In Ios i don't have any idea:)
    -Like Viber or Whtasup i want to discover the contact list of the user.
    -Table of names and telephone numbers(primary) should have to return in pairs . To do this we can create a simple xml structure like this:
     
    <ContactList>
    <Contact>
    <Title>Talis</Title>
    <Primary>+90876546344</Primary>
    <Secondary>+90876546347</Secondary>
    </Contact>
     
    <Contact>
    <Title>SimpleLoop </Title>
    <Primary>+90876546344</Primary>
    <Secondary></Secondary>
    </Contact>
     
    </ContactList>
    What do you say to xml part?

    I will start to dig the android part this week, it will be great if you will start to dig the ios part. :D

    I
  • @Talis,
    using the Wax Plugin from Andy would give you access to a lot many things in iOS, I have a couple of blog posts on that at http://howto.oz-apps.com

    I am working out the subtleties of the AddressBook, calendar and MapKit. So those coming soon too.
    twitter: @ozapps | http://www.oz-apps.com | http://howto.oz-apps.com | http://reviewme.oz-apps.com
    Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
    Cool Vizify Profile at https://www.vizify.com/oz-apps
Sign In or Register to comment.