Archives for Android - Page 10

Android

After several weeks of leaks, HTC 10 is now official

After several weeks of leaks and rumors, HTC has unveiled its new flagship the HTC 10 yesterday. This new flagship has some arguments to help HTC to improve its situation in 2016. HTC has said "bye-bye" to One series and now, it's just HTC 10. Just to be mentioned but not so excited. So, give a look to complete specifications…
Continue Reading
Android

Load your images with Glide, the Image Loader Library for Android, recommended by Google

During your Android developments, it’s almost sure you have already loaded images from the Web for your application. To achieve that, you can use the classic HttpUrlConnection based stack. This solution is functional but you will need some efforts to make fast calls and add some caching features. Better solution is probably to use an Image Loader Library that offers…
Continue Reading
Android

Android Studio 2.0 is up : build Android apps has never been so easy

After long months of work, Google has just announced that Android Studio comes in stable version. Like you must know, Android Studio is the official IDE recommended for Android Development by Google. It is based on IntelliJ Idea. Android Studio has several advantages like the fact it is made mainly for Android Development and built in coordination with Android platform.…
Continue Reading
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