当前位置:  编程技术>移动开发
本页文章导读:
    ▪Kindle 三 两个隐藏的功能        Kindle 3 两个隐藏的功能 Kindle 3 hidden features include 2 games, image viewer, screenshot grab Sep. 30, 2010 (9:01 am) By: Matthew Humphries The latest generation Kindle may be one of the best e-readers available at the moment (.........
    ▪ QQ作风的UITableView        QQ风格的UITableView QQ风格的UITableView         带动画效果的 QQ 列表收缩展开代码例子:TQQTableView ......
    ▪ 关于 surfaceview 背景覆盖的有关问题       关于 surfaceview 背景覆盖的问题 本人开发过程中,发现出了黑色,不能设置其他颜色,如果设置了,就画不出东西了,后来网上终于找到了,我是在xml中设置的背景,我想在class中设置应该也.........

[1]Kindle 三 两个隐藏的功能
    来源: 互联网  发布时间: 2014-02-18
Kindle 3 两个隐藏的功能

Kindle 3 hidden features include 2 games, image viewer, screenshot grab
Sep. 30, 2010 (9:01 am) By: Matthew Humphries

The latest generation Kindle may be one of the best e-readers available at the moment (read ourreview), but it also has a few hidden features you may want to check out.

Elliot Hartley has been investigating exactly what Amazon put on the Kindle 3 that it decided it didn’t want you to see, and the list is surprisingly long.

Did you know, for example, that there are two games you can play by pressing a few keys on the keypad? The first is Minesweeper accessed by holding down “SHIFT + ALT + M”. Once in that game a further game can be accessed called GoMoku just by pressing “G”. For those that don’t know,GoMoku is a strategy board game other wise known as Five in a Row. If you want to get back toMinesweeper from GoMoku just press “M”.

Away from the games the other big hidden feature is an image viewer. This is accessed with the following steps provided by Elliot:

  • Plug your Kindle 3 into the computer with the USB.
  • Open the Kindle drive that is now in your displayed with your removable drives, in the root (i.e. not in another folder) create a folder called “pictures” within that folder you can create a number of other folders (think of them as collections), then add your images/pictures to this (or these) folders. I’ve only tried Jpegs and they work fine.
  • Once finished safely unplug the Kindle and then press “alt” and “z” on the homescreen, this will refresh the screen and add your new folders.
  • Click on the folder/collection and Image Viewer should launch.
  • Once in the viewer the following control options are available:
    • f = full-screen
    • q = zoom in
    • w= zoom out
    • e = reset zoom
    • c = actual size
    • r = rotate
    • nav controller = pan
  • Finally there’s a few hotkeys everyone should know about:

    • alt + shift + G = screenshot
    • alt + G = screen refresh
    • alt + home = Kindle Store
    • alt + top row of letters on keyboard = numbers 1-9

    and while reading a book:

    • alt + B = add and remove bookmarks
    • shift + Sym = Turn text to speech on and off
    • set cursor down the page to start text to speech from there
    • right arrow on nav controller = skip to next chapter
    • left arrow on nav controller = skip to previous chapter

    If you have any more tips for hidden functionality on the Kindle please let us know.

    Read more at GeoPlanIT

    Matthew’s Opinion

    It seems that jailbreaking your Kindle only reveals more fonts, where as a bit of investigation work opens up a both extra functionality and some really useful key shortcuts. That top row acting as numbers is going to come in really handy for entering WiFi network passwords, and when performing searches.

    Having a couple of free games is also nice, and it’s not like Minesweeper isn’t popular. It’s just strange that Amazon chose to hide them and the image viewer rather than advertising them as experimental features just like the web browser.

    Ultimately the more functionality an e-reader has the more chance it has of surviving alongside the onslaught of tablets that will arrive next year. Kindle does have a few advantages though, especially when you’re sitting by the pool.

     

    原文:http://www.geek.com/articles/gadgets/kindle-3-hidden-features-include-2-games-image-viewer-screenshot-grab-20100930/


        
    [2] QQ作风的UITableView
        来源: 互联网  发布时间: 2014-02-18
    QQ风格的UITableView

    QQ风格的UITableView

     

     

     

     

    带动画效果的 QQ 列表收缩展开代码例子:TQQTableView


        
    [3] 关于 surfaceview 背景覆盖的有关问题
        来源: 互联网  发布时间: 2014-02-18
    关于 surfaceview 背景覆盖的问题

    本人开发过程中,发现出了黑色,不能设置其他颜色,如果设置了,就画不出东西了,后来网上终于找到了,我是在xml中设置的背景,我想在class中设置应该也可以

    xml

    <SurfaceView android:id="@+id/SurfaceView01"
    		android:layout_height="fill_parent" 
    		android:layout_width="fill_parent"
    	    android:background="#FFFFFF"
    		></SurfaceView>

     

     

    class中需要加入的东西是

    //画板和画笔
    		sfv = (SurfaceView) this.findViewById(R.id.SurfaceView01); 
    		sfv.setOnTouchListener(new TouchEvent());
    		
            mPaint = new Paint(); 
              
            mPaint.setColor(Color.BLACK);// 画笔为绿色  
            mPaint.setStrokeWidth(1);// 设置画笔粗细 
            // 设置样式-填充    
            mPaint.setStyle(Style.FILL);    
            sfv.setZOrderOnTop(true);      // 这句不能少
            sfv.getHolder().setFormat(PixelFormat.TRANSPARENT);

     


        
    最新技术文章:
    ▪Android开发之登录验证实例教程
    ▪Android开发之注册登录方法示例
    ▪Android获取手机SIM卡运营商信息的方法
    ▪Android实现将已发送的短信写入短信数据库的...
    ▪Android发送短信功能代码
    ▪Android根据电话号码获得联系人头像实例代码
    ▪Android中GPS定位的用法实例
    ▪Android实现退出时关闭所有Activity的方法
    ▪Android实现文件的分割和组装
    ▪Android录音应用实例教程
    ▪Android双击返回键退出程序的实现方法
    ▪Android实现侦听电池状态显示、电量及充电动...
    ▪Android获取当前已连接的wifi信号强度的方法
    ▪Android实现动态显示或隐藏密码输入框的内容
    ▪根据USER-AGENT判断手机类型并跳转到相应的app...
    ▪Android Touch事件分发过程详解
    ▪Android中实现为TextView添加多个可点击的文本
    ▪Android程序设计之AIDL实例详解
    ▪Android显式启动与隐式启动Activity的区别介绍
    ▪Android按钮单击事件的四种常用写法总结
    ▪Android消息处理机制Looper和Handler详解
    ▪Android实现Back功能代码片段总结
    ▪Android实用的代码片段 常用代码总结
    ▪Android实现弹出键盘的方法
    ▪Android中通过view方式获取当前Activity的屏幕截...
    ▪Android提高之自定义Menu(TabMenu)实现方法
    ▪Android提高之多方向抽屉实现方法
    ▪Android提高之MediaPlayer播放网络音频的实现方法...
    ▪Android提高之MediaPlayer播放网络视频的实现方法...
    ▪Android提高之手游转电视游戏的模拟操控
     


    站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3