Tuesday, September 10, 2013

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.c...

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.c...

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.c...

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: Droid.ttf KingdomOfHearts.ttf NeverwinterNights.ttf Plok.ttf UnrealTournament.ttf 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...

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...

Posted By Live Blog10:06 AM

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

Create a new class named CollisionDetectionExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class: package org.anddev.andengine.examples; 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; import org.anddev.andengine.engine.camera.hud.controls.AnalogOnScreenControl.IAnalogOnScreenControlListener; import...

Posted By Live Blog4:39 AM

Thursday, September 5, 2013

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

Here're some resources for this part: vivabee.ttf Create new folder named font in assets folder of the project Copy font file above to the folder assets/font Create new class named ChangeableTextExample 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...

Posted By Live Blog10:31 PM

Wednesday, September 4, 2013

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

Here're some resources for this part: player.png enemy.png parallax_background_layer_front.png parallax_background_layer_mid.png parallax_background_layer_back.png Copy 4 pictures above to the folder assets/gfx Create new class named AutoParallaxBackgroundExample 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...

Posted By Live Blog8:59 PM

Step-by-step to familiarize with android development

Some stuff for preparing: Download the adt (android developer tools) here and extract to some folder. For example, in F:\ like this Open the folder containing adb.exe, for example: F:\adt-bundle-windows-x86-20130729\sdk\platform-tools ...

Posted By Live Blog11:57 AM

[Tut] How to perform AndEngine Examples of Nicolas Gramlich - AugmentedRealityHorizonExample (with camera horizontally)

This example is the same as AugmentedRealityExample using 2 files in org.anddev.andengine.extension.augmentedreality package Create new class named AugmentedRealityHorizonExample in org.anddev.andengine.examples package. 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...

Posted By Live Blog9:13 AM

Choose an Android item