Questions tagged [intel-xdk-contacts]

Access the default contacts database on a device from an application

The contacts object gives programmers access to the default contacts database on the native device. The application must be built with the appropriate permissions in order for this capability to work. Each contact object has the following attributes: id, first, last, name (an array of names), phones (an array of phone numbers), emails (an array of email addresses), addresses (an array of addresses in the following format: { street:'%@', city:'%@', state:'%@', zip:'%@', country:'%@' })

Contacts API Documentation: http://software.intel.com/en-us/node/492949

11 questions
4
votes
2 answers

Build my cross platform applications using intel XDK without cloud support?

I recently start using Intel XDK. I found that for each platform creation my code will go to Intel cloud center to perform the build. Its a feature mentioned at Product Brief Intel® XDK. Can I build that locally? I mean can I build locally in my…
Manu Mathew
  • 51
  • 1
  • 3
2
votes
1 answer

How Does XDK Compile IOS Apps without a MAC?

I am a newbie for XDK iOS Development and I was wondering how does it compile iOS apps without a MAC? If its cloud build, how does it work even when I am offline?
user2801184
  • 329
  • 7
  • 27
1
vote
1 answer

how to set today's date as default and will change everyday in INTEL XDK?

I'm working on an application that will have an input field as DATE. Which changes daily, Based on the date the data will be displayed. I got the solution to my problem in HTML5 Input Type Date -- Default Value to Today? this discussion . But…
Mr.Robot
  • 489
  • 2
  • 8
  • 17
0
votes
0 answers

javascript is not working with intel XDK on linux ( Ubuntu 14 )

