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

Search In

Android Screen recording using ADB shell in Android KitKat 4.4

The feature is available for devices running Android 4.4(API level 19) and higher. We use screenrecord command to perform this task. The screen activity is recorded to an MPEG-4 file, and the same can be downloaded from the device. Below is the comm

Import Data from CSV in C#

How to import data from CSV to Database Use the function below to import the data from excel to the database connected public void importdatafromexcel(string excelfilepath) { try { DataTable tblReadCSV= new DataTable(); tblReadCS

Import Data from Excel

Import Data from Excel in C# Use the code below to import data from excel OleDbConnection cnn = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=""E:\Book1.xlsx""; Extended Properties=Excel 12.0;"); OleDbCommand oconn = new Ole

Steps to create a Task Scheduler.

Please go through the below details to create a Task Scheduler. It can be done by two ways either creating console application, windows application or creating a window service. What I have done is created a windows application and schedule the ta

Best way to create a singleton class in Objective-C

There are different ways to create a singleton/shared instance of a class in Objective-C. Here I have explained two most preferred methods for it and both are thread safe. 1) Using "@synthesize" #define SINGLETON_FOR_CLASS(yourclassname) \

Increase the number of search results in OpenERP

Its sometimes very tedious and time consuming to search for a product or a partner or anything by typing and still not getting the desired result and then you have to wait for the Search More wizard. To compensate this, I have got a solution, just g

What is Auto Boxing

Auto-boxing was introduced for removing the need to manually "box" primitives. It just happen automatically when and as needed. Auto-boxing can be defined as getting a reference type out of a value type by type conversion, it can be either implicit

Export Postgres table to CSV

Postgres PostgreSQL is a powerful, open source object-relational database system. It supports storage of binary large objects, including pictures, sounds, or video. It compatible with may of programming interfaces like PHP, C/C++, Java, .

Passing block as function argument in Objective C

Yes, we can pass the Block as argument in function. Here it is : let suppose i create a class Downloader First declare a Block in Downloader.h: typedef void (^DownloadComplete)(double,double,double,BOOL,id,id); then declare method as following i

Classes and implementing methods in Objective C

Hello Guys In this blog, I have declared HomeViewController class and explained how to implement methods in class. HOMEVIEWCONROLLER.H #import <UIKit/UIKit.h> @interface HomeViewController : UIViewController // With the help of interface you

1 66 320
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: