jianwu / webkey

create form http://androidwebkey.com/html/webkey/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory structure:

java
	GUI in Android
	
	create and edit java/local.properties, save the SDK's and the certification keys' directory:
		sdk.dir=/home/petya/download/android-sdk-linux_x86
		sdk.key=/home/petya/work/Webkey
	run either "ant release" or "ant debug" in java/ to compile

java/assets/webkey
	root directory of the service, all the html/js/css files go here

service
	all source to compile the binary webkey, which goes to java/assets/bin/
	set the NDK directory, in my case:
		export ANDROID_NDK=/home/petya/download/android-ndk-r8b
	run "make" in service/ to compile

sl4a
	create and edit sl4a/ScriptForAndroidTemplate/local.properties, save the SDK's and the certification keys' directory:
		sdk.dir=/home/petya/download/android-sdk-linux_x86
		sdk.key=/home/petya/work/Webkey
	all source to compile Scripting Layer For Android, which goes to java/libs/script.jar
	run "ant main" in sl4a/ScriptForAndroidTemplate/

About

create form http://androidwebkey.com/html/webkey/


Languages

Language:C 58.2%Language:C++ 13.3%Language:Java 10.4%Language:Assembly 5.5%Language:JavaScript 3.3%Language:Shell 3.0%Language:HTML 2.2%Language:Groff 1.8%Language:Makefile 0.8%Language:CSS 0.5%Language:PHP 0.4%Language:CMake 0.2%Language:M4 0.1%Language:SAS 0.1%Language:Module Management System 0.1%Language:Smalltalk 0.0%Language:Perl 0.0%Language:DIGITAL Command Language 0.0%Language:Python 0.0%Language:Batchfile 0.0%