Is there any problem in using javascript in intel xdk on ubuntu. simple alert message wont work in ubuntu which the same works with windows installation. Blank App Designer Cordova Web App Project…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 05 '16 at 11:10">asked Jan 05 '16 at 11:10</time> <a href="../../users/1679267/user1679267" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1679267.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user1679267" /> </a> <div class="s-user-card--info"> <a href="../../users/1679267/user1679267" class="s-user-card--link">user1679267</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">77</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-28043784"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/28043784/intel-xdk-launch-external-not-working" class="question-hyperlink">Intel XDK Launch external not working</a></h3> <div class="excerpt">I need to open a link from device native browser. I Preferred the guided path for launch external link.but it is working in emulator fine but not working in device. following is my code <head> <meta charset="UTF-8"> <link rel="stylesheet"…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/intel" class="post-tag grid--cell" title="show questions tagged 'intel'" rel="tag">intel</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 20 '15 at 11:06">asked Jan 20 '15 at 11:06</time> <a href="../../users/3024663/hardik-vyas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3024663.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hardik Vyas" /> </a> <div class="s-user-card--info"> <a href="../../users/3024663/hardik-vyas" class="s-user-card--link">Hardik Vyas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">500</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badge">7</li> <li class="s-award-bling s-award-bling__bronze" title="27 bronze badge">27</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-26753376"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/26753376/the-crosswalk-build-for-android-failed-xdk-app-build" class="question-hyperlink">The crosswalk build for Android failed (XDK-app-Build)</a></h3> <div class="excerpt">I could build my app yesterday. But today I cannot and I don't know what the problem is... The ERROR I get is: An error occurred while building the application. Verify your build assets are correct and try again. Build Log: The App ID is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cordova" class="post-tag grid--cell" title="show questions tagged 'cordova'" rel="tag">cordova</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/crosswalk-runtime" class="post-tag grid--cell" title="show questions tagged 'crosswalk-runtime'" rel="tag">crosswalk-runtime</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 05 '14 at 09:18">asked Nov 05 '14 at 09:18</time> <a href="../../users/3402221/hungry2learn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3402221.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hungry2Learn" /> </a> <div class="s-user-card--info"> <a href="../../users/3402221/hungry2learn" class="s-user-card--link">Hungry2Learn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">27</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-26144661"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/26144661/how-to-integrate-admob-in-xdk" class="question-hyperlink">How to integrate Admob in xdk</a></h3> <div class="excerpt">I have used the links below and I always receive this error admob plugin not ready on…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cordova" class="post-tag grid--cell" title="show questions tagged 'cordova'" rel="tag">cordova</a> <a href="../../questions/tagged/admob" class="post-tag grid--cell" title="show questions tagged 'admob'" rel="tag">admob</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 01 '14 at 15:15">asked Oct 01 '14 at 15:15</time> <a href="../../users/3402221/hungry2learn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3402221.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hungry2Learn" /> </a> <div class="s-user-card--info"> <a href="../../users/3402221/hungry2learn" class="s-user-card--link">Hungry2Learn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">27</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25936326"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25936326/customize-full-screen-barcode-scanner-of-xdk-to-have-additional-buttons-like-r" class="question-hyperlink">Customize full screen barcode scanner of XDK to have additional buttons like Review/Edit on Layout</a></h3> <div class="excerpt">We are building a Android APP which needs us to customize the Scanner page. The description on the document says: "This function will open a full-scren QR code reader in an application. Once it successfully reads a QR code, or the reader is …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/cordova" class="post-tag grid--cell" title="show questions tagged 'cordova'" rel="tag">cordova</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 19 '14 at 14:30">asked Sep 19 '14 at 14:30</time> <a href="../../users/170619/shivaspk" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/170619.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="shivaspk" /> </a> <div class="s-user-card--info"> <a href="../../users/170619/shivaspk" class="s-user-card--link">shivaspk</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">610</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25347928"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25347928/exporting-construct2-game-from-intel-xdk-shows-me-the-game-twice" class="question-hyperlink">Exporting construct2 game from intel xdk shows me the game twice</a></h3> <div class="excerpt">I am trying to export the html5 game I made in construct2 to my android using intel xdk. This work on my phone, but when I am trying the game in my phone ,the phone shows the game twice-one above another. I of course want to see the game only once. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/construct-2" class="post-tag grid--cell" title="show questions tagged 'construct-2'" rel="tag">construct-2</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 17 '14 at 09:27">asked Aug 17 '14 at 09:27</time> <a href="../../users/3826374/yagel" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3826374.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Yagel" /> </a> <div class="s-user-card--info"> <a href="../../users/3826374/yagel" class="s-user-card--link">Yagel</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,184</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="18 silver badges">18</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badges">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22006913"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22006913/intel-xdk-not-able-to-get-contacts-list" class="question-hyperlink">intel-xdk: not able to get contacts list</a></h3> <div class="excerpt">I am not able to get contacts list. HTML Code: <!DOCTYPE html><!--HTML5 doctype--> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0,…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 25 '14 at 07:01">asked Feb 25 '14 at 07:01</time> <a href="../../users/1739882/chintan-soni" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1739882.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Chintan Soni" /> </a> <div class="s-user-card--info"> <a href="../../users/1739882/chintan-soni" class="s-user-card--link">Chintan Soni</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">24,761</li> <li class="s-award-bling s-award-bling__gold" title="25 gold badges">25</li> <li class="s-award-bling s-award-bling__silver" title="106 silver badges">106</li> <li class="s-award-bling s-award-bling__bronze" title="174 bronze badges">174</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-26319391"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/26319391/how-to-use-window-plugin-notification-local-add-or-ontrigger-with-a-date-which" class="question-hyperlink">how to use window.plugin.notification.local.add or ontrigger with a date which will be inserted later (dynamically)</a></h3> <div class="excerpt">The notification should trigger on the selected date and time. The notification works in background too but I can just hear the sound and the notification does not appear on the top. I have tried with the method "ontrigger" but it hasn't worked.…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cordova" class="post-tag grid--cell" title="show questions tagged 'cordova'" rel="tag">cordova</a> <a href="../../questions/tagged/notifications" class="post-tag grid--cell" title="show questions tagged 'notifications'" rel="tag">notifications</a> <a href="../../questions/tagged/intel-xdk" class="post-tag grid--cell" title="show questions tagged 'intel-xdk'" rel="tag">intel-xdk</a> <a href="../../questions/tagged/localnotification" class="post-tag grid--cell" title="show questions tagged 'localnotification'" rel="tag">localnotification</a> <a href="../../questions/tagged/intel-xdk-contacts" class="post-tag grid--cell" title="show questions tagged 'intel-xdk-contacts'" rel="tag">intel-xdk-contacts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 11 '14 at 21:24">asked Oct 11 '14 at 21:24</time> <a href="../../users/3402221/hungry2learn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3402221.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hungry2Learn" /> </a> <div class="s-user-card--info"> <a href="../../users/3402221/hungry2learn" class="s-user-card--link">Hungry2Learn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">27</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>