
Search In
Sometime we need to refresh our list when we swipe down at top of our list so this feature is attained with the help of Swipe Refresh Layout. Here I am showing the list with the help of recyclerView, so we need to add SwipeRefreshLayout tag in our xm

Configuring gmail in Cakephp 3.x
Hello friends, welcome to findnerd. Today I am going to tell you how to configure gmail in cakephp 3.x. First of all you need to load the class for email in Controller:
use Cake\Mailer\Email;
Secon
Drupal gives the amazing feature to use multisite with share code base, Multisite provides the facility to use single Drupal installation setup (including core code, contributed modules, custom modules, and themes) among several sites in which allows
Social media platforms are integral to making or breaking your business. Online entrepreneurs are focused on marketing and promoting their brands on Facebook and Twitter. However, a handful of them is discovering the user-friendly social media platfo
Online marketing is growing and forwarding many online businesses a step ahead to the success. Most of the people are using smartphones especially iPhones and their several daily requirements are being executed from the cell phones. As Appl
Starting of any business in a huge competition can be complicated for anyone, which make them think that everything about their business must be the best. Logo designing is the part that is important to make a big impression on your business in the m
I am trying to create a tab layout . So,I am trying to inject an instance of FragmentManager to pass into the constructor of the ViewPagerAdapter. While doing this I'm getting this Error:
Error:(16, 10) error: android.app.FragmentManager cannot
The mobile phone, since its invention, has been a basic human need. The services offered by mobile phones define our daily lives. It is impossible to imagine a world without mobile phones.
As such, mobile phone services such as the SMS


This blog is useful in setting up your own Sharepoint development environment on local server.
I am assuming that you have already installed Sharepoint 2013 into your development server and now you want to start development for Sharepoint.
Small br
In below example I have written Python script to the partner's sale currency . Use below python code in .py file :
for order in self.pool.get('pos.order').browse(cr, uid, ids, context=context):
if order.invoice_id:
i
