Wednesday, 13 November 2013

how to get google android developer account without credit card


Follow below steps for getting google android publisher account without credit card by using virtual credit card from entropay.

step 1)
log in to https://www.entropay.com/ and register

step 2)
wire transfer money from bank account to entropay virtual credit card

step3)
note the number generated virtual credit card and cvv number

step4)
login to ANDROID developer account and follow the steps and enter virtual credit card number for payment and your account is ready for submit android apps

Monday, 11 November 2013

how to show uiactionsheet from UIwindow in ios

Invoking UIActionSheet from UIWindow other than UIView by using below code in iPhone programming.
[actionSheet showInView:[UIApplication sharedApplication].keyWindow];

Friday, 8 November 2013

html input file accept attribute

For Input file type opening window with particular file type using below code in html

for image files
Example:<input type="file" accept="image/jpeg,image/gif">

for pdf files
Example:<input type="file" accept="application/pdf">

for doc,docx,xls,xlsx

Example:<input type="file" accept=".doc/.docx/.xls/.xlsx">

these accept attributes work for all browsers.


Saturday, 20 July 2013

unable to find phys addr for

unable to find phys addr for XXXX in android using andengine library

i found this issue due to memory of assets that occupied, it cause error only low end android phones so clear the ram and uninstall other andengine projects in your phone and try again.