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

Search In

Cannot instantiate the type AppiumDriver issue

I was trying to open the contacts list of my mobile through the code given below but the piece of code is showing me error when trying to instantiate the Appium driver. public class TestContactsNativeApp { public static AppiumDriver driver; pu

Creating .p12 for apns with server side in Java

Generally in iOS apps server side is coded in PHP and to integrate APNS we can create .pem file by following this RayWenderlich tutorial. But we might face difficulty in receiving remote notification on device when server side coding is done in Java

Chapter 1: Rotate a object about it’s axis using force in unity 4 /5

As we give force to any rigid body to move in any direction i.e., rigidbody .AddForce(Vector 3.fwd/down/left/right/up , ForceMode); Similarly if you want to rotate a object forcefully about it’s axis we can use: rigidbody .AddTorque(Vector 3

Get the time duration of a MP3 File

Hii, Below I have written a script for get the time duration of a MP3 file- For this first you need to download the getID3, You can download form http://getid3.sourceforge.net/ OR https://github.com/JamesHeinrich/getID3/ . After downloading the lib

How to use Stock Warehouse in OpenERP(Odoo)?

Step-1 Install the warehouse module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - class stock_warehouse(osv.osv): _name = "stock

How to Build the customer Profile in avatax in OpenERP(Odoo)?

Step-1 Install the avatax module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - profileNameSpace = ('ns1', 'http://avatax.avalara.co

How to Include only parent level class in OpenERP(Odoo)?

To Include only parent level class in OpenERP(Odoo) below is the method/code In below example I have written Python script to Include only parent level class. You can directly use below python code in .py file : def addMaterialsRecursive(componen

Audio Capture In android

Audio Capture In android To record audio there are so many ways. But Here I write audio recording method using MediaRecorder class. To use MediaRecorder class ,we must create an instance of MediaRecorder class. Syntax : MediaRecorder audioReco

How to get the Select Dropdown Option Value after Click on Button

Hello Readers, If I want to Select Drop down Option Value after Click on Button (not submit) then we use the below code: <select name="option"> <option value="http://findnerd.com">Findnerd</option> <option value="http://faceboo

How to make Appraisal Plan in OpenERP(Odoo)?

If you want to make an Appraisal Plan in OpenERP (Odoo) follow the below mentioned steps:- Step-1 Install Human Resources(HR) and Employee Appraisals Module. Step-2 Go to Human Resources menu->Configuration->Appraisal Plan->Create Step-3

1 388 720
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: