Android desde cero

Anímate a realizar con el Android Studio tu primera aplicaión móvil

123

domingo, 10 de julio de 2016

CodeLabs de Google y Pruebas sobre proyectos de GitHub

Desde hace poco menos de un mes, estoy llevando una bitacora de las pruebas que realizo sobre algunos proyectos de GitHub que me interesa probar. Se puede acceder a esa bitácora a una GitHub Page asociada a mi perfil de GitHub: https://pabloezequiel.github.io/ Además de proyectos de...

domingo, 3 de julio de 2016

How to Develop on Samsung Smart TV with Tizen (Part III)

In our previous post, we reach the goal to run a demo app over a Samsung Smart TV Simulator.  To reach that objetive, we had to read a little about Tizen, the Samsung development plataform, and Install last versión of Tizen SDK, and do some adicional update to get the right emulator versions. After...

sábado, 2 de julio de 2016

How to Develop on Samsung Smart TV with Tizen (Part II)

In our previous post we fail in the objetive to run an example about make an app with Tizen for Samsung Smart TV Let´s tray again, but, a this time we are going to use the following GitHub repository https://github.com/Samsung/TizenTVApps Let´s Start We are going to clone the GitHub repo: $ git...

viernes, 1 de julio de 2016

How to Develop on Samsung Smart TV with Tizen (Part I)

Tizen is an OS based on linux and used on Samsung Smart TV devices. It is the Samsung Way to compite with Android TV. Let see how difficult is to develop an app on Tizen for a Samsung Smart TV.   Let´s Start Our target plataform is a Macbook Pro with OSX and a Samsung Smart TV  Step...

miércoles, 29 de junio de 2016

How to build our first Tizen app with Tizen SDK and Share it on GitHub

Lets see how we can built our first Tizen app with Tizen SDK and Share it on GitHub using Tizen SDK Let´s Start We open Tizen SDK:  Let´s choose a template to apps for TV  jQuery version  And Theme version: We choose for our app a Black Theme  And we have the app ready So,...