Skip to main content

Home/ Coders/ Group items tagged Porte

Rss Feed Group items tagged

anonymous

PureMVC - 1 views

  •  
    PureMVC is a lightweight framework for creating applications based upon the classic Model, View and Controller concept. Based upon proven design patterns, this free, open source framework which was originally implemented in the ActionScript 3 language for use with Adobe Flex, Flash and AIR, is now being ported to all major development platforms.
Joel Bennett

Mono Tools for Visual Studio - 0 views

  •  
    Port your .Net applications to Mono and Linux without leaving Visual Studio... @briandunnington
David Corking

Dr. Dobb's | Smartphone Operating Systems: A Developer's Perspective | March 30, 2009 - 0 views

  • The industry stewards have countered Apple's move with their own application stores, so there's a huge opportunity to write the "killer app" for one of several smartphone platforms.
  • 40 MB to less than 4 MB of free RAM
  • one-app-at-a-time requirement complicates any implementation of a copy-and-paste mechanism.
  • ...45 more annotations...
  • As a security sandbox, the iPhone OS permits only one third-party application to run at a time, and not in the background.
  • adding some useful Bluetooth profiles that supported stereo headsets, data synchronization, or the ability to implement multiplayer games would be usefu
  • iPhone OS 3, that provides some of the missing features mentioned here, such as the A2DP profile for Bluetooth, voice recording, and copy-and-paste.
  • Have to learn Objective-C; is only smartphone platform that uses it.
  • Competitors will soon catch up on the UI.
  • embed navigation and GPS plotting into applications.
  • provide their own map content
  • The OS now supports the use of accessories connected to the iPhone either through its 30-pin docking connector or wirelessly via Bluetooth. Now that the device has been "opened", you can expect an entire ecosystem to build up around the device, much like the iPod has.
  • peer-to-peer connectivity using Bonjour
  • developers can now allow users, from within the application, to purchase and obtain new content
  • No voice dial.
  • A client-server mechanism provides access to low-level system resources, and in fact the kernel itself is a server that parcels out resources to those applications that need them. This transaction scheme allows applications to exchange data without requiring direct access to the OS space.
  • C/C++ for porting existing UNIX applications, and Java to port Java ME MIDlets. As mentioned previously, the software stack offers several run-times that offer application development using WRT widgets, Flash, and Python. The primary programming language for the platform is Symbian C++,
  • Handango has managed the wide-scale distribution of Nokia applications. In February, Nokia announced plans to launch its Ovi Store, which sells applications, videos, games, pod-casts and other content, similar to Apple's App Store. The store will be accessible by Nokia S60 smartphones in May.
  • Non-standard Symbian C++ has steep learning curve, with special idioms to master. Large number of Symbian APIs to learn, since it contains hundreds of classes and thousands of member functions.
  • BlackBerry Device Software executes multiple applications simultaneously
  • Manages multiple e-mail Exchange e-mail accounts, along with support for POP3 and SMTP, and e-mails can have file attachments
  • FIPS 140-2 compliant, and supports AES or Triple DES encryption sessions via BlackBerry Enterprise Servers
  • BlackBerry Device Software has enhanced the capabilities of the platform with its own Java virtual machine (JVM), along with new Java classes that offer multitasking capabilities and UI enhancements to go beyond the capabilities of Java ME.
  • You can also take existing Java ME code and add specific BlackBerry classes to make a hybrid Java ME application
  • don't intermix MIDP 2.0 and BlackBerry API calls that perform either screen drawing or application management.
  • The catch to writing an application that uses BlackBerry API extensions is that it ties the application this smartphone. However, this is no worse than using the unique Java classes found in Google's Android.
  • Apple promotes the design goal that applications should accomplish one purpose.
  • no Flash support, and you can't download files.
  • For non-Exchange users, Apple's MobileMe online service, after some fits and starts in 2008, now supports the push of e-mails and changes to the calendar and contacts.
  • The iPhone 3G can work in tandem with Microsoft Exhange Server 2003 and 2007 to support enterprise operations.
  • Cocoa Touch is a subset of Apple's Cocoa,
  • Cocoa Touch components manage most of the writing to the screen and playing media, yet there are APIs exposed that let you access the accelerometer and camera.
  • Quartz engine is identical to the one found in Mac OS X
  • Only a select few higher-level frameworks have access to the kernel and drivers. If necessary, an application can indirectly access some of these services through C-based interfaces provided in a LibSystem library.
  • the SDK provides Dashcode, which is a framework based on a Web page composed of HTML and Javascript. You can use DashCode's simulator to write and test your web application. You can also use several other third-party frameworks to write web applications, and debug these with Aptanna Studio's tools.
  • Made by HTC, the G1 is the first smartphone using the Android platform.
  • e-mail program (which makes use of Google's Gmail), a mapping program (using the company's Google Maps), and a browser that uses WebKit, not Google's Chrome web browser
  • Android is not Java ME, nor does it support such applications
  • ability to both browse and manage multiple IM conversations. On the other hand, such heavy use of the smartphone's CPU shortens battery life significantly. Maybe Apple is on to something in limiting the number of applications that the platform can run.
  • On the positive side, the Android APIs support a touch interface (and the G1 has a capacitive touch screen), but not any multi-touch gestures.
  • copying text from the web pages is the browser isn't allowed
  • The advantage to Android's use of a different bytecode interpreter is that the DVM was designed so that multiple instances of it can run, each in their own protected memory space, and each executing an application. While this approach offers stability and a robust environment for running multiple applications, it does so at the expense of compatibility with Java ME applications.
  • Seasoned Java programmers will find the Android SDK an amalgam of Java SE and Java ME methods and classes, along with unique new ones
  • compile the Java code to generate Dalvik bytecode files, with an extension of .dex. These files, along with the manifest, graphics files, and XML files, are packaged into an .apk file that is similar to a Java JAR file.
  • The certificate that you use to generate the private key does not require a signing authority, and you can use self-signed certificates for this purpose.
  • The Developer Phone provides access to a shipping Android device without the cash outlay or contract contortions required when developing for the other platforms.
  • in February the site began supporting priced applications. Google allows developers to take seventy percent of the proceeds.
  • it's possible that you might pick up a malicious application before it is detected by the user community.
  • Open source, open platform: if you hate the mail program, some third-party is writing a better one.
  •  
    Lengthy developer's overview of Symbian, Mac OS X iPhone, Blackberry, Android. This talks about the leading app platforms except Java ME and Windows Mobile, though it does explain how Blackberry and Symbian support Java ME.
