Archives for Tutorials - Page 13

Android

Speed up your Android device by freeing your RAM and cleaning your cache

Your device is slower day after day ? Your Applications are slowing ? Best solution is to boost your device by freeing your RAM and cleaning cache of your device. RAM Booster & Cache Cleaner offers you all that power with a single touch. Application is freely available for smartphones and tablets on Google Play Store : RAM Booster &…
Continue Reading
Android

Learn to generate PDF documents for your Android Application

Generate a PDF document is a well mastered task by Java developers on desktop application or on web applications. On Android applications, it’s a little bit different and only a few developers add that kind of feature in their app. However, users really enjoy having some reports for monitoring applications for example. A solution can be to use iText library…
Continue Reading
Android

Customize your Android project structure to fit your needs

Android project structure is usually organized with a main folder containing a java folder and a res folder. The java folder contains all the Java classes file of your project. The res folder contains all resources of your Android project. So, it can make a lot of files with drawables, layouts, values, etc ... When your work on a big…
Continue Reading
Android

Oracle claims $9.3 billion damages from Google for use of Java API in Android

Latest twist in the Oracle / Google battle around Android, Oracle now claims $ billion damages from Google for use of Java API in Android. Oracle sued Google six years ago, claiming that Google needs a license to use Java API in Android that is become the market-leading mobile OS. Crucial question is to know if Google’s use of Java…
Continue Reading
Android

Remove your boilerplate code in Android with Butter Knife

Creating applications in Android can sometimes be a very repetitive task. As a developer, you have to deal with redundant codes to find Views, to use View Holder pattern for your lists, to install your event listeners, … Write this kind of boilerplate code is bad for your productivity. A great solution would be to find a way to remove…
Continue Reading
Android

Check your audition on Android with a complete Hearing Test

Like you must know, the audition is a big problem for a lot of people. Some of them struggle to hear correctly sounds or voices. So, they are worried about their audition. Best reflex is to have an appointment with a specialist to make a complete audiogram and find the best solution to health their ears. But, frequently, get an…
Continue Reading
Android

Boost your productivity on Android Studio with Live Templates

As an Android developer, you are used to write very often same kind of code on your project. Here, we don’t talk of the creation of reusable code to avoid rewrite same code between several projects. Here, we talk about simple lines of code that are written all the time. Let’s take a well known sample. You want to display…
Continue Reading
Android

Learn to root the Samsung Galaxy S7 and S7 Edge in just 10 steps

As an Android enthusiast, may be you want to take full control to your Samsung Galaxy S7 or your Samsung Galaxy S7 Edge. How to achieve that ? By rooting your device obviously. But, be warn that rooting your Android device is at your own risks ! That being said, you can already root the Samsung Galaxy S7 and S7…
Continue Reading
Android

Learn to make faces recognition programmatically in Android

For Android applications that offer to users possibilities to manage photos or images, it can be very useful to add a faces recognition feature. To achieve that, you have basically two options : first is to find a faces detection algorithm and to implement it. It can be a very good exercise but when you make Android applications, you wanna…
Continue Reading