Php Mail Function
The mail() function allows you to send emails, as long as the server has a fully-functional email system already set
By CodeBridge Editorial Team|2017-09-13T02:16:56-05:00September 13th, 2017|Php|
The mail() function allows you to send emails, as long as the server has a fully-functional email system already set
By CodeBridge Editorial Team|2017-09-12T02:58:20-05:00September 12th, 2017|Android|
Gallery ExampleGallery is a view used to show items in a center locked, horizontal scrolling list and user will select
By CodeBridge Editorial Team|2017-09-11T02:53:58-05:00September 11th, 2017|Android|
Bluetooth ExampleThe Bluetooth example provides demonstration of BluetoothAdapter class to manipulate Bluetooth and show list of paired devices by the
By CodeBridge Editorial Team|2017-09-10T04:41:12-05:00September 10th, 2017|Android|
Toolbar ExampleToolbar is main for application highlight their application name. actvity_main.xmlThis xml shows toolbar only in our
By CodeBridge Editorial Team|2017-09-09T02:52:52-05:00September 9th, 2017|Android|
Using Mediaplayer Record Audio In Android, Microphone is attached with that. Using Microphone, We able to record sounds such
By CodeBridge Editorial Team|2017-09-07T06:51:46-05:00September 7th, 2017|Android|
ListView Example The String Array is passed into listview with scroll. A simple and normal way of steps are
By CodeBridge Editorial Team|2017-09-06T13:32:05-05:00September 6th, 2017|Java Core|
Code Example Reading a file by using BufferReader, You would done in few line of code, Here is the
By CodeBridge Editorial Team|2017-09-06T05:18:52-05:00September 6th, 2017|Android|
Checkbox Example Checkbox is used for two states such as checked or unchecked state. This button keeps our answering work
By CodeBridge Editorial Team|2017-09-05T13:14:08-05:00September 5th, 2017|Java Core|
Deleting a file in java, It is pretty easy, Here is the sample code, Just copy and paste on our
By CodeBridge Editorial Team|2017-09-05T05:19:38-05:00September 5th, 2017|Android|
Toggle Button Toggle Button is useful for check/uncheck state of the button. Toggle button is separate from normal button.