A lot of Android apps have face detection enabled for still images or even for the camera live video feed. In this tutorial I will show how you can implement this in your app.
BestPhotos: Build an Android App with Facebook SDK
Welcome to the third tutorial on how to build an Android application! This time, we will build an application using the Facebook SDK to get the user’s images and show them ordered by the number of reactions received on the platform. Here’s how the app will look in the end:
Continue reading “BestPhotos: Build an Android App with Facebook SDK”
How to Build a Jigsaw Puzzle Android Game
The second tutorial will be about making a simple puzzle Android game. The idea is simple: you choose one image from a list, or you take a photo using the camera, which is then divided into several puzzle pieces, and you have to put it back. To check the app before you build it, you can download it from the Google Play Store: Puzzle – use your own images or choose from ours.
Continue reading “How to Build a Jigsaw Puzzle Android Game”
Build Your First Android App: A Time Zone Converter
In this Android tutorial we will build a time zone converter app. This will help users find out the time in different places around the globe by selecting their time zone and the time zone to which they want to convert to. Everything will be configurable by the user: the source time zone, the destination time zone, the date and the time of the conversion. The final app will look like this:
Continue reading “Build Your First Android App: A Time Zone Converter”