Android

TwitterFacebook
Get flash to fully experience Pearltrees
Posted by weimenglee 3 years 39 weeks ago So far in my previous few articles on Android I have focused on showing you how to get things done in Android without really spending too much time discussing the visual aspect of Android application development - User Interface design. In this article, and the next, I will walk you through the various elements that make up the UI of an Android application. In this first part of the article, I will discuss the various layouts available in Android to position the various widgets on your screen. Android Screen UI Components Up to this point, you have seen that the basic unit of an Android application is an Activity . http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts

Understanding User Interface in Android - Part 1: Layouts

http://developerlife.com/tutorials/ This is where we share our suite of tutorials on Java, XML, Swing, BlackBerry, Android, GWT, SOA, servlets, and web services technologies to help you create real-world applications, services, and user experiences. Our content is based on many years of experience in the software industry in general, and specifically from running our technology company, ScreamingToaster . All the source code provided on this site is distributed under the Apache Open Source License v2.0 . <p style="text-align:right;color:#A8A8A8"></p>

Tutorials

Ace Art | android

Alimentation son application avec les WebService Les WebServices Les webservices sont des services de traitement de la donnée exposée sur internet, ils peuvent avoir plusieurs formes, provenir de plusieurs sites différents, faire des tâches diverses et être privés ou publiques. Exemples : Données météorologique Calcul mathématique Stockage d’informations Etc… Les webservices peuvent être codés en plusieurs langages (C#, Java, Php, Ruby, Python, C, etc…). Nous allons nous intéresser plus précisément aux services retournant des données en [...] http://www.ace-art.fr/wordpress/tag/android/

Android « M Moniruzzaman's Blog

public class MyDataBaseHelper extends SQLiteOpenHelper private static MyDataBaseHelper _dbHelper; private static String DB_PATH = "/data/data/com.searchsqlite.droidclient/databases/" ; private static String DB_NAME = "zaman_sqlite" ; private SQLiteDatabase _zamanSqliteDb; http://zaman91.wordpress.com/category/android/

News | Tuto Mobile

[Concours] Résultats du concours pour gagner 4 formation video2brain Android Comme promis je vous donne les résultat du concours que l’on a organisé cette semaine . Il y avait deux formations video2brain Devenez un développeur Android – Vol. 1 & 2 à gagner en participant via les commentaire et deux autres formations en participant via Twitter . Ce qui nous fait un total de lot de 319€ ! Je vous remercie à avoir été aussi nombreux à participer. http://www.tutomobile.fr/category/tutorial-android/
Android Development Starter Tutorials Learn how to create Android applications. Using Fragments and the ActionBar Using Fragments and the ActionBar in Android applications. http://www.vogella.com/android.html

Android Programming

http://www.connorgarvey.com/blog/?tag=android HTC T-Mobile G1 vs Motorola CLIQ I owned a G1 for just over a year and it was lost or stolen. Having used Android for so long, I couldn’t live without it for 7 months until I was eligible for an upgrade. I stopped by the T-Mobile store to get a replacement G1, but was pleasantly surprised to find that the CLIQ was the same price. I knew it was faster and had a headphone jack (yes!)

Android - Dev Notes

http://code-weblog.com/appli-android-pour-enquete-de-terrain/

Code Weblog

Objectifs du tutoriel : Développer une appli Android pour réaliser une enquête de terrain. L’appli comprend la présentation de questions (avec choix de la langue), la saisie des réponses des personnes interrogées, le stockage dans une base de donnée, le comptage du nombre d’enregistrements. Liste de compétences android développées dans le tutoriel : Lancer plusieurs « Activity » (en échangeant des données), les « Intent ».