Joel Bennett

iTextSharp - SourceForge.net - 0 views

  •  
    iText# (iTextSharp) is a port of the iText open source java library to C# for the .NET platform. iText# allows you to generate PDF files on the fly...
yc c

JTidy - JTidy - 1 views

  •  
    JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.
Joel Bennett

NetSparkle - AutoUpdate for .NET Developers - CodePlex - 0 views

  •  
    "NetSparkle is an easy-to-use software update framework for .NET developers on Windows, MAC or Linux. It was inspired by the Sparkle (http://bit.ly/HWyJd) project for Cocoa developers and the WinSparkle (http://bit.ly/cj5kP5) project (a Win32 port)."
yc c

Box2DJS - Physics Engine for JavaScript - 3 views

  •  
    Box2DJS is a JavaScript port of Box2D Physics Engine.
escaping1 escaping1

rapidement. Manche Longues Ralph Lauren Femme - 0 views

« Ouais , dit Fred lentement. « Oui , vous avez causé trop de problèmes , mon pote. Eh bien, au moins un d'entre vous le monde a le droit de leurs priorités .Il se dirigea vers Harry et lui frappa ...

Manche Longues Ralph Lauren Femme

started by escaping1 escaping1 on 09 Jan 14 no follow-up yet
medium1 medium1

Malfoy . Polo Ed Hardy pas cher - 0 views

«J'ai mis un charme Unbreakable sur le pot , vous voyez , si elle ne peut pas transformer . Et je lui ai dit qu'elle est de garder sa plume à elle-même pour une année entière . Voyez si elle ne peu...

Polo Ed Hardy pas cher

started by medium1 medium1 on 06 Jan 14 no follow-up yet
escaping1 escaping1

casseroles. Sac à Dos Longchamp Pliage pas cher - 0 views

Mais, de l'autre c. longchamp pas cher pliageté, elle descendait en lacet au travers de Montsou, bati sur la pente d'une large ondulation de la plaine. Ces routes du Nord, tirées au cordeau entre d...

Sac à Dos Longchamp Pliage pas cher

started by escaping1 escaping1 on 20 Dec 13 no follow-up yet
longchamppas

