Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -Xms2048m | |
| -Xmx2048m | |
| -XX:MaxPermSize=768m | |
| -XX:ReservedCodeCacheSize=256m | |
| -XX:+UseCodeCacheFlushing | |
| -XX:+UseCompressedOops |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories { | |
| maven { | |
| url 'https://github.com/zaki50/bundles_maven_repo/raw/master/maven_repo' | |
| } | |
| } | |
| dependencies { | |
| compile 'com.neenbedankt.bundles:bundles:1.0.3' | |
| compile 'com.neenbedankt.bundles:frozen:1.0.3' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.vvakame.delegatefactory.sample.hide; | |
| /* @hide */ | |
| public class Bridge { | |
| public Bridge() { | |
| } | |
| /* @hide */ | |
| static Data2 combine(Data1 data) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <TabHost xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:id="@android:id/tabhost" | |
| android:layout_width="fill_parent" | |
| android:layout_height="fill_parent" | |
| > | |
| <RelativeLayout | |
| android:layout_width="fill_parent" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/VolleySample/libs/okhttp-1.0.2.jar b/VolleySample/libs/okhttp-1.0.2.jar | |
| new file mode 100644 | |
| index 0000000..7592cdf | |
| Binary files /dev/null and b/VolleySample/libs/okhttp-1.0.2.jar differ | |
| diff --git a/VolleySample/libs/volley.jar b/VolleySample/libs/volley.jar | |
| index 31c143c..762e993 100644 | |
| Binary files a/VolleySample/libs/volley.jar and b/VolleySample/libs/volley.jar differ | |
| diff --git a/VolleySample/src/com/adamrocker/volleysample/MainActivity.java b/VolleySample/src/com/adamrocker/volleysample/MainActivity.java | |
| index b2c1dd5..c2118c5 100644 | |
| --- a/VolleySample/src/com/adamrocker/volleysample/MainActivity.java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <application | |
| android:name="daichan4649.actionbartest.TestApplication" | |
| android:icon="@drawable/ic_launcher" | |
| android:label="@string/app_name" | |
| android:theme="@style/AppTheme" > | |
| <activity | |
| android:name="daichan4649.actionbartest.MainActivity" | |
| android:label="@string/app_name" > | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package test.fragment.configchange; | |
| import android.app.Activity; | |
| import android.app.Fragment; | |
| import android.app.FragmentTransaction; | |
| import android.os.Bundle; | |
| /** | |
| * 縦横切替で ListView/GridView を切り替えるサンプル | |
| * (表示用データは毎回再生成しない) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright 2012 CodeSlap - Cristian Castiblanco | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
OlderNewer