Tag archives for Android - Page 6

Android

Learn to create a Flip Coin Application on Android

When you start to learn Android Development, it can be interesting to make some little and fun applications. It’s good to motivate yourself and it is also a great way to discover some specific part of the Android SDK. Today, I propose you to create a Flip Coin Application on Android to help you to discover how to use the…
Continue Reading
Articles

Samsung has revealed the reasons the Galaxy Note 7 caught fire

During a dedicated press conference, Samsung has announced its findings in the Galaxy Note 7 official results of the investigations show the phone's battery was to blame. It was expected since the recalls in September and October. To find the cause of the Galaxy Note7 incidents, Samsung examined every aspect of the Galaxy Note7, including hardware, software and related processes…
Continue Reading
Android

Learn to draw an Analog Clock on Android with the Canvas 2D API

To learn to use the Canvas 2D API, a good exercise is to draw an Analog Clock on Android. In this tutorial, you are going to discover how to create this kind of Clock and you will see some basics like creating a custom view and draw on a Canvas. Note that you can enjoy this tutorial in video on…
Continue Reading
Android

Use OkHttp to make Network Requests on Android

Created by Square, OkHttp is an open source project designed to be an efficient HTTP and HTTP/2 client. It lets you to make fast requests and save bandwith. It offers some great features out of the box like to share a socket for all HTTP/2 requests to the same host, a connection pooling mechanism when HTTP/2 is not available, transparent…
Continue Reading
Android

Learn to parse an HTML Page on Android with JSoup

When you make Android applications, you can have to parse HTML data or HTML pages got from the Web. One of the most known solution to make that in Java is to use JSoup Library. Like said on the official website of JSoup : "It is a Java library for working with real-world HTML. It provides a very convenient API for…
Continue Reading
Android

Measure the temperature around you on Android with My Thermometer

Android devices are always more powerful and help us daily to make a lot of tasks. Amongst these tasks, your Android device can help you to know temperature around you but also temperature of your device itself. Freely available on Google Play Store, My Thermometer gives users  temperature around them by using their device's sensors. It's the perfect app for…
Continue Reading
Articles

Discover the 15 Worst Android Phones of All Time

Usually, we make rankings to class the top Android phones. Indeed, there are a lot of great smartphones running on Android which are launched each year. So, it's really easy to make a top of the best Android phones. However, amongst these phones, there are some bad surprises each year too. In the following video, we are going to rank…
Continue Reading
Android

Create a Splash Screen on Android : the Right Way !

At a certain moment in the past, Google advised against using a Splash Screen on Android Applications. It was useless. Then, when they have published the Material Design Specifications, some of us have seen that the Splash Screen was now a pattern known as Launch Screen. Ideal to display your brand logo during cold start of applications. So, what’s the…
Continue Reading
Android

Discover Best Tips to save your Battery Life on Android

Battery Life stays a big problem on Android. Indeed, for most of us, it's very rare that you stay one complete day without charging your Android device. However, there are some tips that can help you to save your Battery Life. With our tips, you could even reach one complete day without charging your device. Note that these tips work…
Continue Reading