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 determine Time Complexity | Techbirds

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

Posted on: December 18, 2013 / Categories: Tutorials / Author Name: Md. Sadiq Ali In general, how can you determine the running time of a piece of code? The answer is that it depends on what kinds of statements are used. 1. Sequence of statements statement 1; statement 2; … statement k; The total time

Read More →

Current Datetime function in Javascript | Techbirds

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

Posted on: February 4, 2014 / Categories: PHP / Author Name: Diksha Verma (Current Datetime) function in Javascript function getCurrentTime() { var dt = new Date(); return dt.getFullYear()+”-”+(’0′ + (dt.getMonth()+1)).slice(-2)+”-”+ (’0′ + dt.getDate()).slice(-2)+” “+ (’0′ + dt.getHours()).slice(-2)+”:”+(’0′ + dt.getMinutes()).slice(-2); } 428 total views, 2 views today Share this On

Coding and Testing both are done by different mind set and skill… | Techbirds

Posted on: September 5, 2017 /
Categories: Testing

Posted on: April 28, 2014 / Categories: Testing / Author Name: Vishal Tyagi Few of my testing colleagues like to code and design, but i am having different approach towards testing. I believe tester should do testing rather than spending his time while coding and designing. My colleagues love to do coding but I have

Read More →

Tabs + ViewPager swiping | Techbirds

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

import java.util.HashMap; import java.util.List; import java.util.Vector; import android.content.Context; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.view.ViewPager; import android.view.View; import android.widget.TabHost; import android.widget.TabHost.TabContentFactory; import com.andy.R; import com.andy.fragments.viewpager.PagerAdapter; /** * The TabsViewPagerFragmentActivity class implements the Fragment activity that maintains a TabHost using a ViewPager. * @author mwho */ public class TabsViewPagerFragmentActivity extends FragmentActivity implements TabHost.OnTabChangeListener, ViewPager.OnPageChangeListener {

Read More →

Services and hangs on UI in Notification resolved | Techbirds

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

hi folks, I am writhing this to inform all my mates that while doing multiple tasks that continuously updates the UI via notification etc. hangs the UI since there is a lock that threads apply on UI. so instead of doing it in Activity do it in a service that separates the life completely from

Read More →

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