IntentService and Service - Android Yair Carreno 13:12 Context: You need to consumer a resource (REST/Web Service, Download Service or any process for a long time) asynchronize over a threa... Read More Share Twitter Facebook
Thymeleaf: The Natural Template. Yair Carreno 11:25 Cuando se inicia un proyecto de una aplicación web, empresarial o standalone, una de las primeras actividades que se realiza en acue... Read More Share Twitter Facebook
JavaScript Best Practice Yair Carreno 11:46 General Recommendations Avoid global variables. Define all local var's at the top of each function. Use explicit comparators (ie ... Read More Share Twitter Facebook
Cloud Computing Patterns Yair Carreno 12:50 Patterns are a widely used concept in computer science to describe good solutions to reoccurring problems in an abstract form. Such conce... Read More Share Twitter Facebook
JQuery Mobile - Content injected into a page is not enhanced. Yair Carreno 10:01 Content injected into a page is not enhanced? jQuery Mobile has no way to know when you have injected content into a page. To let j... Read More Share Twitter Facebook
PhoneGap - Take photo and send mail. Yair Carreno 9:40 In this article I will teach how to take a photo using a mobile device and than send to any email. I used as development environment a... Read More Share Twitter Facebook
The Retain-Count Rules Yair Carreno 9:08 Here we have the rules for memory management in Objective C: If you create an object by using a method whose name starts with alloc... Read More Share Twitter Facebook