240 发简信
IP属地:四川
  • Android viewholder 的作用

    原网址:http://www.cnblogs.com/prescheng/p/5002708.html 相当于iOS 的dataSource吧!...

  • Android中<include>标签的使用及注意事项

    原文链接:    标签可以实现在一个layout中引用另一个layout的布局,这通常适合于界面布局复杂、不同界面有共用布局的APP中,比如一个...

  • 4. Median of Two Sorted Arrays 两个有序数组的中位数

    There are two sorted arraysnums1andnums2of size m and n respectively. Fi...

  • Resize,w 360,h 240
    595. Big Countries

    Two obvious solutions: #ORSELECT name,population, areaFROMWorldWHEREarea...

  • 760. Find Anagram Mappings(bingo)

    Given two listsAandB, andBis an anagram ofA.Bis an anagram ofAmeansBis m...

  • 771. Jewels and Stones

    You're given stringsJrepresenting the types of stones that are jewels, a...

  • 系统给我们提供的常见的Activity

    http://www.runoob.com/w3cnote/android-tutorial-activity.html

  • Android 6.0 运行时权限处理完全解析

    Android 6.0 运行时权限处理完全解析 http://blog.csdn.net/lmj623565791/article/detail...

  • 7. Reverse Integer

    Given a 32-bit signed integer, reverse digits of an integer. Example 1: ...