Casquette DC pas cher Ce - 0 views

Ferme des «mille vaches» Des milliers de manifestants attendus à Amiens pour soutenir la Confédération paysanne JUSTICE - Neuf militants de la Confédération paysanne sont jugés pour des dégradatio...

Casquette Wati B pas cher DC http:__www.bisca-piscines.fr_

started by longchamppas on 05 Nov 14 no follow-up yet
escaping1 escaping1

ralph lauren pas cher Et - 0 views

Il est un moyen d'entretenir l'intérêt pour l'automobile. Ce n'est pas sa moindre vertu.PLUS DE 380 marques de véhicules réunies sur une superficie de 63 000 mètres carrés. Une aubaine pour le 1,5 ...

ralph lauren soldes pas cher chemise

started by escaping1 escaping1 on 25 Jul 14 no follow-up yet
escaping1 escaping1

Sac à Epaule Longchamp Le pliage Classique Les personnes - 0 views

Réponse de Haniyeh : «Nous réglerons nos divergences par le dialogue.» Plus compliqué encore, non seulement le président de l'Autorité palestinienne ira jusqu'au terme de son mandat, mais Israël a ...

Trousse Longchamp Sac à Epaule Le pliage Classique Petit

started by escaping1 escaping1 on 09 Jul 14 no follow-up yet
escaping1 escaping1

Lunettes Oakley Gascan Nadar - 0 views

«Mais surtout, sachez quelque chose, je dois être une sorte de ''lectrice moyenne'' parce que, quand j'aime un livre, il devient toujours un succès. Mon instinct est infaillible, ce roman va carton...

Lunettes Oakley Frogskins Gascan Holbrook

started by escaping1 escaping1 on 04 Aug 14 no follow-up yet
longchamppas

Gucci Portefeuilles Autour - 0 views

Espérance de vie : 45,5 ans.La prévalence du sida : 7% contre près de 30% à la fin des années 80. Le cabinet israélien s'apprête à adopter dimanche, au lendemain de l'inauguration du Parlement pale...

étuis Ipad Gucci Portefeuilles moin cher

started by longchamppas on 17 Jul 14 no follow-up yet
subsequent1 subsequent1

sac pliage longchamps en soldes Dis - 0 views

Il n'a pas dit qu'il soutenait la décision américaine de larguer des armes.Le gouvernement régional du Kurdistan irakien s'est dit prêt de son côté à envoyer des combattants en renfort vers Kobani....

sac pliage longchamp tour eiffel longchamps en soldes noir

started by subsequent1 subsequent1 on 29 Oct 14 no follow-up yet
escaping1 escaping1

sac longchamp pas cher bandoulière Les - 0 views

000 habitants, mais totalement justifié compte tenu de la situation", a ajouté le ministre de l'Intérieur.Denis Robin a précisé que des barrières allaient être installées sur le bord de l'autoroute...

sac longchamp pas cher bleu marine bandoulière en bandouliere

started by escaping1 escaping1 on 27 Oct 14 no follow-up yet
longchamppas

chemise ralph lauren homme «Nic - 0 views

Dario Dainelli (36 ans) a étendu son contrat jusqu'en 2017 et Alessandro Gamberini (34 ans) jusqu'en 2019.Lors de sa conférence de presse de fin de saison, Rich Cho, le manager général des Charlott...

Tee Shirt pas cher chemise ralph lauren homme

started by longchamppas on 07 May 16 no follow-up yet
longchamppas

sac longchamp pliage pas cher L'arrivée - 0 views

Pour être honnête, on savait le côté qu'il fallait choisir puisque le vent venait de la gauche. J'ai lancé le sprint et j'ai suivi ma ligne. J'ai l'expérience : je n'allais pas ouvrir la porte (à C...

sac longchamp xl pas cher pliage soldes

started by longchamppas on 20 May 16 no follow-up yet
escaping1 escaping1

ralph lauren pas cher avec - 0 views

Seule activité : pondre des ?ufs réceptionnés par un tapis mécanique. Le GAEC du Perrat, qui emploie 20 salariés, produit ainsi 160 000 ?ufs par jour. Selon l'enquête de L214, ils sont notamment ve...

polo ralph lauren pas cher femme

started by escaping1 escaping1 on 25 May 16 no follow-up yet
« First ‹ Previous 41 - 60 of 194 Next › Last »
Showing 20 items per page