What are the Most Important and Mature Cross Platform Mobile Tools? By Dio Synodinos on Aug 21, 2012 | As part of the new community-driven research initiative, we are examining the importance and adoption level of a range of cross platform mobile tools that aim to help developers deliver applications on a variety of mobile platforms.
The tools we're going to examine are: Rank the following frameworks and libraries, in level of importance and maturity, according to your experience working with them. AdoptTrialAssessHype AdoptTrialAssessHype About Through software, readers like you are rapidly changing the world. Google Android Hidden Secret Codes. We have posted about hidden secret codes for Chinese mobile phones in past and now its turn of Google Android mobile phones. Recently I got a Google Android mobile phone "Samsung Galaxy I7500". While I'm loving playing with it, I also found some interesting secret codes which can enable/disable lots of hidden settings in the mobile phone.
These codes can also show many useful information about the phone. So in this topic, you'll get several hidden secret codes which can be used in any Google Android mobile phone to access things which are not accessible by default. FYI These codes have been obtained by decoding various .apk files present in the phone firmware. DISCLAIMER: This information is intended for experienced users. This code can be used to get some interesting information about your phone and battery. Phone informationBattery informationBattery historyUsage statisticsWifi information Menus might differ for different mobile phones.
This code can be used for a factory data reset. Multiple phone web-based application framework. A multiple phone web-based application framework is a software framework that is designed to support the development of phone applications that are written as embedded dynamic websites and may leverage native phone capabilities, like geo data or contact lists. For more general frameworks see List of rich internet application frameworks. Current frameworks[edit] History[edit] With mobile device manufactures each having its own preferred development environment, a growth mobile phone application developments that are World Wide Web capable and a large population of HTML savvy developers, there has arisen web based application frameworks to help developers write applications that can be deployed on multiple devices.
March 6, 2008 - the first iPhone SDK beta is released to a limited number of developers (4,000). March 12, 2008 - the first versions of the QuickConnectJavaScript, QuickConnectPHP, and QuickConnectErlang frameworks made available to the public. See also[edit] External links[edit] jQuery Mobile. jQuery Mobile is a touch-optimized web framework (additionally known as a JavaScript library or a mobile framework) currently being developed by the jQuery project team. The development focuses on creating a framework compatible with a wide variety of smartphones and tablet computers,[3] made necessary by the growing but heterogeneous tablet and smartphone market.[4] The jQuery Mobile framework is compatible with other mobile app frameworks and platforms such as PhoneGap, Worklight[5] and more. Features[edit] (Source: from the jQuery Mobile website) [3] Example usage[edit] $('div').on('tap', function(event){ alert('You tapped an element');}); A basic example[edit] Every web project using jQuery Mobile is more or less built using the following code.
The body contains divs with an attribute of "data-role". One HTML document can contain more than one "page" element, and thus more than one screenful of content. In the example below, two other data- attributes are used. <! Theming[edit] Key: Use Appcelerator Titanium to build mobile apps for iPhone & Android and desktop apps for Windows, Mac OS X & Linux from Web technologies. PhoneGap.
Models. Apps. Dev. Roboguice - Google Guice on Android, version 1.1. Engines. Resources - Android Resource Links. Hacks. Android Interaction Design Patterns | Ten Open Source Android (2D or 3D) Game Engine for Android Developers - Cute Android Apps | Open Source Android Applications | Android Book | Android Phone - Cute Android. Free Android Game Engine, Android 2D OpenGL | Papaya Mobile.
Accelerated development time, incredible support, and massive distribution within Papaya's Social Network helped our game become a huge hit on Android. - LoL Studio Creator of Cafe Fever AppFlood provided us with quality installs when we needed it. The entire integration process was easy and transparent. Highly recommended! - StormJoy Creator of Forest Fair Virality goes beyond leader-boards and achievements. . - Wiselinc Inc Creator of MiniTown Social Game Engine was super easy to learn and quickly develop on. . - Aidi Game Creator of X-City The graphics are awesome. . - Saturday Inc Creator of Fishing Vida Implementing Papaya one click IAB resulted in revenue increasing by 90%! - Caesars Game Studio Creator of Miracle Empire Within the first week of launching our game 90% of the traffic came from Papaya.
After integrating the SDK we received incredible promotion to the 65+ million users on Papaya's network. - Begamer Creator of Ninja Girl - Tatem Games Creator of Robosockets – Dean Takahashi Venturebeat GigaOM. Open Source Android (2D or 3D) Game Engine for Android Developers Plus - Cute Android Apps | Open Source Android Applications | Android Book | Android Phone - Cute Android.
10 Fresh Android Apps for Web Designers & Developers. 10 Fresh Android Apps for Web Designers & Developers Android is wonderful gadget with modern shape, design and functionality. This is interesting device and for web designers and for developers. Today I selected 10 new interesting apps for you by own hands.
You will be satisfied at what Android is able to do. For better navigation – all applications are divided into categories. Color 1. Touch the color wheel to pickup or modify color. 2. Color palette application. Fonts 3. First font package. Manuals & References 4. Great reference manual for Android Application Development, including images, references on books, papers and internet resources. 5. Different android resources for developers. Development process 6. AnDroidDraw – Android application which integrates with DroidDraw to allow you to download your GUIs from the DroidDraw application and preview your GUIs on an Android device. 7.
SSHTunnel is a SSH tunnel app for Android System. 8. Have a handy source code editor in your pocket! 9. 10. Narr-code-pad - simple source code viewer for Android. AndyUML for Android. AndyUML is just a simple client for the great free service yUML located at This is just a client that use yUML.me service, is not the official app and i have no relations with that service, just a user who like it and made my app to use it from my android device. With yUML you can create and share simple UML diagrams. So AndyUML is just a tool, but with this Android client you are able to store locally your yUML codes on you device, share, delete and add new ones to your personal database. IMPORTANT: WITH yUML/AndyUML YOU DON'T DRAW/DRAG &DROP DIGRAMS, YOU CODE/WRITE IT, for example try: [Class] What is yUML? yUML is an online tool for creating and publishing simple UML diagrams. It's makes it really easy for you to: Embed UML diagrams in blogs, emails and wikis.Post UML diagrams in forums and blog comments.Use directly within your web based bug tracking tool.Copy and paste UML diagrams into MS Word documents and Powerpoint presentations.
Read more at. TechBytes Episode 42: Bandwidth, Android and Patents, Games, and Computer Nostalgia - Part 1
DroidPersistence | Java | Android. Android Animations. Android Animations - Tutorial Copyright © 2011, 2012, 2013 Lars Vogel Android Property Animation API This tutorial describes how to use Animations in Android. The tutorial is based on Eclipse 4.2, Java 1.6 and Android 4.2. Android 3.0 introduced the Properties Animation API which allow to change object properties over a predefined time interval. The API allows to define for arbitrary object properties a start and end value and apply a time-based change to this attribute. 1.2. The superclass of the animation API is the Animator class. You can also add an AnimatorListener class to your Animator class. 1.3. The ViewPropertyAnimator class introduced in Android 3.1 provides a simpler access to typical animations which are performed on Views. The animate() method on a View will return the ViewPropertyAnimator object. The target of ViewPropertyAnimator is to provide a very simple API for typical animations.
The following code shows an example of the usage of this method. 1.5. 3. 4. 5. 6. 6.2. How to make Angry Birds – part 2. Hello and welcome back to my blog! This is the 2nd part of my series on how to make a game like Angry Birds by Rovio - and its been a while coming… You can read the first part here. The Game Ok, so here is the game so far; there are three demo levels to show the level progress system and some simple looking characters and block types. Apologies for the programmer art Catch up Ok, so last time I had covered how to draw the background graphics and made a start on how the world is going to be composed in terms of collision. What I’m going to cover in this article is the physics part; stability and optimisations. Physics engines for dummiesCollision detection for dummiesSpeculative contacts – a continuous collision engine approach Level A level must inherit the base class Code.Level.
Characters and blocks Each of the two characters and every block used in the game are designed in the Flash IDE, and each of them references a base class that I’ve defined in the code. Rigid-bodies Level sequence. Write applications in C or C++ for Android throw Android NDK. The Android NDK is a toolset that lets you embed components that make use of native code in your Android applications. Android applications run in the Dalvik virtual machine. The NDK allows you to implement parts of your applications using native-code languages such as C and C++. This can provide benefits to certain classes of applications, in the form of reuse of existing code and in some cases increased speed. The NDK provides: A set of tools and build files used to generate native code libraries from C and C++ sourcesA way to embed the corresponding native libraries into an application package file (.apk) that can be deployed on Android devicesA set of native system headers and libraries that will be supported in all future versions of the Android platform, starting from Android 1.5.
The latest release of the NDK supports these ARM instruction sets: Future releases of the NDK will also support: x86 instructions (see CPU-ARCH-ABIS.HTML for more information) When to Develop in Native Code. 15 juegos Open Source para Android - Todo Sobre Android. Después del anuncio oficial de Android 2.3 y de la salida del nuevo Nexus S, Android está sonando cada vez mas fuerte en la cabeza de todo el mundo, por eso vamos a aprovechar para pasarles una excelente recopilación de juegos Open Source para que todos aquellos que tienen Android puedan disfrutar todavía una mayor variedad. En este caso en particular hablamos de 15 juegos bien diferentes entre sí. 1) Tiltmazes: Se trata de un juego de puzzle lógico, en este juego se presenta una bola en el medio de la pantalla contenida en uno o más cuadrados y el reto es guiarla para sumar la mayor cantidad de cuadrados posible. 2) Asqure: La pantalla se cubre de círculos o cuadrados de colores, una vez que logramos alinear 3 o más seguidos se desaparecen todos los que haya del mismo color, típico juego no apto para daltónicos. 3) Noiz2-droid: Es el juego Noiz2, pero que funciona en la plataforma de Android , con el plus de poder ajustar los niveles de dificultad, sonidos y detalles varios.
Www.danpat.fi/janne/flash/kuplamuovi.swf. Mobile Boilerplate, una plantilla para móviles. Usos especiales de los teléfonos móviles | hombrelobo | hombrelobo. AppDemoStore Clickable Demos - Show your software! ShoutEm – Haciendo aplicaciones para Android y iPhone sin saber programar. Si estáis pensando en crear alguna aplicación para móviles y no tenéis tiempo de revisar los tutoriales para Android y manuales para iPhone que os recomendamos hace unos días, echad un vistazo en ShoutEm. Se trata de una plataforma que permite crear aplicaciones relativamente sofisticadas, integrando contenido de webs, sistemas de localización geográfica, creación de eventos, integración de comunidades y varios otros módulos presentados en su sitio web.
Podéis ver el resultado instalando de forma gratuita la aplicación de viajes de hombrelobo.com, aunque de momento solo está disponible para Android. Crear aplicaciones con ShoutEm no es gratis, aunque la tarifa de 30 dólares es un precio extremadamente bajo si lo comparamos con lo que cuesta el desarrollo de este tipo de sistemas. También dispone de un sistema de afiliados que permite ganar tres meses gratis por cada cliente que les llevemos. Aquí os dejo con una captura y un par de vídeos de presentación del sistema. Recursos en español para aprender a programar en Android. Si hace un par de días os mostramos algunos recursos dedicados a quienes quieren programar aplicaciones para iPhone, ahora le toca el turno a Android. Dada la salida de la plataforma Android, muchos usuarios están intentando crear aplicaciones para las mismas, pero muchas veces nos han llegado correos pidiéndonos algún tutorial en español. Pues bien, hoy os presentamos varios recursos en español para empezar a crear aplicaciones Android.
Tutoriales y blogs - Sgoliver.net: Un blog en el que se recopilan decenas de artículos para empezar desde lo más sencillo hasta algo más complicado en lo que a creación de apps se refiere. Existen tutoriales para bases de datos en Android, XML y sobre todo de interfaz. - Jon Segador: Un Blog con categoría de programación Android. Videotutoriales Imagen: Iconshock.com. Android Developers Union - Sharecroppers Unite! - AnDevUni. Desarrollo en Android. Con el Curso de Programación en Android de sgoliver.net aprenderás a crear desde cero tus propias aplicaciones para dispositivos móviles con sistema operativo Android.
Desde los temas más básicos, como descargar e instalar las herramientas necesarias o crear tu primer proyecto paso a paso, hasta temas avanzados como la localización GPS o la comunicación con servicios web. ¿Te gustaría disponer de una aplicación para hacer más fácil tu vida/trabajo y no la encuentras en Google Play? ¿Estás harto de encontrar cursos de Android incompletos o desactualizados? Ya no es necesario que busques cursos de pago. Con nuestro curso gratuito podrás adquirir las bases necesarias para crear aplicaciones tú mismo. Contenido del Curso Descubre todos los contenidos del Curso de Programación Android y accede online completamente gratis. Curso en PDF Descubre cómo conseguir la última versión actualizada del Curso de Programación Android en formato PDF.
Descargas Licencia © Salvador Gómez Oliver. I-jetty - Project Hosting on Google Code. NEWS: i-jetty-3.1 is now available A port of the popular Jetty open-source web container to run on the Android mobile device platform.Having a "personal" webserver on your phone opens up a world of possibilities, letting you run your favourite existing webapps in your mobile environment. Moreover, as webapps developed for i-jetty have access to the Android API, this means that you can bring the contents of your mobile phone to your normal desktop browser. To demonstrate the possibilities, we've created a "Console" webapp that interfaces to the data on your mobile device.
You don't need any special software to synchronize the mobile data to your desktop computer - the i-jetty console webapp makes your on-phone info like contacts lists, call logs and media instantly available and manageable via your browser. We've packaged the Console webapp as an Android application so it can be conveniently downloaded and updated via the Android Marketplace. Community Commercial Support and Development. ROM Manager | Android Apps - Best Android App Reviews | Android-Apps.com. Learn Java for Android Development: More On Inner Classes. QDevNet - Augmented Reality | Check out the augmented reality mobile application development SDK, tools, forums and other resources from Qualcomm Developer Network, QDevNet. | Qualcomm Developer Network.
Bodybuilding.com | Android Apps - Best Android App Reviews | Android-Apps.com. Processing is Coming to Android [Processing, Android] Amarino - "Android meets Arduino" - Home. BuildingPdForAndroid. Android. Processing & Android: Mobile App Development Made (Very) Easy. Network Info II | Android Apps - Best Android App Reviews | Android-Apps.com. [Tutorial] Instalar barcode scanner en htc tattoo - - Foros Zonadencuentro -