Skip to content

Instantly share code, notes, and snippets.

View raveebhat's full-sized avatar
🎯
Focusing

Raveendra Bhat raveebhat

🎯
Focusing
View GitHub Profile
@raveebhat
raveebhat / gist:6621262
Created September 19, 2013 09:43
Handling 3 finger tap in android
package com.example.toucheventsample;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnTouchListener;
import android.widget.VideoView;
http://paste.ubuntu.com/1230438
@raveebhat
raveebhat / clean_failure_native_jruby_date
Created July 3, 2012 18:07
clean project error in native-jruby-date
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to /home/raveendra/github/jruby-native-date/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
DateService.java:[29,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@JRubyMethod(name = "_strptime_i", visibility = Visibility.PRIVATE)