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

Techbirds | Knowledge Hub | Page 20

Posted on: May 6, 2018 /
Categories: Mobile Applications

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 →

Decomiple Android APK to get Resource Files (Reverse Engineering) | Techbirds

Posted on: May 6, 2018 /
Categories: Android, Mobile Applications

Download the attached ApkTool.zip file and extract it into a Directory.. Copy the apk files you want to decompile to the root directory of APKTool. Open a command window (cmd). Navigate to the root directory of APKtool and type the following command:               apktool d YourApkName.apk 5. After successful executing above command, a new directory

Read More →

Techbirds | Knowledge Hub | Page 46

Posted on: May 6, 2018 /
Categories: Mobile Applications

Sometimes you need text wrapping in such a way that text should be displayed in single line. But wrapping text with break-word or normally takes it to other line. I found the solution for this. HTML code:- Lorem Ipsum is simply dummy text of the printing and typesetting industry.               Lorem Ipsum is simply

Read More →

Techbirds | Knowledge Hub | Page 33

Posted on: May 6, 2018 /
Categories: Mobile Applications

Posted on: April 28, 2014 / Categories: PHP / Author Name: Anand Kumar Problem: Images are not shown in websites and images are not upload in post and pages. Solution : Access website folder using ftp . go to wp-content -> uploads. Try to change the permission of uploads folder from 755 to 777.It works

Read More →

Techbirds | Knowledge Hub | Page 30

Posted on: May 6, 2018 /
Categories: Mobile Applications

A UIImage is an object representing image data. A UIImage is typically displayed inside a UIImageView: exam: UIImage *bgImage = [UIImage imageNamed:@”background.jpg”]; UIImageView *imgView = (UIImageView *)[self.view viewWithTag:20]; imgView.image = bgImage; // display the bgImage data inside the imgView The simplest way to load an image is with the imageNamed method, however this loads the

Read More →

« 1 … 29 30 31 32 33 … 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.