
Search In
In the below code I have created splash screen. Here first I have added images in drawable folder, and then added in activity_splash_screen, In SplashScreenActivity I have also used Timer function. See the below code it will clerly describe you how
The FileUpload control the user to browse the file from any location and upload it where user wants
Once, the user has entered the filename in the text box file gets saved on the hard disk of the user.
<body>
<form id="form1" runat=
In the below exmaple I have created Toolbar. Here I have used In activity_main xml.layout a toolbar and TextView, and In MainActivity I have used toast function. You can see the below example it will clearly describe you how to create Toolbar with t
We have a search edit text and a list in layout , activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
To open Calendar on Clicking the EditText follow the steps mentioned below:-
1) Create a Edit Text in your xml file.
activity_main.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.a
Here we will learn how to open camera in android, to open Camera in the android app we have to add
<uses-permission android:name="android.permission.CAMERA"/>
permission in our manifest file.
In this example I'm moving to
What is a ‘CAPTCHA’ ?
‘CAPTCHA’ is the deformed content or words. Generally, this is contest reply testing and this reply must be created by the person or human. These 'CAPTCHA's comes in various forms.
In the below example I have created Toolbar text animation function. Here In activity_main.xml layout first I have created Toolbar and added a TextView, then In MainActivity I have used ObjectAnimator class. You can see below program it will clearly
Web Services are made in .NET to reduce our task of doing something again and again for every website.
Any work that needs to be repeated again we will put that in web service.
Web service for ex if you are doing payment gat
Implementing security in a site has the following aspects:
Authentication : It is the process of validating someone to enter into your website or webpage by using its credentials.
Windows Authentication
Forms Authentication
Pass