
Search In
Suppose in out text/paragraph of textview, some words are clickable or hyperlinked. In case you have a task to open those hyperlinked text in a webview of any browser you have to use SpannableStringBuilder. Below code with details will help you to op
To initiate a skype call through your android app please add the code mentioned below :-
The third line
Uri skypeUri = Uri.parse("skype:" + number + "?call");
in the code below helps you to make call but if you need video call then

While calling a Web API action method which receives parameter in model object, there are chances that client sending a request might not send any parameter at all. Well in such case you would be surprised to know that following check will return tru
Popups are amazing way to notify/alert user, popups provide us necessary additional info about the app and can be used for assisting user when anything went wrong. After using traditional popups now it’s time for Dropdown popups.
Click on th
Recently I am trying to create an android app which is having a splash screen going into a blank screen. But the application is not functioning well and stop responding just after the splash screen when I am trying to load the next scr
Your website needs to be as interesting and riveting as your brands. In 2018, the only way you can reach out to a large mass of audience with little effort in by creating a website. A brand website needs to reflect the true nature of a brand and very
Filter in Rails
Filters are the methods, that run before, after or around a controller action. We can better understand it by taking an example. Suppose in a blogging site, there are groups and we want that a user can only read blogs of his group. S
Hi,
I am using Google Map in my app. I have added treeid, and its lat and lng location. I want to retreive these location and show in google marker using volley library.
But I am able to get only one marker location.Please help me where I am gettin
Triggering @Controller Input Validation:- In Spring we can enable the JSR 303 Bean Validation to put the validation on bean and validate the form value in spring MVC .
StudentController.java
package com.manish.controller;
import javax.validation.
Hello all,
We usually validate our HTML form before submitting it as it's a good practice to do that and to validate the HTML form we can use JavaScript Validation in client side, or we can also use custom JQuery code where we can apply different ty
