Skip to content
Logo
  • Home
  • General
    • Cocos2d-x
    • Mobile Apps
      • Android Apps
      • Blackberry Apps
      • IOS/Iphone Apps
      • Windows Phone Apps
  • Tutorials
    • Android
    • HTML5/Design
    • IOS
    • JavaScript
    • Microsoft Technology
    • PHP
    • SAP
      • ABAP
    • Testing
    • Windows App
  • Poker app
    • Poker review
    • Poker bonus
    • Poker news
  • Contacts

How to declare Global Functions/Variables in Sencha App? | Techbirds

Posted on: February 7, 2018 /
Categories: Mobile Applications

Posted on: December 30, 2013 / Categories: Mobile Applications / Author Name: devashish.techbirds 1. How to declare Global variables and function in sencha App. Step 1 :- Make a class Global.js in /app/util/ Step 2 :- define class Global Ext.define(‘MyApp.util.Global’, { singleton : true, config : { //global vars here myGlobalVar : ‘greatApp’, }, constructor

Read More →

Send Image as an attatchment in email using php mail() method | Techbirds

Posted on: February 7, 2018 /
Categories: Mobile Applications

Posted on: January 2, 2014 / Categories: PHP / Author Name: Shivek Parmar Well If you are reading this post then you must be finding a solution to send an image in an email using php mail() function. Well before that you must understand how an email body works. For shortcut you can go to

Read More →

How to create a simple and efficient PHP cache | Techbirds

Posted on: January 5, 2018 /
Categories: PHP

Posted on: May 15, 2014 / Categories: PHP / Author Name: Rahul When working on php websites made from scratch and without a framework, speed can often be an issue. Caching is extremely useful in order to speed up PHP webpages. In this article, I’ll show you a super easy and efficient way to dynamically

Read More →

Record and Save Voice | Techbirds

Posted on: January 5, 2018 /
Categories: Android, Android Apps, Mobile Applications

Below is the code for recording a voice through mic and saving it in sdcard : //Code for saving recording private void startRecording(){ mRecorder = new MediaRecorder(); File sampleDir = Environment.getExternalStorageDirectory(); try { audiofile = File.createTempFile(“sound”, “.3gp”, sampleDir); } catch (Exception e) { // TODO: handle exception Log.e(“Path Error”, “Error in making directory”); } mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC);

Read More →

Integrate Pattern Lock in Android | Techbirds

Posted on: December 28, 2017 /
Categories: Mobile Applications

Posted on: December 5, 2013 / Categories: Android Apps / Author Name: Md. Sadiq Ali Steps to integrate patten lock in your app :- 1. Download pattern lock library from here. 2. Import the library in your project. 3. Add LockPatternActivity in AndroidManifest.xml 4. Create new pattern Add following lines in your activity to launch the

Read More →

« 1 … 32 33 34 35 36 … 66 »

Search on Site:

Quick Navigation

  • ABAP
  • Android
  • Android Apps
  • Blackberry Apps
  • cocos2d-x
  • General
  • HTML5/Design
  • IOS
  • IOS/Iphone Apps
  • JavaScript
  • Microsoft Technology
  • Mobile Applications
  • PHP
  • Poker app
  • Poker bonus
  • Poker news
  • Poker review
  • SAP
  • Testing
  • Tutorials
  • Windows App
  • Windows Phone Apps

Fresh Articles

  • Mostbet review
  • Bet365 review in India
  • Pokerstars Blowout Series is out
  • Facebook Zynga Poker
  • Purple Poker: Smooth Online Poker Experience for All

Copyright © Techbirds, 2023 | All rights reserved.