Saturday, September 14, 2013

Developping Android Apps is simple through simple Demo Apps - Part 8: SharedPreferences

Here's the tutorial how to save data as key-value pairs using SharedPreferences


[ttaiit.blogspot.com]

Posted By Live Blog5:27 AM

Developping Android Apps is simple through simple Demo Apps - Part 7: Multi-Language App

Here's the tutorial how to create multi language application in android


[ttaiit.blogspot.com]

Posted By Live Blog5:25 AM

Friday, September 13, 2013

Developping Android Apps is simple through simple Demo Apps - Part 6: Action Bar Menu

Here's the tutorial how to create Action Bar menu items and handle events for them


[ttaiit.blogspot.com]

Posted By Live Blog12:51 AM

Developping Android Apps is simple through simple Demo Apps - Part 5: Set up Action Bar

Here's the tutorial how to set up Action Bar


[ttaiit.blogspot.com]

Posted By Live Blog12:49 AM

Tuesday, September 10, 2013

Developping Android Apps is simple through simple Demo Apps - Part 4: Send and Receive much Data

Here's the tutorial how to send and receive much data from an activity to others


[ttaiit.blogspot.com]

Posted By Live Blog11:39 AM

Developping Android Apps is simple through simple Demo Apps - Part 3: Send and Receive Data

Here's the tutorial how to send and receive data from activity to activity

[ttaiit.blogspot.com]

Posted By Live Blog2:36 AM

Monday, September 9, 2013

Developping Android Apps is simple through simple Demo Apps - Part 2: Calculation Numbers

See again How to prepare and create first app step-by-step here:
http://ttaiit.blogspot.com/2013/09/step-by-step-to-familiarize-with.html


[ttaiit.blogspot.com]

Posted By Live Blog10:58 AM

Sunday, September 8, 2013

Developping Android Apps is simple through simple Demo Apps - Part 1: Hello Android

See again How to prepare and create first app step-by-step here:
http://ttaiit.blogspot.com/2013/09/step-by-step-to-familiarize-with.html


[ttaiit.blogspot.com]

Posted By Live Blog11:06 AM

Friday, September 6, 2013

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - CustomFontExample



Here're some resources for this part:


Copy 5 font files above to the folder assets/font

Create new class named CustomFontExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class:
package org.anddev.andengine.examples;

import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.engine.camera.Camera;
import org.anddev.andengine.engine.options.EngineOptions;
import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation;
import org.anddev.andengine.engine.options.resolutionpolicy.RatioResolutionPolicy;
import org.anddev.andengine.entity.scene.Scene;

Posted By Live Blog7:50 PM

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - CoordinateConversionExample



Create a new class named CoordinateConversionExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class:
package org.anddev.andengine.examples;

import static org.anddev.andengine.util.constants.Constants.VERTEX_INDEX_X;
import static org.anddev.andengine.util.constants.Constants.VERTEX_INDEX_Y;

import javax.microedition.khronos.opengles.GL10;

import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.engine.camera.Camera;
import org.anddev.andengine.engine.camera.hud.controls.AnalogOnScreenControl;

Posted By Live Blog10:06 AM

Choose an Android item