
Search In
Since we know that the "Splash Screen" just appears for the few seconds as the app get start so we need to add the time for how much second the splash screen would be shown, so to add Splash screen in Android app follow the steps men
To pass data from one fragment to another in android we simply make use of Bundle .
In this example I am sending three String from MainActivityFragment(Fragment) to SecondFragment(Fragment) with the help of Bundle.
Below is the co
Here we will learn how to create custom toolbar and use it in different activity using <include> tag in xml file of the activity.
1) We will design the layout for the toolbar in our project's layout directory, I have named it as mtoolbar.x
While working in ADO.NET ActiveX Data Object we can perform manipulation with the text data and the database tables.
But we can also manipulate the data from XML files.
We have DataSet class which is also m
If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha
Hello All, In this blog i am going to show you how you can add search option in Drop down box.it is very helpful when u have large amount of list in drop down box.
INDEX.PHP
This file contain list of states
<html>
<head>
&
While building applications and writing codes, you have to understand that conventions needs to be followed while writing code.
Two main things are used while writing codes.
1 Camel Casing
2 Pascal Casing
Camel cas
Hello Reader's!Sometime you want to use the auto complete as a text suggestion on your search field. Here I am going to explain how you can search city with suggestion.
It's a very simple to use in any application.
First you need to use Goog
File represents a set of bytes whether a text file or a binary file.
File is used to store data in the textual or in encoded format as per as use requirement.
Modes of File
Mode
Description
r
Opens an existi
In C programming, you will allocate memory dynamically by using the functions defined in the header files.
These functions are found in <stdlib.h> header file.
S.N.
Function & Description
1
vo
