Powerful voice application Android source code and voice Android source code
The source code of this project is the source code of the powerful speech application. It is an Android mobile app that combines speech recognition and sharing to encourage users to use self-suggestion methods to supplement positive energy.
Private void showShare () {ShareSDK. initSDK (this); OnekeyShare oks = new OnekeyShare (); oks. disableSSOWhenAuthorize (); // The Notification icon and text oks during sharing. setNotification (R. drawable. ic_launcher, getString (R. string. app_name); // title, Evernote, email, information, Renren and QQ space use oks. setTitle (getString (R. string. share); // text is the shared text, which is required by all platforms. setText ("motivate yourself every day, say it best. Http://gelivable.aliapp.com "); // start sharing GUI oks. show (this );}
Q: What language is the core of the Android operating system written? All of its applications are written in Java? Where can I download the system source code?
The core is the Linux kernel, so it is written in c language. There is also c ++ on it, and the application layer is written in Java. The source code should be downloaded on the Android official website, and the android sdk should be downloaded on the computer, you can then use eclipse for development. Now there is a plug-in called ADT in eclipse, which is designed to help develop android programs.
Ask who has the source code or feasible development ideas for developing Android voice calls
Can the native code of andriod be called? That's exactly what google released. Different mobile phones are just different underlying hardware drivers. If this is the case, you cannot use different hardware, right?