该文被密码保护。 阅读全文
摘要:
package com.hanqi.testapp2; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android. 阅读全文
摘要:
package com.hanqi.testapp2; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.V 阅读全文
摘要:
package com.hanqi.testapp2; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.Vi 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr 阅读全文
摘要:
package com.hanqi.testapp22; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view 阅读全文
摘要:
package wanzai; public class Test1 { public static void main(String[] args) { TestThread tt=new TestThread(); tt.start(); Thread tt1=new Thread(new TestThread1(... 阅读全文