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

Search In

How to use Butterknife in Android?

ButterKnife is library to initialize the views with Annotations. With the help of Butterknife you have no need to initialize view with findViewBtId(). here we start. 1. Create Project. 2. Open module level build.gradle file. 3. Add below dependen

Upgrading Rails Application From 3.0 to 3.1

Upgrading a rails application directly from a lower version to a much higher version is never a good idea, so the best idea is to do it step by step. like one upgradation at a time. In my previous blog Things to Notice Before Upgrading Rails Applica

Dictionary to JSON String

We often come across a condition where JSON string is to be sent to server. for example parameters like username & password is to be posted as JSON String for validating credentials from server. Best practice is to create an extension of NSDicti

iOS UITableView Basic using Swift and Xcode 8-Video Tutorial with Example

In this iOS Video Tutorial talk about the basic of table view in iOS and iOS 10 using hardcoded value and basic array using SWIFT 3.0 and XCode 8. In our Next Video Tutorial, we will talk about iOS UIPopover Viewcontroller Using Swift

Spring MVC: Difference between context:annotation-config and context:component-scan

Difference between <context:annotation-config/> vs <context:component-scan/>: <context:annotation-config/> : <context:annotation-config/> is used to activate all the annotations that are present in java beans and those are

Spring 3 MVC configuration.

Introduction to Spring 3 MVC Framework The Spring web MVC framework provides model-view-controller architecture and ready components that can be used to develop flexible and loosely coupled web applications. The MVC pattern allow us in separating t

How to create PDF report using python script in OpenERP(Odoo-8)

In OpenERP first, create existing module and then inherits the account.invoice object in your own module and also create report file in your own module. Follow these step given belowas Step1- First create module like, test then create file in your

How to use CRUD (Create, Read, Update, Delete) in Cakephp 3.0

Hello Reader's , Hope your are doing good today. After working on CURD in cakephp 2.x+ version ,today i am going to update you with Cakephp 3.0 CURD example. Some directory changes made in cakephp 3.0 you can read here http://book.cakephp.org/

How to create conditional display using AngularJS

With the help of AngularJS, I have created a conditional display function. In the example given below, I have used ng-show( for showing the element ) and ng-hide( similar to 'display:none' or hide the element ) derivatives. HTML- <!DOCTYPE htm

Read System environment variable in Spring

Hello Friends, The below code will show you how you can read System Environments Variables and System Properties by Using Spring applicationContext. We have to create SystemVariables Class and create the property systemVariables SystemVariables.jav

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