Monday, September 16, 2013

Developping Android Apps is simple through simple Demo Apps - Part 9: Save data to file

Here's the tutorial how to save data to file in internal storage [ttaiit.blogspot.c...

Posted By Live Blog7:43 AM

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

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

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

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

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

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

Choose an Android item