
Search In
The Market got the revolution now a days, the revolution of hand held device. Smart Watches, Personal Computer, Home devices, Home TV, Etc all connected with Internet and are operated by hand hold devices like mobile and tablets. So, IOT “Inter
Being an entrepreneur is all about building a company you can be proud of. What most people don’t realize is that you’ll need to master at least some parts of public speaking to be successful at it.
You may not always b
The internet has become one of the most trusted source online. Almost all types of small and medium sized companies around the world are creating a website to showcase their business online. Having a business online isn't sufficient, rather you n
Hi Friends, Analog clock is a two handed clock, one shows hour and other shows minutes. It looks like a normal clock. Android provides AnalogClock to show the time.
Here is the code :-
Button buttonClock = (Button) findViewById(R.id. change_button
This is one of the important thinks that we need to know when we talk about Collections in Java.
There are so many similarities in ArrayList and LinkedList like they implements List interface.
They both come under non synchronized classes.
Now we
Can anyone please let me know if it is mandatory to get a GMS license from Google in case someone wishes to embed the Google Play Store & Youtube apk in thier Android dongle when it is shipped ? As per my understanding this is required for Mobi
Test Planning and Control:-
The first phase of STLC is a combination of two activities, test planning and other one is test control. Test planning involves verifying the mission of testing and defining the objectives of testing. In order to specify t
Map and List are the two commonly used data structures
Here I am writing way to convert Map to List.
Basically Map holds two things are key and value on the other hand list holds only values.
Both Map and List allow duplicate data.
Below is the ex
We can handle default error in PHP in a very simple way. This can be done by sending an error message with its filename, error line number and a message that describes the error to the browser.
Error handling plays an important role whenever we make
Acceptance Testing (UAT) :
This is the most important type of testing as it is conducted by the Quality Assurance Team who will indicate whether the application meets the intended specifications & satisfies the client requirements.
This is the la