
viewpager with circle indicator in android
In many android apps we have seen sliding images with circle indicator. This kind of sliding image gallery can be develop using viewpager. Live Demo […]
In many android apps we have seen sliding images with circle indicator. This kind of sliding image gallery can be develop using viewpager. Live Demo […]
How to setup Junit in eclipse? Junit can be setup for eclipse , Netbean indeed for any IDE. we need only junit jar and hammcrest […]
Follow the below steps to create dynamic web project. Step 1 Open Eclipse EE(Luna) version. Step 2 Click File->New->Project->web->Dynamic web project Click next. Step 3 […]
We can consume Restful webservices many ways. But in this post I will show how to consume RESTful webservices using jersey rest client, which has […]
Basic authentication is the simplest way to securing any URL. User should have permission to the server to access the URL. This is Container-managed authentication. What […]
What is properties file? Properties files are mainly used for configuration of applications. Android uses the same java properties file which is mainly java.util.Properties. Properties […]
Most of the time as a developer we only take care about the coding standards, do not follow the API designing standards. we should consider […]
There are many ways to encrypt and decrypt String in java. I will discuss how to encrypt or decrypt data using Cipher class. Cipher class is […]
We can pass data from one activity(page) to another Activity. Live Demo Step 1 Create a android project with blank activity. Step 2 Add […]
What is splash screen? A graphical element or screen appears for few seconds before an application launch. When we should use Splash screen? We can […]
Copyright © 2023 | WordPress Theme by MH Themes