Saturday, December 21, 2013

Game: GeoVoyager

Inventor Phileas Fogg made ​​a trip around the world in 80 days. Such travel now you can make from the comfort of home or while standing in line for bread! Find out about the most unusual places and sights, explore the flags of the world, and most importantly test your knowledge - all this is now possible with the new fun game GeoVoyager.


Thursday, June 13, 2013

Create horizontal menu for Android-based applications

In this article I want to share one of the ways to develop a nice animated menu or text horizontal list.


Sunday, March 31, 2013

Programmatically change language in Android-application

Programmatically change language in Android-application
Sometimes it is necessary in the application provide an opportunity the user to change the language of the application, regardless of the locale device. In this article I will show you how to do it.

Friday, March 29, 2013

Gallery with ViewFlipper

Gallery with ViewFlipper Often in the development gallery in mobile applications from the developer is a problem out of memory when working with a lot of of images. In this article, we will develop the gallery, which will help prevent such messages as OutOfMemoryError or OutOfMemoryException.

Wednesday, March 27, 2013

Typewriter TextView

Typewriter TextView
Today, we will develop the element to be one character to stamp text on the screen.

Thursday, March 7, 2013

Review: AppSurfer

AppSurfer
Interesting service that allows to test Android-apps directly in the browser before installing it on the device.

Sunday, February 24, 2013

Interface: Gradient TextView

Interface: Gradient TextView
Today we look at how you can add new properties to the elements of the example TextView, to paint it in a gradient.


Thursday, February 21, 2013

Interface: Custom Toast (Part 2)

Customization interface: Toast (Part 2)
In the previous article I talked about how to change the Toast interface and regulate the time display on the screen. Today I'll show how to close Toast  by clicking.



Wednesday, February 20, 2013

Interface: Custom Toast (Part 1)

Customization interface: Toast (Part 1)
Today we talk about Toast. An important limitation of this element is that it display time, which is not regulated. In this article I will show how to display Toast with a specified time.


Wednesday, February 13, 2013

Interface: Custom Progress Bar

Customization interface: Progress Bar
Today we will customize element Spinning Wheel. This article will be covered three ways to change the element.



Monday, January 21, 2013

Planning: Flying cells

Planning: Flying cells
The last article in the series on customizing ListView. This time, animating the change of the selected item. In this article, we will develop a flying cell.



Sunday, January 20, 2013

Planning: Swipe. Animation remove items


Planning: Swipe. Animation remove items
We continue the series of articles on the development of applications for planning cases. Today, we will improve the usability of our list due to comfortable and animated removing items.


Thursday, January 17, 2013

Planning: Saving and loading the list. Extension of functional

Planning: Saving and loading the list. Extension of functional
In the last article, we developed a custom ListView, which is filled with local data. In this article we expand the functionality of our application and implement the ability to save and load data.


Wednesday, January 16, 2013

Planning: Custom ListView. Formulation of the problem

Planning: Customization ListView. Formulation of the problem This article begins a small series of articles about customizing lists (ListView). We'll write a little app to plan your cases. In the first part I will cover moment to create a ListView, its customization, adding extra elements (Header, Footer) and fill the list.

Tuesday, January 8, 2013

Advertising services: AdMob


Advertising services: AdMob
AdMob - a mobile advertising service from Google. In this article I will discuss how to use this service in their applications and games.


Friday, January 4, 2013

Customization interface: Fonts


Sometimes it is necessary to change the default application font on your own. How to do it, I'll show in this article.




Thursday, January 3, 2013

Orientation of the application


In this article we will discuss how to develop applications for different orientations of the device. I will also show an easy way to identify the type of device, the tablet or smartphone.