Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 181731737D for ; Fri, 27 Mar 2015 11:01:27 +0000 (UTC) Received: (qmail 70479 invoked by uid 500); 27 Mar 2015 11:01:21 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 70446 invoked by uid 500); 27 Mar 2015 11:01:21 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 70431 invoked by uid 99); 27 Mar 2015 11:01:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 11:01:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jcesarmobile@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qc0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 11:01:16 +0000 Received: by qcbjx9 with SMTP id jx9so12953442qcb.0 for ; Fri, 27 Mar 2015 03:59:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IEOCPRPW43jI6oWaebh2pfHYSdxDuHYQK0kHIB/o75A=; b=aqdJR+R6ny0AhJhotWUjEfe3zz1iVfT1Z36epjSxjs5+nJRWx6fODviU4+mWJp+5ix gZIFGnrhf9BlYKe7qmV54/w08JvBrSvnRP36tKFsrSEPWy5rjvikS5LxRp9ziNJly3uB 4+WxvTDRHrjcsMRQzev5e9z46P4PTRMFo3z++q03Do4tMKWCZGxo9bImMiIv8IUplYL8 tCUG3ge1DppB8M1/nex4nmTIN84xpEevk3jDT/fsvVnvqVgqt8c1YdMq5mIqKmufZkJh eyW9yLiHfSEtIe2OPv5tA0zrMUVQB/t4LWpapk140ZQ6Wwd9ebKnBClXhDIIEwOPo0T0 UcKQ== MIME-Version: 1.0 X-Received: by 10.140.98.243 with SMTP id o106mr22465110qge.99.1427453966164; Fri, 27 Mar 2015 03:59:26 -0700 (PDT) Received: by 10.140.93.114 with HTTP; Fri, 27 Mar 2015 03:59:26 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Mar 2015 11:59:26 +0100 Message-ID: Subject: Re: Plugin Development From: julio cesar sanchez To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a113a937e9628f70512430656 X-Virus-Checked: Checked by ClamAV on apache.org --001a113a937e9628f70512430656 Content-Type: text/plain; charset=UTF-8 Hello. Read the link you provided, read the SDK documentation and mix the knowledge. Most of the cordova plugins are open source and you can find them on github, so you can search a few to see more complex code. If you have any doubts after trying, ask on stackoverflow. This mail list if for the development of cordova itself, not for 3rd party plugins or problems while developing with cordova. 2015-03-27 7:37 GMT+01:00 Rahul Bhooteshwar < rahul.bhooteshwar@hotwaxsystems.com>: > Hello All, > I am new to cordova development, and would like to know how to develop > cordova plugins for various platforms. I found the development guide for > the same here > < > http://cordova.apache.org/docs/en/edge/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide > >. > But it explains the basic procedure to do the same. I would like to know > how to develop cordova plugins using the SDK provided by device vendor for > specific platform. I want to develop cordova plugin for LineDevice > . I have the ios SDK provided by vendor, but I don't > know how to use it with cordova. The SDK provided contains LineaSDK.h and > libLineaSDK.a files. Please help. > > Rahul Bhooteshwar > --001a113a937e9628f70512430656--