
Search In
This tutorial will guide you to implement Rating Bar View in android in an application with a simple example. Follow some below steps to get RatingBar functionality in android.
Step 1: Introduction
Sometimes we need to give RatingBar View to rate o
To display or load more results, whether it is commenting on a blog website, like or images on social media or products on eCommerce website the best UX pattern for this is either pagination, a Load more button or infinite scrolling. In this tutorial
Android has Lint for checking errors in Java and XML code. Lint release with every new SDK.
But Lint is not find most type of bugs,exceptions and performance issue.
I found one plugin for static analysis tools to analysis android Java code.
It
A web framework can be described as a software framework the helps programmers build web services, web resources and web APIs. There are many frameoworks available for PHP. In this blog, we will discuss what PHP frameworks are and how they differ fro
A CAPTCHA is a system that ensures sites against bots by producing and evaluating tests that people can pass however current PC programs can't. A CAPTCHA (an acronym for "Completely Automated Public Turing test to tell Computers and Hum
Step 1:- Create a custom CanvasView class that must extend View class and includes below function.
1) Declare the required variables in CanvasView class
private Drawable mImage;
// width and height of original image
private flo
Description:
Compare two strings by comparing the sum of their letter-Values (char-Value).
For comparing treat all letters as UpperCase.
Empty and null-Strings should be treated as they are equal.
If the string contains other characters than letter
After designing a number of magazine covers, I realized that it is a work of complete vibrancy & use of colors in an aesthetic way along with a artful finish. Here we'll go through the creative process of designing a fashion magazine cover.
Ste
In angular we are provided with date $filter that formats date to a string based on the requested format.*
There are several formats.Some of them are :-
'medium': equivalent to 'MMM d, y h:mm:ss a' for en_US locale (e.g. Dec 4 201512:05:08 PM)
’sh
Hi,
I am using php 7 and I do not know why the following 2 different codes for user the user registration page is not working. The login page php is working, though. I would appreciate the communities feed-backs.
Thank You!
REG PAGE (
