extras

    1熱度

    1回答

    我想驗證特定的演員是否添加到意圖,但所有的時間,我在單元測試Android意圖爲空。我有以下的類需要被測試: public class TestClass extends SomeNotifier { private Intent mIntent = new Intent("testintent"); public TestClassConstructor(Context

    0熱度

    1回答

    我有一個提供程序,需要適當數量的屬性。例如: public MyProvider( byte[] image, String firstName, String nickName, String lastName, String hairColor, String favoriteFood, String favoriteColo

    0熱度

    3回答

    使用回收站視圖。在選擇卡我已經把卡在recyclerviews適配器點擊其中的代碼 Intent i =new Intent (view.getContext(),ExpandedActivity.class); i.putExtra(passdate,members.getDate()); view.getContext().startActivity(i); m

    0熱度

    1回答

    我試圖修改Android Studio中的庫存主/明細模板。我的主要目標是嘗試正確顯示簡單的List<Obj>,我在onCreate()中手動填充。 我的問題是,應該從ListActivity傳遞到DetailActivity(然後傳遞給片段)的附加內容沒有通過。 的完整代碼here 我懷疑有一些錯誤的RecyclerView適配器(和持有人),我體改。我也不喜歡脫銷DummyContent類。

    1熱度

    1回答

    我創建一個自定義通知,並使用此代碼動態添加按鈕Dyanamically中添加自定義通知RemoteViews在for循環,問題: RemoteViews remoteViews = new RemoteViews(this.getPackageName(), R.layout.custom_notification); for (int i = 0; i < 100; i++) {

    0熱度

    1回答

    我想在Android中使用帶有選項卡的Swipe View,並且需要將某些變量傳遞給選項卡片段以顯示自定義內容,我的問題是我總是將綁定爲0,所以我認爲我在從分段容器頁面發送額外信息時出錯。這是包含選項卡的片段和主片段頁面的代碼。 public Fragment getItem(int position) { // getItem is called to instantiate the

    0熱度

    1回答

    我有這個問題:我設置alarmManager意圖和pendingintent,如果滿足一些條件,在意圖中加入一些額外的東西。 的問題是,我的接收器不讀我的演員: 集alarmManager在MainActivity: AlarmManager am = (AlarmManager) getSystemService(Context.ALARM_SERVICE); Intent i = n

    0熱度

    2回答

    據我所知,pip安裝[extras_require here]一直工作。在添加該功能時,我找不到任何文檔,但即使是在非常舊的機器上,我也從未遇到任何問題。 是pip絕對是這裏的問題。我可以添加'pip install --upgrade pip',但是我沒有對當前存在問題的repo的合併權限。 從setup.py extras_require={ 'test': ['flake8', '

    1熱度

    1回答

    我有一個應用程序,它會啓動Activity附加功能。我想看看Intent中有什麼額外的功能。這兩個應用程序(主叫和被叫)都不是由我寫的。

    2熱度

    2回答

    爲什麼這項工作: sendBroadcast(MyUtil.configMyIntent( new Intent(), ActionType.DATE, new Date().toString())); 有: public static Intent configMyIntent(Intent intent, ActionType ac