My first Androide Library

0 comentarios

It is a pleasure announce my first Android Library, it is a simple JSON client with the goal to use in backend web services communications. Decody JSON Simple Client is a set of classes I've written and used in several Android applications and I want to share with the community, hopefully, it won´t be the first library.

Check the library in Github and let me know your feedback, also it would be great if someone is happy to help with new changes and features I have in the ToDo list, the library is currently looking for contributors.
Read On

Material design is here to stay

0 comentarios

If you listen "Material design" your head goes probably directly to Android 5.0 aka Lollipop, but it seems Material Design is more than a new version for Android devices / platform. it's a concept Google team wants to circulate or put ​in every interface.

Part of this ecosystem is the new framework for Web Developmentcoming from Google developers, it's called Polymer and it's basically a framework to create web components, it lets transactions between components, interactions, more details can be found in the demos section of the website, specially Topeka.

Other excample and inline with our developments is the Material Design implementation for AngularJS, which contains some nice components for user interface.

As an end of this article, it would be better give you more details reading the article analyzing the differences between Polymer and AngularJS.

Happy coding!

Read On