
Search In
An Apple iPhone is one of the strongest mobile devices and rarely requires repairs or maintenance, aside from the battery which you will necessarily wear out after some years of intensive usage. The process of getting help from Apple or any iPhone re
This post will help you to send push notification to iPhone devices using server side scripting language called php.
Here are code to send push notification
/**
* Apple Push Notification Services (APNS)
*
* @param array data
How to implement proper ancestral navigation for application with several activities one of which can swap content fragments?
I have one main activity with drawer layout and with content represented by fr
Here is a way by which you can send the email via android-intent.
The below code opens a dialog showing email related apps e.g. Gmail, Yahoo Mail etc. if installed in your device. In case your device is not installed with mailing applications then i
Hello EveryOne,
I have 2 HTML Forms:
1. Register/Login
2. After User gets Login, He used to update details of him.
I used MySql database in order to save Login details of User. And also i have another table for updating details of him after his log
App is in running state or not:
We can know the status (Running or not) of our application by using ActivityManager class and attribute ACTIVITY_SERVICE.
We just check our process name to compare with package name of the project.
ActivityManager a
Hi fellows here I created many2many field in view it widget is many2many_tags here I select products as tags
now what I really want is that I want to show only that products in project.task field product_id which I have selected in the many2many pro
Hi, guys I need a help to merge different layout's as one layout. I am including google maps layout in one layout and it having some buttons at bottom and one horizontal scroll view at top of the page. Now, I am displaying the google maps&nb
Hello friends, when I started my ubuntu system, then it was not showing time on the top panel of Ubuntu screen. So I was worried, how to resolve this issue. I researched on google, and ubuntu website then I found what exactly the issue was that Langu
In program below, I want to print values of array but it is printing the key, can someone help.
<?php
$CHAMP = array("ESP"=>"BARCELONA", "GER"=>"BAYERN", "POR"=>"BENFICA","ENG"=>"CHELSIA");
$TEAM = array("ESP"=>"ATLET
