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

Search In

How to change size of UITEXTVIEW according to its text ?

To change the size of a UITextView to its contents i.e as the content of the UITextView increases the size of the textview will also increase. We can implement this by applying the following code :- - (void)textViewDidChange:(UITextView *)textView

ASP.NET : Class vs Structure in C#

 Class vs Structure in C# 1) Class variables and structure variables are stored in different memory location. Class variables are stored on heap whereas structure variable are stored on stack.   Explanation of how class variable and stru

How to change query string value on keyup of a text-box?

Let's suppose we have a situation where we want to change query string value of anchor tag href on text-box keyup event Text-box keyup event is triggered when we release a key on the keyboard. We are considering  that our HTML page is like

Stashing in Git

Hi Friends, Git is the great tool for project versioning and code management, but mostly we are unaware so many things. So here I am going to tell you what is stashing in Git. Sometimes we are working on some code and we don't want it to commit

Android: make a view visible in RecyclerView without calling notifyDataSetChanged()?

 Hi,   I have building an exhibition venture. I am utilizing RecyclerView to demonstrate every one of the pictures originating from server. I am utilizing Picasso to stack the pictures into the Adapter. Presently I have an Edit catch over

How to save modification of a file in original file not a new one?

Dear all, I have a code to modify a file. This code make changes on my file and save it to a new file. But, I want to have changes(modifications) on my original file not a new one. I made attempts to change the code but it didn't work. How can I

How to change password of any user from admin login in OpenERP(Odoo)?

If you want to change password of any user from admin login in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Setting Menu and click it. Step-2 Go to users->users->Chek user Step-3 Go to More Menu-> Change Password.

How to use git client for pushing and pulling the changes?

There are many git client that are used for pulling and pushing the changes made in the remote/local repository. Some of the Git Clients that are used to manage projects remotely for Linux platform are as below: git-cola (free) SmartGit(free for

Basic SVN Commands

What is SVN? 1) Subversion(SVN)is a SCM(Software Configuration Management) Implementation. 2) It allows to track changes in files and directories. 3) It allows concurrent development in same files. 4) It is centralized(one server). Basic SVN Command

How to search in a ListView via ArrayAdapter?

ListView with searching feature is very common in applications. You just need an EditText at the top of the ListView or as per your designs. Below are the steps- First you need to initialize the ListView and EditText countryCodelistView = (ListVi

1 15 342
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: