
Search In
Please i have a for loop which creates edittext according to what the user types in. It displays the edittexts in a linearlayout. What i want to do is to get each of the texts from the edittexts and store it in an arraylist
This is the fo
In one of our current Project we used Memcached. Objective was to minimized database to-fro for very high UDP requests hitting Java application. Hence all device ids were placed in Memcached so that we could very promptly identify the incoming UDP re
I started to use Mobirise builder not very long time ago. I needed to create the form, so users could attach files to it.
I tried to add the code, which you can see below, to it. But I didn't have any success in that. Do yo
Hello Readers,
HTML is the best way of creating static documents, but when we want to create dynamic views in web-applications then we use javascript which is a client side scripting language, AngularJS is a framework of java
There are following Touch events in javascript:-
touchmove - this event triggers when the touch point is moved by the user across the touch surface.
touchstart - this event gets triggered when the user makes contact with the touch surface and cre
IFrame:
Its a Html document which is embedded in another HTML document or web page inside other webpage on a website.
>> It is used to insert the content into the webpage from different source such as advertisement.
>> IFrame can have
Few days ago, I was creating an ASP.NET Web API by generating Entity Framework scaffolding API controller. There were simply two tables in the database Product and Title. In the edmx file, the auto-generated classes were as follows:
public p
Bean Scopes:- Bean have total 5 scopes as follows:-
singleton:- It can create the single instance per Spring IoC container (default). This is default natur that single instance is stored in a cache and that instance can be stored in entire applicati
In this blog I am going to discuss difference between rails development and production mode. Often Rails app has so many different environments, each environment use different database which is mentioned in config/database.yml file, each environment
Token
Is the unique identification assigned to every registered user on the time of creation. Each user is maintained in that portal or site using this token id.
Token are also used for resetting user password in .NET application
WebSecuri
