Archive for 'Beginner'

Mobclix DOESN’T Pay – Stay Away

Posted on 21. Jun, 2011 by .

1

If you’ve researched the ad placement networks for your Android applications and games you no doubt have encountered Mobclix. They offer better fill rates and higher payments by distributing your ads across several networks. This sounds great and in practice it seems to work well. I have several apps myself through Mobclix’s service. However, developer [...]

Continue Reading

Spinner View | Android Beginner Dev Tutorial

Posted on 29. Jan, 2011 by .

2

This is again another very simple tutorial on using a Spinner View provided by Android SDK. A spinner is supposed to be a view that displays one child at a time .

Continue Reading

Android Tutorial: Updating UI From A Thread

Posted on 05. Aug, 2010 by .

1

A quick tutorial on how to update the UI from a thread. This should be a fairly easy task. Take your time and really pay attention. You are learning the basics, so it’s a good idea to really take your time.

Continue Reading

Android Application Development: Get Resources by Name ( getIdentifier(…); )

Posted on 29. Jul, 2010 by .

0

In this tutorial you will learn how get Resource-IDs by their name, using the getResources().getIdentifier(…); Method

Continue Reading

Read Out The PID(s) (ProcessID) Of Activity/Processes

Posted on 26. Jul, 2010 by .

2

You will learn how to read out the PID (ProcessID) of the current Activity using myPid(); and of all Processes using getPids(…,…);. This is a beginner tutorial. Have questions? Leave a comment.

Continue Reading

Android Widget Gallery

Posted on 23. Jul, 2010 by .

1

In this tutorial you will learn how to use the Gallery-Widget (android.widget.Gallery) to display a series of images (/res/drawable/s). This is a beginner tutorial. Take your time and learn the fundamentals. It is essential to learn the basic before moving on to intermediate or advanced. If you have any questions, leave comments! We will help you out.

Continue Reading

TabHost Basic Code

Posted on 13. Jul, 2010 by .

0

A basic tut on how to create a tabs view.

Continue Reading

Countdown Timer

Posted on 08. Jul, 2010 by .

1

An easy and basic tut on how to make a countdown timer.

Continue Reading

Alarm Notification

Posted on 04. Jul, 2010 by .

0

This tutorial describes how to use the alarm manager to set alarms and how to use the notification framework to display them.

Continue Reading

Talking SMS

Posted on 01. Jul, 2010 by .

3

In this tutorial, We will describe a Talking SMS app that reads out the incoming SMS messages. Thank you for reading our Android development tutorial! Learning to program can be difficult, but it is worth it. Stick it out, and in the long run you will be happy you did.

Continue Reading