Author Archives: saran

About saran

hi to all my friends

Commercial mobile application let to know the offers in shopping

Many of us will not be updated about the valuable offers that are offered by Shops and Big malls, To get benifited and know about those offers this application will be adequte to Customers. Customers can save money and also … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in mobile application, Uncategorized | Leave a comment

Patient appointment mobile application to healthcare clinic

Dear Customer, We are going to launch our mobile application product on next week called “Myclinic”, which is patient appointment application to all kind of health care clinic. It will create more relationship with doctors & patient in terms appointment, … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in Android Application Development, iPhone Application Development, mobile application, mobile application development | Tagged , , , , | Leave a comment

Running android apk in emulator

Hi to all, I am giving the steps to run the android apk in emulator. 1. Copy the apk file and save in to tools folder which is available in your sdk folder. 2. Copy adb,AdbWinApi.dll,AdbWinUsbApi.dll files from platform-tools and … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in mobile application | Tagged , , , , | Leave a comment

Mobile application development

we are developing various mobile applications like android apps, iPhone apps, blackberry and windows phone apps. We have developed more than 50+ daily deals mobile application in iPhone and android platform with worldwide customers. Also we have released few game … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in mobile application | Tagged , , , , , , , | Leave a comment

Fetch the database table values in android

Hi, I have given the code for database select values in android. public void login() { setContentView(R.layout.login); loginButton = (Button) findViewById(R.id.loginButton); loginButton.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub String uEmail,uPassword; userEmail = (EditText) findViewById(R.id.userEmail); … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in mobile application | Tagged , , , , , | Leave a comment

Redirect one domain to another domain in htaccess file

Hi, RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !unlimited.ndot.in$ [NC] RewriteRule ^(.*)$ http://unlimited.ndot.in/$1 [L,R=301] Here unlimited.ndot.in is my destination domain name.

  • October 14, 2012 |
  • 0 Comments
Posted in Programming | Tagged , , | Leave a comment

Adding google+1 button to your websites

Hi, Google has just released the Google +1 button which webmasters can add to their site / blog and enable visitors to give a recommendation to Google and your friends about your site. Webmasters can get the +1 button code … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in Programming | Tagged , , , | Leave a comment

How to create the API signature in Paypal

Hi to all, I have given procedure to create the API signature in Paypal. Please follow this step to get it. To create an API signature, you must have a PayPal Business or Premier Account with PayPal Website Payments Pro … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in Groupon clone | Tagged , , , , | Leave a comment

setup google apps to your business

Go to http://www.google.com/apps/intl/en/group/index.html and click on Get started link… 1. Enter the domain name 2. Fill the form 3.Then setup admin details in 3rd form 4. login to admin account 5.you can find email link in dashboard and activate link. … Continue reading

  • October 14, 2012 |
  • 0 Comments
Posted in Uncategorized | Leave a comment