Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Thursday, April 25, 2013
Listing all the folders subfolders and files in a directory using php
›
List of all files under directory and also its subdirectories recursively. function listFolderFiles ( $dir ){ $ffs = scandir ( $d...
cURL in PHP to access HTTPS (SSL/TLS) protected sites
›
The problem From PHP , you can access the useful cURL Library (libcurl) to make requests to URLs using a variety of protocols such as...
Wednesday, April 24, 2013
Use Android’s ContentObserver in Your Code to Listen to Data Changes such as contact change.
›
ContentObserver make some work easier, such if you want to track by your own sdk application suppose when your contacts being changed, you ...
Tuesday, April 23, 2013
Android sdk create and update and delete contact
›
The following permissions need to handle contacts on android application: <uses-permission android:name="android.permission.READ_...
Android how to use ContactsContract to retrieve phone numbers and email addresses
›
ContactsContract is the contract between a contacts provider and applications that want to use contacts. The following code shows how to...
How to read android sim contacts and phone contacts separately
›
The <uses-permission> should be contained in the <manifest> element. See Structure of the Manifest File . So trying putting ...
Create an Android Emulator SD Card and Write Data To It
›
Create the SD Card... For instance, if you want to load MP3 files on a “real” Android phone, you’ll probably insert an SD card into the ...
‹
›
Home
View web version