码迷,mamicode.com
首页 >  
搜索关键字:andriod 新建activity不显示    ( 725个结果
andriod fragment调用Activity函数方法
(1)新增一个activity 1 package com.xxxx.activity; 4 5 public interface FragmentCallBack { 7 8 public MainActivity getMainActivity(); 9 10 }(2)在Ma...
分类:其他好文   时间:2014-12-10 10:45:36    阅读次数:104
Andriod中文乱码问题的解决方案
Andriod中文乱码问题的解决方案...
分类:其他好文   时间:2014-12-09 12:16:26    阅读次数:163
andriod需要用的的图片文件
分类:其他好文   时间:2014-12-07 06:53:30    阅读次数:151
andriod_第二天_表格布局
TableLayout(相对布局):layout/activity_main.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientati..
分类:其他好文   时间:2014-12-07 06:53:19    阅读次数:223
andriod之log打印
先设置自己的log打印:然后在activity类入口写log代码:3:结果:
分类:其他好文   时间:2014-12-07 06:53:08    阅读次数:150
eclipse中发布andriod应用时出现Error in an XML file: aborting build解决
当出现ErrorinanXMLfile:abortingbuild这个错误的时候,我们项目本身是没有问题的,但是还是报ErrorinanXMLfile:abortingbuild这个错了,所以我们要重新编译下:解决方案:project---》clean--》选中要发布的项目然后clean,就可以了哦,呵呵
分类:系统相关   时间:2014-12-07 06:52:30    阅读次数:197
andriod之对话框--标准对话框、列表对话框、自定义对话框
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="ve..
分类:其他好文   时间:2014-12-07 06:47:50    阅读次数:186
Andriod使用webview控件往APP里内嵌网页
1.布局文件片段:res-layout 2.Java片段:src @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
分类:移动开发   时间:2014-12-06 19:24:47    阅读次数:180
Android随笔之——Android ADB详解
ADB全称Android Debug Bridge, 是android sdk里的一个工具, 用这个工具可以直接操作管理android模拟器或者真实的andriod设备。它主要有以下几个功能: 1、运行设备的shell(命令行) 2、管理模拟器戒设备的端口映射 3、计算机和设备之间上传/...
分类:移动开发   时间:2014-12-04 17:19:25    阅读次数:195
html5开发之viewport使用
随着高端手机(Andriod,Iphone,Ipod,WinPhone等)的盛行,移动互联应用开发也越来越受到人们的重视,用html5开发移动应用是最好的选择。然而,每一款手机有不同的分辨率,不同屏幕大小,如何使我们开发出来的应用或页面大小能适合各种高端手机使用呢?学习html5 viewport的...
分类:Web程序   时间:2014-12-04 09:55:46    阅读次数:198
725条   上一页 1 ... 59 60 61 62 63 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!