Arduino Tutorial for Beginners 4- Setting Up the Circuit For Arduino Uno With Breadboard

August 16, 2019 Anh Quân Tống 0

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

August 11, 2019 Anh Quân Tống 0

In this post on Arduino Tutorial For Beginners, i will introduce you + How to install Arduino IDE + How […]

What is REST ?

October 5, 2017 admin 0

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)

January 22, 2017 admin 2

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

December 21, 2016 admin 3

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

December 17, 2016 admin 1

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

December 17, 2016 admin 41

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

Android Tutorial

Android MySQL Database Tutorial – Android Login with PHP MySQL

September 13, 2016 admin 101

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 […]

Android Tutorial

How to send sms in android

August 29, 2016 Mithilesh Singh 1

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

Android Tutorial

How to send email in android using intent

August 29, 2016 Mithilesh Singh 0

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

Android Tutorial

How to make a phone call in android

August 29, 2016 Mithilesh Singh 0

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

Android Tutorial

Android Simple Caller Talker

August 28, 2016 Mithilesh Singh 0

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

No Image

Android Call State Example

August 23, 2016 Mithilesh Singh 0

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

No Image

Android Call State BroadCastReceiver Example

August 23, 2016 Mithilesh Singh 0

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 […]

No Image

Android Telephony Manager Tutorial

August 23, 2016 Mithilesh Singh 0

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