
Search In
Static Map in android
Here I am writing a way to show static map on ImageView.
Its image of map that displays on mobile without the help of any api key.
Here we just make String url to add your latitute and longitute.
like
private double latitut
Hello Nerds!
If you are going to develop a new project in cakephp then you might need Debugkit for that, and its really a lifesaving tool for rapid developments.
You can install DebugKit using doing the following steps as:-
Step 1:- You need to dow
Laravel Queue is one of the best feather of laravel 4.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In laravel 4.x by using queue we can run time consuming on back en
In objective C, UIDatePicker is the best way to display date and time options. We can set date of our choice in a Date picker. Also we can set minimum and maximum date.
Here I am creating UIDatePicker first.
UIDatePicker *pickerDate=[[UIDat
Google has introduced a new version control platform, hosted on its vast cloud. A git platform with more enhanced featured and flexible than Google Code. Google pulled the plug from Google Code in March 2015 citing lack of interest.
With the end
Audio Capture In android
To record audio there are so many ways. But Here I write audio recording method using MediaRecorder class.
To use MediaRecorder class ,we must create an instance of MediaRecorder class.
Syntax :
MediaRecorder audioReco
There are many options to locate the element but the easiest way to locate an element is by its id. In webpages we can easily locate the element by its id but on mobile its very tricky to locate the element by id.
I am automating an Android app usin
In laravel 4.x we can easily integrate the mail functionality. Laravel provide a simple API over popular SwiftMailer. We can simply configure our mail credential by using
app/config/mail.php
which allow you to change your SMPT host, port and cre
Copy to clipboard.. You can see this option in most of the blogs. You can simply click on the link and it will copy the text which set as target. Today we are going to discuss the implementation of this feature. We can see different ways to do the sa
Log4j in Java
Log4j is a logging tool made only for Java
Generally we Use System. Out console to print our Output, but they are all temporary messages and whenever new program run or when console is closed, our Output messages automatically removed
