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

Search In

Threads

Threads Threads are used to get the multiple activities in a single process. They are light weight programs. They share memory and files and process state. They have their own local variable and stack and program counter. Every java program crea

Login/Register/ForgotPassword code

Generalized code for Login/Register/Forgot password using ASIFormDataRequest. Customize UI as needed. How to use : 1. Either rename the project and start with development OR add AddedViewControllers, Utils and ASIHTTPRequest folders to your project

How to use "Group By" in views 3

Hello All, These are the following steps to use "Group By" in views 3 First create a new view. Select your content type under Filter section. Select style under "FORMAT" section in your page. Go to the selected style settings there you find the

Lookup Concept in MDM

As the term "Lookup" itself defines, you are finding something(looking for). Basically, lookup is applied in FK's column to load the data in BO. It act a key to Load the data between two BO. Consider an example: You have two BO Postal Address and

Inheritance and extension in odoo9

Inheritance and extension in odoo9 is used to set one page to another page and Odoo provides three different mechanisms to extend models in a modular way. 1. creating a new model from an existing one, adding new information to the copy but leaving th

How to fix Error:(52,55): Incompatible Types: EditText Can't be Converted to String in Android Studio

bRegister.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { final String password = etPassword.getText().toString(); final String email = etEmail.getText().toString(); mAuth.cre

Active Record Migrations In Rails

Migrations in Rails Active records provide us with a very useful feature to change or alter our database schema in ruby on rails. Through these migrations we can make necessary changes to our database and make changes in our tables and rows. Activ

How to add title , subtitle and Image in RecyclerView

In the below example I have created a RecyclerView, in RecyclerView I have added three category (Image, Title and Subtitles). I have also added four diffrent item in RecyclerView. First I have added RecyclerView dependency to Grandle file. and in nex

Creating Own Custom Hooks in WordPress

Hello readers, today I guide you "How to create own custom hooks in WordPress".   A crucial but often avoided practice is adding custom hooks to your plugin so that other developers can extend and modify it, without having to fork it

Steps to import and use appcompat v7 support library in your project

If you want to use the ActionBar APIs in the support library. So before you can add the action bar, you must have to set up your project with the appcompat v7 support library. Steps given below to import and setup appcompat v7 support library in yo

1 16 126
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: