In this article let us see how to create
Context Menu in Windows Forms application using C#IntroductionIn this article we
will see how to create Conte...
分类:
移动开发 时间:
2014-05-26 01:00:30
阅读次数:
555
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window =
[[UIWindowalloc] initWith....
分类:
其他好文 时间:
2014-05-26 00:02:36
阅读次数:
277
Question0Sign in to voteFolks,In my
application, when the user hits "Submit" button, I have to make a Web service
call asynchronously. Here is what I ...
分类:
其他好文 时间:
2014-05-25 22:19:32
阅读次数:
657
D-Bus helps coordinate process lifecycle. It
makes it simple and reliable to code a “single instance” (?) application or
deamon, and to launch applica...
分类:
数据库 时间:
2014-05-25 18:44:56
阅读次数:
408
默认新建的工程里会设置一个系统默认图标
如果没有,就在工程的AndroidManifest.xml文件中添加下面的语句即可。
这里需要预先在/res/drawable/目录下放一个叫icon.png的图标图片(48×48),并且在/res/values/strings.xml中定义app_name这个字符串(就是程序名)
application android:icon="@dr...
分类:
移动开发 时间:
2014-05-25 18:20:27
阅读次数:
309
在项目中要集成Xabber,将它作为一个Lib, 。。。。。 Xabber 原有代码 /** *
Base entry point. * * @author alexander.ivanov */ public class Application
extends android.app.Applic...
分类:
移动开发 时间:
2014-05-25 13:54:13
阅读次数:
257
由于本人英文能力实在有限,不足之初敬请谅解本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 语法: android:allowBackup=["true" | "false"] android:backupAgent="string" android:debuggable=["t...
分类:
移动开发 时间:
2014-05-25 09:05:39
阅读次数:
369
今天折腾了一天终于可以可以直接从SD卡启动6410的裸板程序了,这也让我实现了完全在linux下开发裸板代码。详细过程如下:
1.通过查SMDK6410_IROM_APPLICATION NOTE_REV 1.00,可以查到如下
其中BL1是开发板自动运行的固件代码
从上可以知道应将代码烧到最后地址-(1025+1+16)*512字节处
2.测试代码如下:
1 ....
分类:
其他好文 时间:
2014-05-25 04:46:13
阅读次数:
261
SourceInsight真的是查看源代码的神器。只要知道了文件名,就可以快速定位到文件。最近在研究Android的touch系统,发现MotionEvent的getX()方法调用的是nativeGexAxis(),于是想看看该本地代码是如何实现的,但我不知道nativeGexAxis的实现代码在什么位置。Android中的类调用本地代码是通过类名相似或Android.mk文件定义。MotionE...
分类:
移动开发 时间:
2014-05-24 23:24:19
阅读次数:
301
NDK是什么NDK是NativeDevelopmentKit的简称,即本地开发工具包。通过NDK,Android允许开发人员使用本地代码语言(例如C/C++)来完成应用的部分(甚至全部)功能。注意:由于翻译原因,有些地方也把Native翻译为“原生”。NDK是SDK的一个补充,可以帮助你做这些事情:生成可以在..
分类:
移动开发 时间:
2014-05-24 16:57:02
阅读次数:
753