
Search In
Generic is a feature provided in C# which allows defining the class, method etc without binding it to work with a specific data type, instead it is created with a substituted type which get replaced with the data type passed at run time. In other wor
Web design is a skill that's always changing and evolving. Designers are always creating new tools that make the art of creating a website easier and better than ever before. If you've ever been interested in creating a site, here are the too
Facebook integration helps the user to login to your app with his/her Facebook account.
If you are looking for the procedure to integrate Facebook in your android then do follow the steps mentioned below:-
Step 1) In your
From android marshmallow api 23 android supports fingerprint authentication support. Fingerprint api support android version 6.0 or greater.
Fingerprint authentication contains following process :
1. Check weather a user enabled keyguard or not in
What is SOAP??
SOAP stands for Simple Object Access Protocol. SOAP uses HTTP request for intraction between programs. Because of HTTP request is supported by all servers and browsers, that's why it is a best way to communicate between applications.
To get MMS conversation from an Android device, use the following code:
ContentResolver contentResolver = getActivity().getContentResolver();
Uri uri = Uri.parse("content://mms");
Cursor cursor = contentResolver.query(uri, null, "thread_id IS NOT N
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version?
If you want to create error log file in your CakePHP web application so firstly you have to search
location to error.log file in
Data management is an important part of the administrative system of any organization or enterprise for it to run smoothly. The process of data management includes acquiring data, validating it, as well as storing and protecting it effectively.
Whi
Using HTML Geolocation
HTML Geolocation is used to identify the position of any object based on its geographical parameters passed.
You can use its functions to find the position of the object.
It will check whether geoloca
This is the most common and frustrating issue while parsing a csv file in rails i.e. the encoding issue. So in ruby on rails i found a library which basically detects the Character encoding using ICU (dependency package) and the name of the library i
