
Search In
Sometimes We need to give options to the user to change language of application, regardless of the locale device. In this blog we are providing opportunity to the user to change language programmatically by press the button individually. Here are so
About Cassandra: Cassandra/ Apache Cassandra is scalable NoSQL database system. It is used to manage large amount of structured, semi-structured and non structured data. I am writing this blog which will help you to install and run a single-node clus
In the below example I have clearly described how to use AsyncTask.
First of all you should know what is AsyncTask ?
AsyncTask is an abstract class provided by android which helps us to use the UI thread properly. AsyncTask class allows
Beta Testing Process:-
In this section, we will concentrate on the Beta testing process step by step as specified below:-
1.) Beta Testing process
2.) Beta Test plan
1.) Beta Testing Process
There are various app
Starting a business is easy, but maintaining your business to keep it growing into one of the hardest things in the world. But it is a simple thing at the same time as there are many people who started small businesses and now they own business empir
In The below example I have created a recyclerview app, in this app I have used CardView. First I have added I have added first RecyclerView , CardView and design support library in build.gradle file .Now I have created RecyclerView and F
Making a good website design is very important. First impressions are important after all. In the multitudes of website available at the disposal of the millions of customers who come looking for such websites it is very important to make an impressi
To upgrade Fedora in your machine follow the below steps-
Take all your important files backup to any external media or hard drive.
Verify your current fedora version by executing following commands in terminal
$ cat /etc/fedora-release
If your
I have a situation which will help us to understand the use of Global Filtering.
Situation:
I have a published filter that I use for my articles. Guests can only view published articles, logged in users can view and apply filter (?published=0/1):
When we type any Accented char(not all) in input field and try to submit it gets encoded to some other chars automatically. To resolve this we need to enable CharacterEncoding.
Follow the below steps in order to resolve problems with Request parame
