My team and I , have participated in the MoVility 2017 challenge with our project “Happy Ho” and we won the third prize . In this article , I will tell you what we’ve learned during this event and why you should consider participating in next year’s edition.
Tag: CheerTrip
Introduction to IoT
The IoT is becoming among the most interesting topics over the last years because it will have a huge impact on our life in the next few years . According to experts , the world will see a big change at the dawn of 2020 , they called it : The IoT revolution !
Face detection with OpenCV
OpenCV is an open source library for image processing and object detection. In this tutorial we’ll create a Python program that detect and draw a rectangle around the detected face.
Cognos Analytics is an IBM Business Intelligence tool that you can use to interpret your data and extract relevant information for your Database.In this tutorial , we will add a new data source to Cognos Analytics , from DashDB , and create charts. Let’s get started !
Android Layouts tutorial
After posting the weather app tutorial , many friends asked me to do a tutorial about how to organize Android Views (TextView , ImageView …) inside a UI. So in this tutorial, we’ll find out how to make better UI.
Consuming REST web service from Android
Hello Android developer !
In this tutorial , we’ll develop an Android App that call a weather web service to display the weather’s condition for Ariana,Tunisia (just an example).
If you want to make your own web service , check out my tutorial here .
At the end of this tutorial , you’ll find the Github link of the full source code , it contains more features (everything is explained by comments).
Let’s get started !