
Search In
Overview
Flutter is a popular framework developed by Google for simplifying the mobile app development. The framework comes with an attractive user interface that makes it faster to deploy the high-end cross-platform app. Today, most of th
Nowadays there are may times when you need to use map in your iOS application. There are lots of things that are implemented using maps. This blog includes the explanation of how you can get location of a place by tapping on any place on map.
The phenomenal growth of e-mail marketing over the past few years has left many small business owners wishing they could profit from the same approaches that larger businesses and corporations use. Now more than ever, small businesses have access to
Welcome to FindNerd. Today we are going to discuss schemas in mongoose with nodejs. There are other blogs available on FindNerd which are describing different features of nodejs so you can read out these blogs as well. Question is raised that what is
This tutorial will help user to learn how to use request handler to handle different URLs.
For this we will create another module named requestHandler wherein we can define
some functions and the request to these functions will be handled by the req
1)Suppose need to pass value from MainActivity to SubActivity.We will first make xml of both Activity:
activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools
Before i tell you 5 easy steps for creating website. Lets understand the technical terms which we should surely know to get good traffic through search engine. If you want to open your web portal , first you will have to think about your website nich
If you are looking to create BadgeCount view in android toolbar, here is the way to code it:-
Step 1:- Create badgeCount layout file say badgecount.xml :-
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:la
Sending Emails in Rails using Gmail Account
For sending emails in rails,ActionMailer Class is used. Emails can be sent using any service providers like Gmail, Sendgrid, Mandrill or any other. Here we will see how we can send the emails using ou
Sending Notifications on Exceptions in Rails
Hi Friends,
Let's first discuss about debugging a code. During development, suppose you have pushed some changes, then you need to test each and every functionality to check whether your code
