
Search In
Step-1 Install the Framework_agreement module.
Step-2 Framework_agreement->Model->Purchases.py
Step-3 After that custmozie purchases.py(Python file) file:
In below example, I have custmozied purchases.py file. You can directly copy the below py
The setTimeout() method in JavaScript sets a time interval during which the CPU wait to perform the task specified in it. It alter the time interval of the CPU to perform the tasks.
The Syntax of the setTimeout() is as :
setTimeout(task1,Timeinterv
To set or get the wallpaper of android phone from your application, we used WallpaperManager. This class provides access to the system wallpaper. By the help of this class you can get the current wallpaper of your phone inside your app and even can c
The code below helps to get a particular radio button checked on selecting a particular value from the dropdownlist.
<form>
<div>
<select id="selectvalue" onchange="Checkbox();">
<option value="1">Sele
Below are the steps please follow them.
Open Terminal
Change directory to your XCode project root directory (where your ProjectName.xcodeproj file is placed).
$ pod setup : (Setting up CocoaPods master repo)
If successful, it shows : Setup comple
Importing the GIT Repository :
Getting the Git repository is very easy. A git repository is a place where the copy of a project is tacked.We can import the git repository or project from local or remote machine. We can get the git repository in our s
Hello Guys,
Here I will suggest you the best coding standard to develop effective and fast application in java technology. So, now I am writing code for changing image orientation while uploading image from mobile.
For this follow below steps -
s
Android has reached to its current peak position in the mobile market by three factors - 1. Open Source to work. 2. Google's backing. 3. Application Ecosystem.
Recently, Google has launched new version of Android, Name, Android 5.0 Lollipop. The m
A Progress bar indicates the current percentage for completeness of an operation or process.
jQueryUI provides an easy-to-use progress bar widget that we can use to let users know the percent of completeness of an operation. jQueryUI provides progr
HttpServletRequestWrapper Class : In JavaEE everything is in the form of request and response. User sends the request and server do the response. Now the question is what if we want to change the request data or wanna override the default request met
