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

Android Concept | Techbirds

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

Code to extract the images from canvas and save it into Sd card of mobile in Android : //canvasview is an object or reference to Canvas { canvasview.setDrawingCacheEnabled(true); canvasview.buildDrawingCache(true); // MainActivity.bitmap2=canvasview.getDrawingCache(true); Bitmap imgData = Bitmap.createBitmap(canvasview .getDrawingCache(true)); DateFormat dateFormat = new SimpleDateFormat(“yyyy/MM/dd HH:mm:ss”); Calendar cal = Calendar.getInstance(); storeImage(imgData, “/” + cal.getTime().toString().replace(‘:’, ‘_’) + “.png”); Toast.makeText(EditorActivity.this, “image

Read More →

Android Concept | Techbirds

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

Code to perform Scaling,translation,rotation on canvas in android : public class Canvas extends View { Paint paint; Paint paint1; boolean flag = false; // new code attributes float x_down = 0; float y_down = 0; PointF start = new PointF(); PointF mid = new PointF(); float oldDist = 1f; float oldRotation = 0; Matrix matrix

Read More →

Android Concept | Techbirds

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

Downloading video from webview using the API DownloadManager (which internally uses a asyntask):- public void DownloadFromUrl(String url, String fileName) { String extension = MimeTypeMap.getFileExtensionFromUrl(url); if (extension != null) { MimeTypeMap mime = MimeTypeMap.getSingleton(); String mimeType = mime.getMimeTypeFromExtension(extension); if (mimeType != null) { if (mimeType.toLowerCase().contains(“video”) || extension.toLowerCase().contains(“mov”) || extension.toLowerCase().contains(“mp4″) || extension.toLowerCase().contains(“m4v”)) { DownloadManager mdDownloadManager = (DownloadManager)

Read More →

Adobe Photoshop 5 shortcut Keys | Techbirds

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

When working in Photoshop, simple tasks can become a hindrance to your workflow. So, instead of becoming frustrated take a look at our list of Photoshop shortcuts right here. They’re guaranteed to speed up your workflow once you get the hang of them! Whether you want to change the size of your text, deselect a

Read More →

Add mysql_real_escape_string() to entire GET or POST data in php | Techbirds

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

Posted on: April 28, 2014 / Categories: PHP / Author Name: Shivek Parmar Sometimes we have a large set of data coming through requests. At that time we cannot use mysql_real_escape_string() for each and every data coming from GET or POST methods. mysql_real_escape_string() method is used to stop SQL injection attacks which is very important.

Read More →

« 1 … 49 50 51 52 53 … 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

  • Dafabet Aviator App Review in 2026
  • Mostbet review
  • Bet365 review in India
  • Pokerstars Blowout Series is out
  • Facebook Zynga Poker

Ricky Casino AU: launched in 2021, Curaçao-licensed, app, and promo-code guides in one place — https://ricky-casino777.com/

Copyright © Techbirds, 2023 | All rights reserved.