
Search In
For the love of light
“If I could eat that light, I would eat that light”
Sometimes the most random thing can set off a bulb inside you, or an inspiration that was sitting dormant inside of you.
Like a song, a movie, an article, a conversation,
To create slider with angular UI, carousel is used as it is same as bootstrap's image carousel. But It also supports swiping in the touch devices. ngTouch is used to enable the swiping in the touch devices. We have to load ngTouch module as a dep
In the below example I have created a Selected Item from spinner in android. Here I have added first aTextView and Spinner in activity_main.xml layout, after then you can see in MainActivity I have used String class and created a ArrayAdapter. I have
In writing codes in the .NET framework, we can do the bindign of data at the way in which the values gets binded according to the dataset received and the column generation is being made automatically.
But in that case, we ne
Intent:- Intent is a message object that passed between android components such as broadcast receiver, services, activity, content providers etc. Android provide facilities to communicate between components using intent in several ways, there are thr
Clear Cache Programatically
Hello All,
This is a simple tutorial to clear cache of your application, Sometimes there is need in our application to store some of the files on device cache and we don have the choice to move them to SD cards as
Hii,
This blog is continuation with my previous blogs on AngularJs,In my previous blog i had discussed about the following:
What is angular js,angularJs directives and expressions.
In this blog i am going to discuss about controllers in angularJs wit
While integrating the Google map we need to display the location according to the latitude and the longitude.
So in that case we need to make the use of the marker functionality for displaying it.
So if we want to change the image that the location
Thread synchronization is used to verify that no two or more synchronous processes or threads simultaneously executes some particular program block. When one thread executes in the critical section then it does not allow the another thread to e
I have a data frame (derived from a CSV file) with about 100M entries that looks like this:
df1:
var1 var2
0 1 2
1 2 1
2 1 {3,4,5}
3 5 6
4 {4,5,
