Android tutorial for beginners – Learn Android Programming and how to develop android mobile phone and ipad applications starting from Environment setup, application components, activity lifecycle, service lifecycle, application architecture, publishing application, debugging applications, handling events, layouts, menus, user interface controls, styles and themes, handling rotation, fonts management, send email, data storage, managing media, send sms, phone calls.
Android

Arduino Tutorial for Beginners 4- Setting Up the Circuit For Arduino Uno With Breadboard
In this post on Arduino Tutorial For Beginners,how to build a simplest circuit and how to control it with Arduino, […]

Arduino Tutorial for Beginners – How to Install Arduino IDE on Windows 10 + First Sketch
In this post on Arduino Tutorial For Beginners, i will introduce you + How to install Arduino IDE + How […]

What is REST ?
REST is an architectural style which is based on web-standards and the HTTP protocol. The REST architectural style was initially […]

Android Studio – How to Save a File on Internal Storage (Read / Write)
In this tutorial we will learn How to Save a File on Internal Storage Using Android Studio. Also this exmple […]

Android Studio – Android WebView Example
In this tutorial we will learn How to use WebView in Android Using Android Studio. So lets create a project. Step 1 […]

Android Studio – Android SeekBar Example
In this tutorial we will learn How to use SeekBar in Android Using Android Studio. A SeekBar is an extension of […]

How to Convert a Website into Android Application using Android Studio
In this tutorial we will learn How to Convert a Website into Android Application using Android Studio So lets create […]

Android MySQL Database Tutorial – Android Login with PHP MySQL
package com.example.programmingknowledge.mysqldemo; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.EditText; import android.widget.Toast; public class MainActivity extends […]

How to send sms in android
We can send sms in android by means of goal. You have to compose just 4 lines of code the […]

How to send email in android using intent
We can without much of a stretch send email in android by means of expectation. You have to compose few […]

How to make a phone call in android
We can make a telephone bring in android through goal. You have to compose just three lines of code to […]

Android Simple Caller Talker
Android gives the office to know the approaching number and talk it by the assistance of android discourse programming interface […]

Android Call State Example
We can likewise get the data of call state utilizing the TelephonyManager class. For this reason, we have to call […]

Android Call State BroadCastReceiver Example
activity_main.xml <RelativeLayout xmlns:androclass=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” android:layout_height=”match_parent” android:paddingBottom=”@dimen/activity_vertical_margin” android:paddingLeft=”@dimen/activity_horizontal_margin” android:paddingRight=”@dimen/activity_horizontal_margin” android:paddingTop=”@dimen/activity_vertical_margin” tools:context=”.MainActivity” > <TextView android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”@string/hello_world” /> </RelativeLayout> Activity class […]

Android Telephony Manager Tutorial
The android.telephony.TelephonyManager class gives data about the communication administrations, for example, endorser id, sim serial number, telephone system sort and […]
Recent Comments