Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Saving data into internal storage location in Android

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 Class

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

Running C# program in CommandPrompt

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 in C#.

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

How to save Data items in spinner

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

How to add html tags in appSettings of web.config file

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

jquery slideToggle method

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

3D Text

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

Javascript practices

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

How can I display columns from a text file on new rows in C++

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 [

1 57 320
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: