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

Tabs. The Fragment Way | Techbirds

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

package com.andy.fragments.tabs; import java.util.HashMap; import android.content.Context; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentTransaction; import android.view.View; import android.widget.TabHost; import android.widget.TabHost.TabContentFactory; import com.andy.R; /**  * @author mwho  *  */ public class TabsFragmentActivity extends FragmentActivity implements TabHost.OnTabChangeListener {     private TabHost mTabHost;     private HashMap mapTabInfo = new HashMap();     private TabInfo mLastTab = null;     private class TabInfo {          private

Read More →

Requirement Specification document Review Guidelines | Techbirds

Posted on: September 5, 2017 /
Categories: Testing

Posted on: May 22, 2014 / Categories: Testing / Author Name: Vishal Tyagi To prepare effective test cases, testers and QA engineers should review the software specs documents carefully and raise as much queries as they can. The purpose of Software Requirement Specification Review is to uncover problems that are hidden within the specification document.

Read More →

Kohana version 3.2 – Session Data Getting Lost between setting it and using due to moving the application from one server to another. | Techbirds

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

Posted on: January 14, 2014 / Categories: PHP / Author Name: Anand Kumar Problem Statement : After transferring the kohana application from one server to another,  getting session unreadable error form the server. Session does not maintain across the controller ,view and model. Solution : To fix this problem , the follwing steps are needed

Read More →

Java Concepts | Techbirds

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

RULES MUST BE FOLLOWED WHILE VARIOUS OVERLOADED METHODS ARE GIVEN. PRIORITY: AUTOWIDENING > AUTOBOXING > AUTOUPCASTING > VAR-ARGS… (Above Priority sequence must be followed while calling when multiple overloaded methods occurs) class A { public static void main(String …arg) { show(20); /*…..at this point of instant 1st show method is called . step 1: if

Read More →

Java ArrayList vs CopyOnWriteArrayList | Techbirds

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

ArrayList is a basic implementation of List interface in Collection framework.It extends AbstractList. ArrayList supports dynamic array that can grow as needed. Some of the important methods in ArrayList are void add(int index,Object element):add the element at the specified index. void add(Object element): Add the element at the end of the list. void  clear(): clears the

Read More →

« 1 … 40 41 42 43 44 … 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.