Category: Tutorials

0

Symfony3, a PHP framework

The Symfony framework is listed as one of the best PHP frameworks for modern web development. It has a wide developer community and many ardent fans. In this post I’ll start with introducing the framework and how to install it, … Read More

0

Android – CardView and RecyclerView

CardView and recyclerView are two widgets introduced with Android Lollipop. CardView shows information inside customizable cards, while recyclerView is ‘a more advanced version of the ListView widget’.
In this tutorial we’ll see an introduction of each of these components, and … Read More