Articles

Affichage des articles associés au libellé eclipse

Introduction à la programmation sous android

Image
Android est un système d'exploitation "open source" :  Il a été créé pour permettre aux développeurs de profiter pleinement de tout ce que peut offrir un appareil mobile.   Android est dédié aux appareils mobiles, smartphones et tablettes, Smart TV etc   En 2005, Google a racheté Android Inc., une petite start-up à Palo Alto.   Android est essentiellement basé sur le noyau Linux, mais son interface a été développée en Java.   Android est supporté par un consortium composé de très diverses entreprises. Ce consortium est appelé l'Open Handset Alliance (OHA).  I. environnement de développement Vous pouvez télécharger l'environnement de développement ensemble de ce lien : http://developer.android.com/sdk/index.html Pour développer une application Android, vous aurez besoin : • L'éditeur de code Eclipse.  • Integrer le plug-in ADT (Android Development Tools).  • Le SDK Android (kit de développement logiciel). Après avoir télécharg

Android programming first tutorial

Image
  Android is an "open source" operating system.It was created to allow developers to take full advantage of all that can offer a mobile device.  Android is dedicated to mobile devices, smartphones and tablets, Smart TV etc. In the year 2005, Google acquired Android Inc., a small startup in Palo Alto. Android is essentially based on the Linux kernel, but its interface was developed in Java.  Android is supported by a consortium made up of very diverse businesses, operators (T-Mobile, Bouygues Telecom, etc.), manufacturers (Samsung, LG, HTC, etc.) and many other company (eg smelters, with Intel, Qualcomm or Nvidia). This consortium is called the Open Handset Alliance (OHA). I. Development Environment  You can download the entire developement environment from this link : http://developer.android.com/sdk/index.html To develop an Android application you will need:  • The Eclipse code editor . • To develop Android programs with Eclipse, it must integrate the A