Tag Archives: android snippet

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 [..]

android-tutorial , , , , , , , , ,

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 [..]

android-tutorial , , , , ,

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 [..]

android-tutorial , , , ,