Language
![[Google]]( http://www.framentos.com/wp-content/plugins/easy-adsense-lite/google-light.gif)
About us...
Fabio Tuzza
Hi, I am a Computer Engineer, I graduated with a Bachelor's degree in Computer Engineering from University of Messina in 2009 . I graduated with a Master's degree in 2012. Now I live in Dundee, Scotland. During the last two years I worked in Rome in a consulting company as developer and project manager. My projects were focused on Computer Vision, Data Mining and Mobile Development (iOS, Android). Enjoy all in our blog! ;)
mail: fabiotuzza[at]gmail[.]comMaurizio Mento
Hello! I am a Computer Engineer, I live in Nice (France) and I work as developer in Sophia-Antipolis. I graduated from University of Messina for my Bachelor's degree in 2008 and from Polytechnic of Turin for Master's degree in 2011, both in Computer Engineering. I am very passionate about technology, music and sport. Hope you will enjoy our blog and our apps!
-
Recent Posts
Archives
Tags
-
Tag Archives: tutorial
How to start a Service at boot in Android
In this tutorial we will see how to launch a Service at boot startup in Android. Of course, as first step, we need the Service to be started:
How to write “Hello World” into a NFC tag in Android.
When I started my experience with NFC technology finding a “Hello Word” tutorial to get minimal bases on NFC wasn’t so easy. For this I decided to write [..]
Tutorial: ListView in Android using custom ListAdapter and Cache View
The aim of this article is to build a custom ListView for Android using a custom ListAdapter and a View Cache. In Android is very simple to build [..]
How to prevent Wi-Fi sleep on Android
With this tutorial, we will explain how it is possible to get the control on Wi-Fi resource in order to prevent it to go in stand-by. This is [..]
How to create a custom notification on Android
In this article, we will explain how is possible to create a custom notification layout to replace the standard one in the notification bar. To do it we [..]
How to read and write a text file in android?
In this post i want to show you how read and write un file *.txt. In the code example I write a String “Hello World” in a file [..]
Store object/data in internal memory
In many apps you need to store object/data in internal memory (custom Object, collection object: ArrayList, HashMap ecc.. ) in memory. In Android it’s very simple, for example if you want store a [..]
