Google [站内搜索]

预览模式: 普通 | 列表

易简学拼音点读机(Android版)





易简学拼音点读机是一款专门针对幼儿、一年级小学生、学汉语拼音的外国友人等拼音初学者人群设计的可以点读的学拼音软件! 拼音点读机中的声母、韵母、整体认读音节均有标准发音,声母+韵母可自由组合出所有汉字的拼音,全部拼音均可拼读,并显示相应的常见汉字,便于学习,软件界面简洁,简单易用,是一款不错的有声点读拼音学习软件。

查看更多...

分类:软件发布 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3370

[私密日志] 私密日志

该日志是私密日志,只有博主或发布者可以查看!
分类:软件发布 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1070

Google Play发布Android应用示例

在Google Play发布Android应用流程还是比较简单的,先注册一个 Google Play 发布者帐户(需支付25美元),然后上传应用并填写相关应用信息就可以发布了:



查看更多...

分类:Android编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2823

CSS display:table使用示例



<style type="text/css">
.table {display:table; text-align:center;}
.row {display:table-row;}

查看更多...

分类:HTML/CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4738
在AndroidManifest.xml配置去除应用标题栏,手机安装后一打开就出错:

<activity
    android:name=".MainActivity"
    android:theme="@android:style/Theme.NoTitleBar">

查看更多...

分类:Android编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4966

Android使用MediaPlayer播放mp3音乐示例

package com.mzwu.www;

import android.content.res.AssetFileDescriptor;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;

查看更多...

分类:Android编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4007

Fiddler插件SyntaxView下载

引用内容 引用内容
[Fiddler] The connection to 'www.telerik.com' failed.
Error: TimedOut (0x274c).
System.Net.Sockets.SocketException 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 50.56.19.112:80

下载SyntaxView经常出现这样的错误,干脆放博客中方便以后下载:

查看更多...

分类:操作系统 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 40690

Playing Audio on Android from an HTML5 File[转]

Introduction

Earlier today, I came across a problem. I have been working on an App in Android that displays HTML5 files from the assets folder inside a WebView. One of the big problems with playing Audio in an HTML5 page is that a lot of browsers do not support the <audio> tag; this includes several versions of the WebView control in different versions of Android. The bottom line is that you can't expect standardized results across different versions of Android when using the HTML5 <audio> tag. So we're going to use a workaround that uses the native Android method of playing audio.

Here is a synopsis of the paragraphs below that describe how to implement the code.

查看更多...

分类:Android编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 7655
截至今天(2015年1月27日)为止,全知乎平均每字数赞最多的96个答案(去掉标点符号、也不包括一图流):

老兵尹吉先是谁?是参加过解放战争、抗美援朝战争的老兵吗?
老兵尹吉先:是。
1个字,3155个赞同,平均每字3155个赞同

查看更多...

分类:网络文摘 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4221

Androrid控件WebView使用示例



protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    //setContentView(R.layout.activity_main);

查看更多...

分类:Android编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2767