
Search In
Flutter, the new UI toolkit from Google is the latest buzzing tech in mobile app development. Though its first stable release- Flutter 1.0 is just around a month old, Google has been slowly building up support since its earliest beta versio
I'm trying to make find the difference game app, but I never made anything like that and since I'm a new to development I'm stuck
well baby Steps are always needed to learn xD
**I read in some documentation that i have to get each Image
In OpenERP all the content is included in Manifest file __openerp__.py.
This file, which must be a Python dict literal, is responsible to-
1- Determine the XML files that will be parsed during the initialization of the server.
2- Determine the depe


iOS does not provide direct access to the location.We need to ask for the permission if we want to use the location in iOS. Asking for permissions depends on two factors:
Asking for user’s location when app is running.
Asking for user&rsquo
To use constraints on unique records creation with account_number and company_id in avalara-salestax in OpenERP/Odoo follow below steps-
Step-1 Go to avalara_salestax module.
Step-2 avalara_salestax->avalara_salestax.py.
Step-3 After that used be
Android gives us the facility to copy and paste the data by providing clipboard.
We can copy text, binary stream, images or other data.
Android provides ClipboardManager to handle all this.
We have to instantiate the object of ClipboardManager by
Positive Testing and Negative Testing
Software testing is process of verifying and validating the software or application and checks whether it is working as expected. The intent is to find defects and improve the product quality. There are two
Implode()
It is a string function which returns the Join array elements as a string.
The Implode() returns a string with elements of array arranged in a string in the same order.
example:
<?php
$str = array('Hello','World!','Good','Mo
Hello friends,
Here I am explaining that if you want to get all the values from a specific column from a multidimensional array then you can use a php predefined function which is "array_column()".
array_column returns the values from a single colu
We know that in JavaScript functions have parameters
function(parameter1, parameter2, parameter3) {
code to be executed
} // here function is the name of the function
Rules for the parameters
We do not specify data types for parameters in
