Skip to content

pnp4help/Wireless-Communication-Mobile-Computing

Repository files navigation

WCMC : Wireless Communication & Mobile Computing

  • For Demo/Education Reference Only.

Software Required: 1. Android Studio 2. Genymotion Android Emulator

PR1_BlankActivity.zip

In this tutorial, You will get an idea about Android Studio, which is Official IDE for Android. Android Studio provides the fastest tools for building apps on every type of Android device. You will get basic idea about Project Structure, User Interface, Tool Windows etc. There are basically Java, XML files in any Android Projects. In .java file we are writing Logic in XML file we are doing layout/User Interface and in AndroidManifest, we have permission related XML tags. Various layouts are available for developing for good User Interface in Android. Introduction to Android and Create “Custom Message” application. That will display “Custom Message” in the middle of the screen in the Black color with Yellow background.


PR2_SUM.zip

In this tutorial, You will get an idea about how to use Button, Edittext, Toast Message for calculate sum of two numbers. You need to use “parseInt()” during this tutorial. Create an android application to calculate sum of two numbers and gives result in Toast Message.


PR3_ToastMsgTime.zip

In this tutorial, You will get an idea about how to use Chronometer and Toast Message combination.Create an application that will display Toast (Message) on specific interval of time.


PR4_TempConv.zip

In this tutorial, You will get an idea about how to make simple Temperature Converter Application in Android. We will use RadioButton, EditText to convert Temperature from Fahrenheit To Celsius and Celsius To Fahrenheit.


PR5_Login.zip

In this tutorial, You will get an idea about how to make simple Login Application in Android with following features Successful Login message in TextView with Green background if Username & password is correct. Failure message in TextView with Red background if Username or password is incorrect.Disable Login Button after three wrong login attempts. Close application if user selects Cancel Button. We will use Button, EditText, TextView ,”setVisibility()”.


PR6_Flashlight.zip

In this tutorial, You will get an idea about how to make simple Torch/Flashlight Application in Android with Torch/Flashlight ON/OFF feature.We will use android.permission.CAMERA for uses-permission and android.hardware.camera for uses-feature.


PR7_Menu.zip

In this tutorial, You will create an application that will change color of the screen, based on selected options from the menu.


PR8_Fragement_MobileComputing.7z

In this tutorial, You will create an application using the fragment.


PR9_Webview.7z

In this tutorial, You will create an application using the Webview.

About

Wireless Communication & Mobile Computing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published