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.

Shared Preferences in Android

Android provide many ways to store or save data of an application, one of the method is using Shared Preferences. Shared Preferences are used to store and retrieve primitive data information(such as int, boolean, and String). The data is stored in a

Promises in Angularjs

Promises - AngularJS's promise provides a built-in service $q. It provide a way to execute asynchronous call in series by registering it with a promise object. Let us now elaborate promise and deferred. Deferred - It represent the result/o

Understanding $emit, $broadcast and $on in AngularJS

Sometimes we need to send data from one controller to another. There are services provided by AngularJS for communication(event-based) between the controllers. $on, $emit, $broadcast are the services for the communication between the controllers. $o

Rest API in WCF

Representational State Transfer or Rest services in WCF Windows Communication Foundation is the way of making services by which it is accessed by any platform   We make Rest services because it has a feature of getting communicated with any pl

  • 202
What Is Scenario Testing In Software Testing ?

What Is Scenario Testing In Software Testing ? Scenario testing is an approach of the software testing which produces excellent utilization of the testing scenarios. Main benefits of the scenarios are supporting to test improve way to any complicate

What is main and background thread and how to touch ui from background thread ?

Multithreading is  a meachanism where a one user can access more than one process or you can say that an operating system can perform more than one operations simultaneously. In Android we have two types of thread that are Main thread and backg

How to create 9Patch Image

A 9 patch image is an image that has stretchable areas defined. These areas are defined in a special 1 pixel wide border around the area. Add black pixels to the top and left of this border to describe where the image can be stretched horizontally an

Pattern Desigining in PHP

Hello Reader! All of us must have designed a code to print pyramid or some other pattern of asterisk using C, C++. Here is a simple program to print the different asterisk(stars) patterns in PHP. A pattern of stars is a way of arranging these in some

Using Radio Button and Checkbox in MVC

While making projects you need to use check boxes and radio button controls   So while making views you need to understand the way that these values are get or set   <div class="form-group" id="secondcountry" style="display:none"

  • 189
1 137 363
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: