- Android SDK
- ADT plugin
- Eclipse MarketPlace
一応、アップデートを確認しておいたほうがいいかも
| $ ROLES=web,app cap deploy |
| Pod::Spec.new do |s| | |
| s.name = 'FPPopover' | |
| s.version = '1.3' | |
| s.license = 'MIT' | |
| s.platform = :ios | |
| s.summary = 'Alternative to the native iOS UIPopoverController, with iPhone support and look and feel customization.' | |
| s.description = 'Provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.' | |
| s.homepage = 'https://github.com/50pixels/FPPopover' | |
| s.author = { 'Alvise Susmel' => 'alvise@50pixels.com' } | |
| s.source = { :git => 'https://github.com/50pixels/FPPopover.git', :commit => '4d6e28452aa5b0a3d7080a8770b55a760be9f57b' } |
https://github.com/robbiehanson/XcodeColors
$ git clone git://github.com/robbiehanson/XcodeColors.git
| # Gemfile | |
| gem 'log4r' |
| public class SampleAdapter extends ArrayAdapter<String> { | |
| ... | |
| ... | |
| // SuperViewHolderを継承する | |
| static class ViewHolder extends SuperViewHolder { | |
| @InjectView(R.id.text) | |
| TextView text; |