代码搜索:bundle
找到约 2,499 项符合「bundle」的源代码
代码结果 2,499
www.eeworm.com/read/342759/12000591
cpp invoicetest.cpp
#include
using namespace std;
#include "bundle.h"
#include "invoice.h"
#include "productitem.h"
#include "simpleinvoiceprinter.h"
int main()
{
Invoice sample_invoice;
v
www.eeworm.com/read/10764/189449
java copyoftimepickeractivity.java
package com.eoemobile.book.ex_widgetdemo;
import android.app.Activity;
import android.os.Bundle;
import android.widget.DatePicker;
public class CopyOfTimePickerActivity extends Activity {
/** Cal
www.eeworm.com/read/10764/189655
java activitymain.java
package com.eoeAndroid.HelloWorld;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class ActivityMain extends Activity {
/** Called when the activit
www.eeworm.com/read/15944/599017
java petlist.java
package com.androidbook.PetTracker;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBuilder;
import android.os.Bundle;
i
www.eeworm.com/read/15944/599165
java superpettracker.java
package com.androidbook.SuperPetTracker;
import android.app.Activity;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
// Similar to Pe
www.eeworm.com/read/17199/723786
java hellojunitactivity.java
package com.wangjialin.junit;
import com.wangjialin.service.PersonService;
import android.app.Activity;
import android.os.Bundle;
public class HelloJunitActivity extends Activity {
/** Called w
www.eeworm.com/read/35410/1057267
java geometryactivity.java
package com.bgstudy.app.game.canvas.geometry;
import android.app.Activity;
import android.os.Bundle;
public class GeometryActivity extends Activity
{
private GameView mGameView = null;
/** Called
www.eeworm.com/read/35410/1057302
java paintviewactivity.java
package com.bgstudy.app.game.paint;
import android.app.Activity;
import android.os.Bundle;
public class PaintViewActivity extends Activity
{
private PaintView mGameView;
/** Called when the acti
www.eeworm.com/read/472466/1410765
java messages.java
package tutorial.model;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
public class Messages {
private static final String BUNDLE_NAME = "tutorial.model.messages"
www.eeworm.com/read/245478/4503575
properties localstrings.properties
#Default resource bundle for english locale
#common to all
caught_exception=Caught an unexpected exception
cannot_create=Couldn't create converter bean
unable_to_lookup=Unable to lookup home
converte