
Search In
Hi All,
In my earlier blog I discussed about the essentials needed to create a simple chat application using signalR, if you guys missed you can have a look at http://findnerd.com/list/view/Essentials-for-Chat-Application-using-SignalR-in-MVC/24292/
In this example,we will have a layout in which there are two fragments in an activity.
In our mobile phone,we will show only one fragment but in tablets,we will show both fragments simuntanously.
activity_main.xml (for mobile phone)
<?
HTML Code
<div class="page-container">
<!-- =Header Frame start= -->
<div class="header-frame">
<label>Header Frame</label>
Hello Readers!
Many a times, we must have seen a magnifying glass (search icon) in a search type input box. There are many input types in various web pages that have an icon relating to that input type. It makes them look appealing but doing this ge
To invalidate spring security session you need to follow below steps:
1. Add Logout configuration in your applicationContext-security.xml file
Set logout-success-url attribute to /login.jsp. After logout user will be redirected to this page.
<
Hello,
I need help because I complete stuck with this error in my Java project
In-place deployment at /Users/jakublemiszewski/Desktop/VCMS/VCMS+WS/VCMS-WS/build/web
GlassFish Server, deploy, null, false
/Users/jakublemiszewski/Desktop/VCMS/VCMS+WS/VC
Sort a stack using recursion in C
Sort a stack means inserting elements in Stack in sorted order.The sorting is to be implemented using recursion. In this first a stack is created by pushing elements into it then by popping elements from it,sortedIn
Install mongodb on ubuntu
Hi friends,
Today I am going to give you a step-by-step guide of how to install mongodb on ubuntu server. The steps are:
First we need to import the mongodb public GPG key to verify the authenticity of distributor f
Hello!!
Regular Expression is part of the Automata, and also called rational expression. We use it for finding the match of the string like validating the Email address, Password etc. It uses some special sequence of the character for matching,
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 different id and every times when you click, a butto
