
Search In
For encoding and decoding we have Base64 class in android.
For encoding in String we can use encodeToString (byte[] input, int flags)
This method Base64-encode the given data and return a newly allocated String with the result.
Parameters
input->
Why String is an immutable class in Java ?
Before going for the above question we should be clear what are Immutable classes ?
Immutable classes are the one which once created, then it’s instances can not be changed. Objects of the Immutable class
To send email in PHP, we use mail() function. You can send text message, html message and attachment with message by the use of PHP mail() function.
Syntax
bool mail ( string $to , string $subject , string $message [, string $additional_headers [,
If you want to show a pdf file with the readable text from it on the page you can achieve it by seeing the code below
We will use a php library (pdfparser). This function will get the exact text as what you need
http://www.pdfparser.org/
Step 1:
Y
It is very easy to read data from Parse database, just create a query using PFQuery class over class name (table name) and request for data.
For example - There is one table "Post" with column names : title, message, postTime. Now get data from tabl
|
---------->
HTTP request
|
+--------------+ | +--------------+
| | | | |
| browser | | | web server |
| (JavaScript) | | |
In Laravel 4.x we have many facility to use query in a easy way. We will also run raw query in laravel 4.x. Laravel 4.x also provide of using “order by” query using Eloquent ORM.
We can easily understand this by seeing the example of order by:
E
How to modify the PetToysList component so clicking on a toy replaces the homepage by the toy's form view in OpenERP/Odoo ?
If you want to modify the PetToysList component in OpenERP(Odoo) so that when you click on a toy it replaces the homepage by
Scenario Based Testing is categorized under Black Box tests and are most helpful when testing is concentrated on the business logic and functional behaviour of the application .Adopting SBT is effective when testing complex applications.Now every
Push notifications are messages that allow an app to notify of a message similar to how a text message pops up on your screen with a sound.Code for Android ,Iphone API push notification is given below by using urban airship
Android Push Notificatio
