Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (5)
Android Application
no vote
Application background many taxi apps are exist in the world but there source code are not open source. my app is a completed open source. I posted only android code, but in a few days I will post ios source code. Key Technology using my app, you can find the knowledge how to operate taxi support system. also you can find how to use actionbarsherlock and google play service in android. thanks.
jcsoft123
2016-08-23
0
1
A taxi
no vote
Application background many taxi apps are exist in the world but there source code are not open source. my app is a completed open source. I posted only android code, but in a few days I will post ios souce code. Key Technology using my app, you can find the knowledge how to operate taxi support system. also you can find how to use actionbarsherlock and google play service in android. thanks.
jcsoft123
2016-08-23
0
1
Advanced custom WebView Android
4.0
Application background This Project is an HTML application runtime, built on open source foundations, which extends the web platform with new capabilities. The web platform already has many advantages, from easy cloud services integration to flexible user interface elements. Recently, the platform has become even more attractive, with its increased focus on mobile performance and device APIs. However, for many developers, basic functionality is still missing, making it hard to adopt the web as it is today. With this  Project, this situation changes. By using this Project, an application developer can: Use all the features available in modern web browsers: HTML5, CSS3, JavaScript. Access the latest recommended and emerging web standards. Key Technology I used CrossWalk Framework
jcsoft123
2016-08-23
0
1
Android WebView imageupload resolution 4.4 (KitKat
no vote
Application background Many developers used onFileChooser() callback function in order to hook if input tag was clicked or not in webview. that function works well in almost devices. but in android 4.4(kitkat) it dosen't work. it is the issue of android 4.4 webview. To resolve this issue, they use javascriptInterface to add  to webChromClient. it is not useful. other way is exist. It is to use crosswalk project. If you use this project, you will use onFileChooser() function in all of android devices higher than api 14. In my past blog, I introduced crosswalk framwork. so I post mainactivity that uses it. the function is very wonderful. Key Technology If you downloaded crosswalk framwork in my past blog, you can add that to this project. only
jcsoft123
2016-08-23
0
1
WebView imageupload Android
no vote
Application background webView .getSettings().setJavaScriptEnabled( true ); webView .getSettings().setDomStorageEnabled( true ); webView .getSettings().setBuiltInZoomControls( false ); webView .getSettings().setLoadWithOverviewMode( true ); webView .setInitialScale(100); webView .getSettings().setUseWideViewPort( true ); webView .getSettings().setLoadsImagesAutomatically( true ); webView .getSettings().setAllowFileAccess( true );
jcsoft123
2016-08-23
1
1
No more~