Before some days I brought Xiaomi Mi 6 Plus from BuyMobile site for its tremendous features. It gives me a good experience. But it is not true that I am not facing any problem. From some days I am ...
Step 1 : Create an empty solution in visual studio 2015. From file menu click New and then New Project. On left side of dialog box, from the menu, selection of Installed -> Templates -> Other Project ...
To retain the selected value in the dropdown on refresh, sessionStorage is used to store the value within the user's browser. First, the values have to be set using sessionStorage.setItem("SelItem", ...
This blog will help to create a custom edit text on button click.This tutorial includes a xml file which hold a button after click on button create a layout parmas for edit text. Each edit text has ...
Welcome to FindNerd's Java developer forum, the right place to resolve Java language problems. This Java questions and answers community platform is specifically developed for those fresh and ...
This blog will help user learn how to avoid the duplicate entries in the database. Storing duplicate values in the table must be avoided while inserting data in the database table. As these duplicate ...
Liferay store files using media and document which is default functionality of liferay. Liferay support all type file. Below code download files with zip folder using "FileEntryID". NOTE : Liferay ...
XML-RPC is very useful in openerp. The XML-RPC protocol communicate to server and clients. XML-RPC is a very simple protocol which allows the client to do remote procedure calls. The called function, ...