
Search In
Android provide many ways to store or save data of an application, like Shared Preferences, internal storage,external storage, SQLite database and storage on network.
Here we will learn how to save data in the internal memory of the android device.
ArrayList:
The arraylist class provides dynamic arrays for storing elements. It extends AbstractList class and implements List interface. It stores only one type of objects (generic array).
Syntax:
ArrayList<String> arr=new ArrayList<Str
If you don't want to compile you program in the .NET IDE you can do it from the command prompt.
Just follow these steps to do that
Step 1 : First open the notepad from typing Windows+R
Then type notepad on it .
&
IEnumerator
A simple iteration over a collection is supported by IEnumerator. It is an interface and is the base interface for all enumerators. IEnumerator performs iteration but cannot be used with foreach loop ,it is only to be use
In the below code I have created a spinner, when you add your name or text in edit text box and press Add Button your text data will be save on Spinner. Here first I have added a EditText, Button and Spinner with in activity_main.xml layout. In
Sometime we require a condition where we need to add html tags in <appSettings> value.
If we directly add html tags in value then it gives the syntax error. To resolve this we need to add html tags in encoded form.
Here, below is the exam
In many site we have seen that when we click on some div,other div will slide down from it , this will happen with the help of slideDown() method in jquery.
If we want to make some div to slide up we can do that by using slideUp() method .
Sl
Hello Readers!
We all know about the text-shadow property. It provides a shadow and a blurring effect to the text. The CSS3 text shadow can also be used to create 3D text. Just use multiple text shadows on any HTML element to create a 3D effect.
In
Hi folks,
I am stuck in a javascript program while trying to call a inherit method I created.
Any help appreciated.Thanks in advance.
;(function(global){
var Provider = function(){
log('creating Provider instance...');
// A trick
I've been trying to display 2 rows with 6 columns, on different rows. I've tried different methods, none of which seems to be working.
In my .txt I have:
Corfu [Tab] 5* Gelina Village Waterpark [Tab] 21 May 2017 [Tab] Luton [Tab] 10 nights [
