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

Drawing Techniques Using Canvas in HTML 5 | Techbirds

Posted on: September 4, 2017 /
Categories: Mobile Applications

Posted on: April 28, 2014 / Categories: HTML5/Design / Author Name: Ankit Awasthi What is Canvas in HTML 5 The HTML5 canvas element is used to draw graphics. The canvas element is only a container for graphics. You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes,

Read More →

Differences between String, StringBuffer and StringBuilder in Java | Techbirds

Posted on: September 4, 2017 /
Categories: Android, Tutorials

String in Java Before looking difference between String and StringBuffer or StringBuilder let’s see some fundamental properties of String Class in Java 1) String is immutable in Java: String is by design immutable in Java you can check this post for reason. Immutability offers lot of benefit to the String class e.g. his hashcode value

Read More →

Code to create button in Preference Screen | Techbirds

Posted on: September 4, 2017 /
Categories: Mobile Applications

As we know we have EditText Preference, CheckBox Preference but we don’t have any Button Preference. Here we discuss How to use Preference as a Button. Then for the java in your onCreate() Preference button = (Preference)findPreference(“button”); button.setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() { @Override public boolean onPreferenceClick(Preference arg0) { //code for what you want it to do return

Read More →

Cake php not including css/js files | Techbirds

Posted on: September 4, 2017 /
Categories: Mobile Applications

Posted on: February 28, 2014 / Categories: PHP / Author Name: Shivek Parmar Read the cake php documentation carefully and follow each and every steps at https://book.cakephp.org/1.3/en/The-Manual/Developing-with-CakePHP/Installation.html If somehow cake is not including css/js files from webroot folder then check for the following solutions. But make sure to change the all the three .htaccess files according

Read More →

Android Concept | Techbirds

Posted on: September 4, 2017 /
Categories: Mobile Applications

Code to fire Intent to Get the image from Camera and Phone Gallery in Android : // from camera camera_btn.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub Intent intent = new Intent( android.provider.MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent, REQUEST_TAKE_PHOTO); } }); // from library library_btn.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) {

Read More →

« 1 … 53 54 55 56 57 … 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.