Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Top Business Applications Built Using Flutter Framework

  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

Drawing a circle on ImageView2 in same coordinates as ImageView1 if i tap a place in ImageView 1 and Vice versa

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

Manifest file __openerp__.py in OpenERP

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

How to Handle Location Services in an iOS Swift Application

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

unique records creation with account_number and company_id in avalara-salestax

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

Clipboard Android

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

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 and explode string functions in php

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

get a array of a column from a multidimensional array

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

Function parameters in javascript

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

1 374 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: