
Search In
This blog will help you to send Push Notifications with Custom data to iPhone devices from server side where server side code is written in Java.
Follow the below code in order to send Push Notification:
Define the below dependency in your pom.xml
Load Html file from assets folder to WebView
Here I write code to load html file from our local folder assets to our WebView.
First we get String Url from file and then load it to webview.
private WebView webTerms;
webTerms = (WebView)findViewById(
To create Product Categories in openerp-7 follow these below mentioned step:-
Step1- Install product module
Step2- Go to Warehouse-> Configuration -> Products->Product Categories
and create new Category.
See the below screen-shot for mor
It can pass into breast milk and may prednisolone impact your unborn baby. There was no noticeable increase in occurrence of hemorrhagic cialis negative effects in people taking cilostazol and also aspirin compared with individuals taking inactiv
prototypical inheritance... We have used many different types of inhertance which are based on classes but today we are going to discuss the prototypical inheritance in javascript. It is based on objects, you can simply inherit one object to other ob
Below is the step-wise process for integrating a Podfile easily in your Application.
1.Open Terminal
2.Change the directory in Terminal to the location where your Xcode project resides.
3.When you reach to the desired project location in which yo
To create stages of project in openerp follow these step given below
Step1 – Install project module in openerp
Step2 - Go to Project -> Configuration -> Stages -> Task Stages -> Stages -> New
As shown in below given figure, one is st
File uploading is the basic requirement of web development. Many times we have to upload single or multiple files on our server then we can not upload big files using form submit. We have to use the in-build jquery plugins for the file upload. These
Rails Model Translation
Translation in Rails active records is used to provide integration between object and the Rails internationalization (i18n) framework. Rails does this using ActiveModel::Translation.Example:
class Blog
extend Acti
ActiveModel is a library which contains various modules which when added to a class add some features present on Active Record to the class. One such module is ActiveModel::Naming module. This module is used for model name introspection .Below are
