Android
-
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 » -
Simple tips to secure Android app
Android has security features built into the operating system that significantly reduce the frequency and impact of application security issues…
Read More » -
How to develop an Android Weather app using Weatherlib
Some users asked to me some details on how to use the Weatherlib. In this post want to describe how…
Read More »