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

Search In

How to return the writeoff move.line which is to be reconciled in Odoo?

If you want to return the writeoff move.line which is to be reconciled follow the following code .   return writeoff_move.line_ids.filtered(lambda r: r.account_id == self[0].account_id) @api.multi def remove_move_reconcile(self):

Why to use tuples if we have Arrays in swift language and How it is different from Structures?

Hi Readers, Before Moving ahead with the Topic,Lets us Briefly have a overlook what actually a Tuple is: * In very simple language: A tuple is a group of zero or more values represented as one value. For example ("Pen", "50") holds the P

How to resize a custom view by drag side of view in android

This tutorial will help to resize a custom view by dragging of view's side and provide drag functionality also. Here is the step by step code. Step 1- Create a xml file res/activity_main <LinearLayout xmlns:android="http://schemas.andr

What is AQuery or Android Query ?

Do you want to make your code easy ? Are you looking for library that have powerful HTTP requests ? Do you want to do lots of things in a single line ? etc etc..... There is only a single solution for all these problems i.e AQuery or Android Quer

Extension Methods in C#

Extension Methods in C#   Extension Methods were introduced in c# 3.0. These methods are helpful in adding methods to the types which already existed i.e without creating a derived type via inheritance, methods can be added to existing type. I

How to register a new user using Shopify mobile buy sdk ?

In previous blog we learn how to login in shopify from android app, now we already have sample application class to maintain buy client session so in this blog we learn how to create a new user account in your shop. xml layout file for registration

Image Upload using Dropzone

Hi All, This Blog will help you to use dropzone js and css to upload files in your project. You can get dropzone package from NUGET. Once Installed get the reference of it in your project, Below example will show it used in MVC Project. You can ref

indexOf() method in JavaScript Array

JavaScript Array indexOf() method : The indexOf() method is used to return the position of the any given element inside the array. It returns the numeric value and if element not found in that array then it returns the -1. The index is starts from th

Factory Design Pattern in .NET

In this design pattern interface is used to create an object but let the subclass decide which class to instantiate Factory design pattern we will create the base interface called as factory After that we will create the methods associated with it

Table Schema from SqlDataReader

While using ADO.NET classes we perform manipulations with data and tables.   But if in any case we first want to know the table structure or want to get the schema structure then we can also use this classes for that.   This is to insta

1 449 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: