
Search In
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
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
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
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 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
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
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
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
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
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