Quantcast
Channel: Android Research Blog » Programming
Browsing latest articles
Browse All 23 View Live

Image may be NSFW.
Clik here to view.

Creating a Simple Rss Application in Android (V2)

This is a refactored version of a previous rss application example which had 1 major issue and gathered some discutions around that tutorial. Starting with Android 3.0 and higher when trying to perform...

View Article



Image may be NSFW.
Clik here to view.

Using Maven in Android to build for different environments (dev, staging,...

If you are working on a relatively complex project, chances are that you may need to build the application against different environments, such as a development, a staging, and a production...

View Article

Image may be NSFW.
Clik here to view.

Using Maven to save the build time in a properties file

Create a folder called build in the root directory of the project, and a file build.properties with the following content: build.time=@buildtime@ Using the maven replacer plugin we can replace the...

View Article

Image may be NSFW.
Clik here to view.

Example using ViewPager with ActionBarSherlock tabs

In this post I’m going to show you an example usage of ViewPager in conjunction with ActionBarSherlock tabs. The final result should look like this: 1. Add the ActionBarSherlock library to your...

View Article

Image may be NSFW.
Clik here to view.

ViewPager with Tabs inside SlidingMenu

This started as a question on StackOverflow on how to have tabs inside the SlidingMenu. Though I would opt for another design decision, for example to put the content of the tabs in separate...

View Article


Image may be NSFW.
Clik here to view.

Google Maps API V2 Android Tutorial

In this tutorial we will walk through the process of integrating Google Maps API V2 into an Android project. (Source code available on GitHub) The necessary steps in order to integrate the Google Maps...

View Article

Image may be NSFW.
Clik here to view.

Android Volley Tutorial

Volley is an android library released by Google that can make your life easier when dealing with network operations. In this blog post I will mention the main features of the library and show a few...

View Article

Image may be NSFW.
Clik here to view.

Introducing Photo Collage Creator

I was playing with bitmap manipulations and so was born the idea to make this app. It was started some time ago, and, even if at times I was thinking it will never see the daylight, finally it was...

View Article


Image may be NSFW.
Clik here to view.

Analysing Android code with SonarQube

SonarQube, formerly known as Sonar, is a platform to analyze code quality. Analysis covers such aspects as code duplications, potential bugs, coding rules, complexity, unit tests, comments, and...

View Article


Image may be NSFW.
Clik here to view.

Example usage of AppCompatActivity in Android

The latest release of android support library, 22.1, deprecates the ActionBarActivity in favor of AppCompatActivity, which promises to bring a single consistent ActionBar for all devices starting with...

View Article
Browsing latest articles
Browse All 23 View Live


Latest Images