Android
-

Creating logs in Android applications
For Android applications, logging is handled by the android.util.Log class, which is a basic logging class that stores the logs…
Read More » -

Saving data to a file in your Android application
This is the second post in my series about storage in Android applications. The other post is available here :…
Read More » -

Using Android Traceview in Eclipse
The best way to solve a performance problem with an Android application is to profile the application by tracing the…
Read More » -

Introduction : How to save data in your Android application
This is the first post in a series explaining the various ways to save data and application state in an…
Read More » -

Automating the Continuous Integration of Android Projects With Gradle Using Jenkins on Windows
This post will show how to automate the deployment process of an Android Application using Jenkins Continuous Integration – to…
Read More » -

15+ Useful Robotium Code Snippets for Android Test Automation
Robotium is a powerful android test automation framework. It can be used to create robust apps using unit, functional &…
Read More » -

How to create android dialogs in a reusable manner
Creating dialogs is a very common need in your app to show a dialog box to the user in order…
Read More » -

Android chart tutorial: AChartEngine
In this post, I will describe how to use AchartEngine. This is a great library for Android that help you…
Read More » -

Create a jar library with gradle using AAR info
Some posts ago, I talked about how to use gradle to push an aar to maven central. If you remember,…
Read More »

