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

Search In

load text file content from assest folder to textview

If you want to read some file from assest folder of your project then first you have to get assest folder file named read.txt. InputStream class is used to read data or content from file, network or from memory, we can also use this input stream wit

How to make workflow transitions in OpenERP/Odoo ?

To make workflow transitions in OpenERP/Odoo ? If you want to make workflow transitions in OpenERP(Odoo) follow the below mentioned code and paste it in your workflow_xml file: <record id="trans_idea_draft_confirmed" model="workflow.transition"&

How to use web-services in OpenERP/Odoo?

If you want to use WebServices in OpenERP(Odoo) follow the below mentioned code and paste it in your WebServices – XML-RPC file: import xmlrpclib define HOST, PORT, DB, USER, PASS url = 'http://%s:%d/xmlrpc/common' % (HOST,PORT) sock = xmlrpclib.

How to install OpenERP-9 (Odoo9) in windows 7, 8 and 10 ?

If you want to install OpenERP-9 (Odoo9) in windows 7,8 and 10 follow the below mentioned steps:- Step-1 Go to the link->"https://nightly.odoo.com/9.0/nightly/exe/ Step-2 Select->latest exe file like->odoo_9.0.latest.exe -> (Latest Date)

How to serialize a class in C#

Hello All, Working with ASP.NET C#, I wanted to serialize a class to a file which will be later de Serialize to access its properties and delegates, and to do this we have following block of code : Structure of the class to be Serialized : [Serial

Log4j setting in Maven project

As per maven project structure, there is a resource folder where all application related properties will be added. Implementation of log4j in MAVEN application, Create log4j.properties file inside resource folder and paste below code lines: # Dire

Linux Directory Structure

Linux Directory Structure Hello friends welcome to findnerd. Today I will let you know the directory structure of linux. Every Operating System has its directory structure in which system files are stored. The following directories are commonly foun

Upload Multiple Files Jersey REST API

Jersey Rest API also know as JAX-RS "Java API for RESTful Web Services" is a an open source web service framework which is used to develop Java RESTful WEB Services. In this tutorial we will learn to upload multiple file using Jersey REST API. To kno

How to show openCV native camera in Android ?

In previous blog we added openCV android sdk and native libraries in our project so that we can use sdk. Here we will show camera in our Android app using openCV sdk. in your activity's xml file add this : <org.opencv.android.JavaCameraVie

Use existing sqlite database in android

I will show you the easiest solution, by far, is to use SQLiteAssetHelper. You add your existing sqlite database in a specified location in your project's assets/ directory, then use SQLiteAssetHelper to access your database (much same as you would

1 24 129
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: