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

Hide! A Secret Vault | Techbirds

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

Hi Readers , I am going to share some frequently asked questions for Hide ! A secret Vault android application Application is use to hide Photos , videos, SMS and contacts .Application is available at playstore https://play.google.com/store/apps/details?id=com.appsmentor.vault FAQ === Q: How do I hide pictures and videos? A: 1.Go to File Explorer with in application 2

Read More →

Reviewing JAVA concepts. | Techbirds

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

Interfaces are the blueprints and Abstract are partially implemented classes Object class is the father of all classes , specially used to hold the object of that class whose type is unknown to us. equal() method is used to compare content of two strings whereas  == used to compare references there is always a heap

Read More →

Record Video using mediRecorder API | Techbirds

Posted on: September 5, 2017 /
Categories: Android, Android Apps, Mobile Applications, Tutorials

Steps to record video are mCamera = mPreview.getCamera(); //get Camera Intance mRecorder = new MediaRecorder(); //step1 mCamera.unlock(); mRecorder.setCamera(mCamera); //step2 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); //step 3 //mRecorder.setProfile(CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH)); mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); mRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); mRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); //step4 mRecorder.setOutputFile(getOutputFile(MEDIA_TYPE_VIDEO).toString()); //step 5 mRecorder.setPreviewDisplay(mPreview.getMyHolder().getSurface()); try { //step 6 mRecorder.prepare(); Thread.sleep(1000); mRecorder.start(); Toast.makeText(CameraPreview.this, “Recording Started”, Toast.LENGTH_LONG); } catch (Exception e) { releaseRecorder(); Toast.makeText(CameraPreview.this, “Recording error couldn’t start”, Toast.LENGTH_LONG);

Read More →

Migrating product fron one site to another site in Oscommerce | Techbirds

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

Posted on: December 10, 2013 / Categories: PHP / Author Name: Anand Kumar Steps for copy product to another site(Using easypopulate plugin) . . 1.  The files that neede are : easypopulate.php – easypopulate_functions.php – 2.  Copy file easypopulate.php and easypopulate_functions into admin/. 3. For adding link to the Admin, edit file admin/includes/boxes/catalog.php by adding

Read More →

METHOD INVOCATION – oops way | Techbirds

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

Method Invoked via Object . HI FOLKS, IT HAS BEEN NICE PRACTICE SO FAR TO CALL METHODS VIA SIMPLE MEANS . FIRST DEFINING IT AND THEN CALLING IT BY ITS SIGNATURE. BUT SINCE NOW A DAYS OOPS CONCEPT IS A HIT. METHOD CAN BE INVOKED VIA OBJECT. METHOD CLASS PROVIDES SUCH WAY TO CREATE A

Read More →

« 1 … 37 38 39 40 41 … 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.