Quantcast
Channel: WebDevTutsDepot » Mobile Development
Browsing latest articles
Browse All 15 View Live

Build an Android App Step By Step Tutorial

I came across this great android sdk tutorial the other day and just want to share it with you. Before you begin watching it though let me go over somethings that the person who made this tutorial...

View Article



Image may be NSFW.
Clik here to view.

Android SDK Tutorial: Rating Bar Example

In today’s Android SDK tutorial I will show you how to use the rating bar widget. The Result Let’s make a widget that displays in text the number of stars you selected from a rating. Like always be...

View Article

Image may be NSFW.
Clik here to view.

Android SDK Tutorial: Button onClick Event

Making your app notice when a button was clicked is pretty simple, the code am giving you here is what I found to be the shortest method to do so. The Result We will make a button that updates a label...

View Article

Image may be NSFW.
Clik here to view.

Android SDK Tutorial: AlertDialog Example

Do you remember the alert() function from javascript, well something similar is back in Android but Google calls it the AlartDiaglog instead. The Result The alertdialog app: the button that triggers...

View Article

Image may be NSFW.
Clik here to view.

Android SDK Tutorial: Accelerometer Example

This is am going to teach to make is so simple but I could be playing with it for hours, just think of all the possibilities. The Result We will make a simple app, one that shows you the acceleration...

View Article


Image may be NSFW.
Clik here to view.

Android SDK Tutorial: How To Send Text Messages

We are going to make a text messaging app: two text fields, one for the phone number and message and of course a send button. Pictures of the interface below. a simple interface for sending text...

View Article

Image may be NSFW.
Clik here to view.

Android SDK Tutorial: How To Receive Text Messages

In this post I will teach to make app that can receive a text message, you will be able to obtain the sending number and message to do with it as you please, in this app we will simply display the...

View Article

Android Tutorial: How To Post Data From An Android App To a Website

The Android API has a set of functions that allows you to use HTTP requests, POST, GET etc. In this tutorial we will make an app that will allow you to update the contents of a file in a server using...

View Article


Image may be NSFW.
Clik here to view.

Corona SDK Tutorial: Circle Objects

Make a Circle To make a circle in Corona SDK we use the function newCircle of the display object. This function takes three parameters in this order.: the x coordinate for the center the y coordinate...

View Article


Image may be NSFW.
Clik here to view.

Corona SDK Tutorial: How to Work With Rectangles

When creating a rectangle in Corona SDK we must use the function newRect of the display object. This function takes four parameters (integers) in this order: left corner (x-coordinate) top (left)...

View Article

Image may be NSFW.
Clik here to view.

Corona SDK Tutorial: How To Work With Lines

When we create a line in Corona SDK we must use the function newLine of the display object, takes four parameters in this order: first x-coordinate (x1) first y-coordinate(y1) second x-coordinate(x2)...

View Article

Image may be NSFW.
Clik here to view.

Corona SDK Tutorial:How Work With Text

When creating text in Corona SDK we must use the function newText of the display object. This function takes four parameter string left corner (x-coordinate) top (left) corner(y-coordinate) config.lua...

View Article

Image may be NSFW.
Clik here to view.

Android SDK Tutorial: Get AdMob Test Device ID

After about an hour of reading RTFM posts, text only posts and some Google searches I was able to get my Android device’s id to run test ads in my app with AdMob. I’ve documented everything here step...

View Article


Image may be NSFW.
Clik here to view.

Android SDK Tutorial: Working With The SeekBar

In this post of our Android SDK Tutorial series I will teach you to work the seek bar. The seek bar is a slider with a maximum value with which you can select values from a range visually. The range of...

View Article

Image may be NSFW.
Clik here to view.

Corona SDK Tutorial: How To Add Images

When submitting an image in Corona SDK we must use the function newImage of the display object. This function takes two parameters filename left corner (x-coordinate) top (left) corner(y-coordinate)...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images