Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to open hyperlink text in webview/browser in a android app

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

How to initiate Skype call through your android app

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

ModelState.IsValid is true when model is null in Web API action method

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

Use Drop Down Error Notification instead of pop-ups in iOS

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

Android Application Stop Responding After Splash Screen

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

Logo & Website Designs are all Part of Your Creative Branding Strategy

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

Before and After Filters in Rails

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

Google Map showing only one marker

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

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.

Validations in Angular JS

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

1 574 596
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: