├── .gitignore ├── ActionBarCompatEclipse ├── AndroidManifest.xml ├── README.md ├── res │ ├── drawable-hdpi │ │ ├── ab_bottom_solid_compat.9.png │ │ ├── ab_solid_compat.9.png │ │ ├── ab_stacked_solid_compat.9.png │ │ ├── ab_texture_tile_compat.png │ │ ├── ab_transparent_compat.9.png │ │ ├── action_add.png │ │ ├── btn_cab_done_default_compat.9.png │ │ ├── btn_cab_done_focused_compat.9.png │ │ ├── btn_cab_done_pressed_compat.9.png │ │ ├── cab_background_bottom_compat.9.png │ │ ├── cab_background_top_compat.9.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher.png │ │ ├── ic_launcher_.png │ │ ├── ic_save.png │ │ ├── list_focused_compat.9.png │ │ ├── menu_dropdown_panel_compat.9.png │ │ ├── progress_bg_compat.9.png │ │ ├── progress_primary_compat.9.png │ │ ├── progress_secondary_compat.9.png │ │ ├── spinner_ab_default_compat.9.png │ │ ├── spinner_ab_disabled_compat.9.png │ │ ├── spinner_ab_focused_compat.9.png │ │ ├── spinner_ab_pressed_compat.9.png │ │ ├── tab_selected_compat.9.png │ │ ├── tab_selected_focused_compat.9.png │ │ ├── tab_selected_pressed_compat.9.png │ │ ├── tab_unselected_compat.9.png │ │ ├── tab_unselected_focused_compat.9.png │ │ └── tab_unselected_pressed_compat.9.png │ ├── drawable-mdpi │ │ ├── ab_bottom_solid_compat.9.png │ │ ├── ab_solid_compat.9.png │ │ ├── ab_stacked_solid_compat.9.png │ │ ├── ab_texture_tile_compat.png │ │ ├── ab_transparent_compat.9.png │ │ ├── action_add.png │ │ ├── btn_cab_done_default_compat.9.png │ │ ├── btn_cab_done_focused_compat.9.png │ │ ├── btn_cab_done_pressed_compat.9.png │ │ ├── cab_background_bottom_compat.9.png │ │ ├── cab_background_top_compat.9.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher.png │ │ ├── ic_launcher_.png │ │ ├── ic_save.png │ │ ├── ic_search.png │ │ ├── list_focused_compat.9.png │ │ ├── menu_dropdown_panel_compat.9.png │ │ ├── progress_bg_compat.9.png │ │ ├── progress_primary_compat.9.png │ │ ├── progress_secondary_compat.9.png │ │ ├── spinner_ab_default_compat.9.png │ │ ├── spinner_ab_disabled_compat.9.png │ │ ├── spinner_ab_focused_compat.9.png │ │ ├── spinner_ab_pressed_compat.9.png │ │ ├── tab_selected_compat.9.png │ │ ├── tab_selected_focused_compat.9.png │ │ ├── tab_selected_pressed_compat.9.png │ │ ├── tab_unselected_compat.9.png │ │ ├── tab_unselected_focused_compat.9.png │ │ └── tab_unselected_pressed_compat.9.png │ ├── drawable-xhdpi │ │ ├── ab_bottom_solid_compat.9.png │ │ ├── ab_solid_compat.9.png │ │ ├── ab_stacked_solid_compat.9.png │ │ ├── ab_texture_tile_compat.png │ │ ├── ab_transparent_compat.9.png │ │ ├── action_add.png │ │ ├── btn_cab_done_default_compat.9.png │ │ ├── btn_cab_done_focused_compat.9.png │ │ ├── btn_cab_done_pressed_compat.9.png │ │ ├── cab_background_bottom_compat.9.png │ │ ├── cab_background_top_compat.9.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher.png │ │ ├── ic_launcher_.png │ │ ├── ic_save.png │ │ ├── list_focused_compat.9.png │ │ ├── menu_dropdown_panel_compat.9.png │ │ ├── progress_bg_compat.9.png │ │ ├── progress_primary_compat.9.png │ │ ├── progress_secondary_compat.9.png │ │ ├── spinner_ab_default_compat.9.png │ │ ├── spinner_ab_disabled_compat.9.png │ │ ├── spinner_ab_focused_compat.9.png │ │ ├── spinner_ab_pressed_compat.9.png │ │ ├── tab_selected_compat.9.png │ │ ├── tab_selected_focused_compat.9.png │ │ ├── tab_selected_pressed_compat.9.png │ │ ├── tab_unselected_compat.9.png │ │ ├── tab_unselected_focused_compat.9.png │ │ └── tab_unselected_pressed_compat.9.png │ ├── drawable-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_.png │ ├── drawable │ │ ├── ab_background_textured_compat.xml │ │ ├── btn_cab_done_compat.xml │ │ ├── pressed_background_compat.xml │ │ ├── progress_horizontal_compat.xml │ │ ├── rectangle.xml │ │ ├── selectable_background_compat.xml │ │ ├── spinner_background_ab_compat.xml │ │ └── tab_indicator_ab_compat.xml │ ├── layout │ │ ├── activity_main.xml │ │ ├── activity_main_drawer.xml │ │ ├── ns_menu_row.xml │ │ ├── ns_menu_row_counter.xml │ │ └── ns_menu_row_header.xml │ ├── menu │ │ └── main.xml │ ├── values-sw320dp │ │ └── dimens.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ ├── styles.xml │ │ └── styles_compat.xml │ └── values │ │ ├── arrays.xml │ │ ├── colors_compat.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ ├── styles.xml │ │ └── styles_compat.xml └── src │ └── it │ └── gmariotti │ └── android │ └── example │ └── actionbarcompat │ └── navigationdrawer │ ├── MainActivity.java │ ├── NsMenuAdapter.java │ └── NsMenuItemModel.java ├── AnimationTest ├── AndroidManifest.xml ├── README.md ├── ic_launcher-web.png ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── drawable │ │ └── rectangle.xml │ ├── layout │ │ └── activity_main.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── animationtest │ └── MainActivity.java ├── AntiPatternExamples ├── AndroidManifest.xml ├── Image1.gif ├── Main.gif ├── README.md ├── freezing.gif ├── ic_launcher-web.png ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_main.xml │ │ ├── async.xml │ │ ├── intentservice.xml │ │ ├── service.xml │ │ └── simple.xml │ ├── menu │ │ └── freezing_menu.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── antipattern │ ├── AsyncFreezingActivity.java │ ├── AsyncFreezyTask.java │ ├── FreezingActivity.java │ ├── FreezingUIReceiver.java │ ├── IntentServiceFreezingActivity.java │ ├── IntentServiceFreezy.java │ ├── MainActivity.java │ ├── ServiceFreezingActivity.java │ └── ServiceFreezy.java ├── AppOps ├── README.md ├── build.gradle ├── image.png └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── it │ │ └── gmariotti │ │ └── android │ │ └── examples │ │ └── appops │ │ └── MainActivity.java │ └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ ├── ic_extension_whts.gif │ └── ic_launcher.png │ ├── drawable-xxhdpi │ └── ic_launcher.png │ ├── layout │ └── activity_main2.xml │ └── values │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── BottomListProject ├── .gradle │ └── 1.6 │ │ └── taskArtifacts │ │ ├── cache.properties │ │ ├── cache.properties.lock │ │ ├── fileHashes.bin │ │ ├── fileSnapshots.bin │ │ ├── outputFileStates.bin │ │ └── taskArtifacts.bin ├── .idea │ ├── .name │ ├── compiler.xml │ ├── copyright │ │ └── profiles_settings.xml │ ├── encodings.xml │ ├── gradle.xml │ ├── libraries │ │ └── android_support_v4.xml │ ├── misc.xml │ ├── modules.xml │ ├── scopes │ │ └── scope_settings.xml │ ├── vcs.xml │ └── workspace.xml ├── BottomList │ ├── BottomList.iml │ ├── build.gradle │ ├── build │ │ ├── incremental │ │ │ ├── aidl │ │ │ │ └── debug │ │ │ │ │ ├── dependency.store │ │ │ │ │ ├── inputs.data │ │ │ │ │ └── outputs.data │ │ │ ├── dex │ │ │ │ └── debug │ │ │ │ │ ├── inputs.data │ │ │ │ │ └── outputs.data │ │ │ ├── mergeAssets │ │ │ │ └── debug │ │ │ │ │ ├── inputs.data │ │ │ │ │ ├── merger.xml │ │ │ │ │ └── outputs.data │ │ │ └── mergeResources │ │ │ │ └── debug │ │ │ │ ├── inputs.data │ │ │ │ ├── merger.xml │ │ │ │ └── outputs.data │ │ ├── manifests │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── res │ │ │ └── all │ │ │ │ └── debug │ │ │ │ ├── drawable-hdpi │ │ │ │ ├── ic_action_send.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── drawable-ldpi │ │ │ │ └── ic_action_send.png │ │ │ │ ├── drawable-mdpi │ │ │ │ ├── ic_action_send.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ ├── ic_action_send.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── drawable-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── layout │ │ │ │ ├── activity_main.xml │ │ │ │ └── list_item.xml │ │ │ │ ├── menu │ │ │ │ └── main.xml │ │ │ │ ├── values-sw720dp-land │ │ │ │ └── values.xml │ │ │ │ ├── values-v11 │ │ │ │ └── values.xml │ │ │ │ └── values │ │ │ │ └── values.xml │ │ └── source │ │ │ ├── buildConfig │ │ │ └── debug │ │ │ │ └── it │ │ │ │ └── gmariotti │ │ │ │ └── android │ │ │ │ └── examples │ │ │ │ └── bottomlist │ │ │ │ └── BuildConfig.java │ │ │ └── r │ │ │ └── debug │ │ │ └── it │ │ │ └── gmariotti │ │ │ └── android │ │ │ └── examples │ │ │ └── bottomlist │ │ │ └── R.java │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── ic_launcher-web.png │ │ ├── java │ │ └── it │ │ │ └── gmariotti │ │ │ └── android │ │ │ └── examples │ │ │ └── bottomlist │ │ │ ├── ListHelper.java │ │ │ ├── MainActivity.java │ │ │ ├── MyObj.java │ │ │ └── ViewHolderAdapter.java │ │ └── res │ │ ├── drawable-hdpi │ │ ├── ic_action_send.png │ │ └── ic_launcher.png │ │ ├── drawable-ldpi │ │ └── ic_action_send.png │ │ ├── drawable-mdpi │ │ ├── ic_action_send.png │ │ └── ic_launcher.png │ │ ├── drawable-xhdpi │ │ ├── ic_action_send.png │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ │ ├── layout │ │ ├── activity_main.xml │ │ └── list_item.xml │ │ ├── menu │ │ └── main.xml │ │ ├── values-sw600dp │ │ └── dimens.xml │ │ ├── values-sw720dp-land │ │ └── dimens.xml │ │ ├── values-v11 │ │ └── styles.xml │ │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml ├── BottomListProject.iml ├── README.md ├── build.gradle ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── list1.gif └── settings.gradle ├── DashclockDialExtension ├── AndroidManifest.xml ├── Image2.png ├── Image3.png ├── Image4.png ├── Image5.png ├── README.md ├── image1.png ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-xhdpi │ │ └── ic_extension_dial.png │ ├── values │ │ └── strings.xml │ └── xml │ │ └── prefs_dial.xml └── src │ └── it │ └── gmariotti │ └── android │ └── apps │ └── dashclock │ └── extensions │ └── dial │ ├── BaseSettingsActivity.java │ ├── Contact.java │ ├── DialExtension.java │ └── DialSettingsActivity.java ├── DashclockWhatsapp2 ├── AndroidManifest.xml ├── README.md ├── Whts.png ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ ├── ic_extension_whts.gif │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ ├── values │ │ ├── strings.xml │ │ └── styles.xml │ └── xml │ │ └── prefs_whts.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── dashclock │ └── extensions │ └── wsa2 │ ├── BaseSettingsActivity.java │ ├── LogUtils.java │ ├── MessageManager.java │ ├── MessageWht.java │ ├── WhtsExtension.java │ ├── WhtsNotificationListener.java │ └── WhtsSettingsActivity.java ├── DashclockWhatsappExtension ├── AndroidManifest.xml ├── Image1.gif ├── Image2.gif ├── README.md ├── ic_launcher-web.png ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ ├── ic_extension_wht.gif │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── values │ │ └── strings.xml │ └── xml │ │ └── accessibilityservice.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── dashclock │ └── extensions │ └── wht │ ├── MessageManager.java │ ├── MessageWht.java │ ├── SomethingOnScreenReceiver.java │ ├── WhatsappExtension.java │ └── WhtNotificationService.java ├── DashclockbatteryExtension ├── AndroidManifest.xml ├── Image1.png ├── README.md ├── device1.png ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ ├── ic_extension_battery.png │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── values-it │ │ └── strings.xml │ ├── values │ │ └── strings.xml │ └── xml │ │ └── prefs_battery.xml └── src │ └── it │ └── gmariotti │ └── android │ └── apps │ └── dashclock │ └── extensions │ ├── BaseSettingsActivity.java │ ├── BatteryExtension.java │ ├── BatterySettingsActivity.java │ └── LogUtils.java ├── GoogleAccount ├── AndroidManifest.xml ├── Main.gif ├── README.md ├── account.gif ├── auth1.gif ├── ic_launcher-web.png ├── manageapp.png ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── action_add.png │ │ ├── ic_launcher.png │ │ └── ic_save.png │ ├── drawable-mdpi │ │ ├── action_add.png │ │ ├── ic_launcher.png │ │ └── ic_save.png │ ├── drawable-xhdpi │ │ ├── action_add.png │ │ ├── ic_launcher.png │ │ └── ic_save.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_gdrive.xml │ │ ├── activity_gpicker.xml │ │ ├── activity_sms_backup_gdrive.xml │ │ └── activity_sms_restore_gdrive.xml │ ├── menu │ │ ├── activity_gdrive.xml │ │ ├── activity_gpicker.xml │ │ └── activity_sms_backup_gdrive.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── googleaccount │ ├── GDriveActivity.java │ ├── GPickerActivity.java │ ├── MainActivity.java │ ├── SmsBackupGDriveActivity.java │ ├── SmsRestoreGDriveActivity.java │ └── TelephonyProviderConstants.java ├── GuiExample ├── AndroidManifest.xml ├── README.md ├── device1.gif ├── gui1.gif ├── ic_launcher-web.png ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── ab_bottom_solid_keep.9.png │ │ ├── ab_solid_evernote.9.png │ │ ├── ab_stacked_solid_keep.9.png │ │ ├── ic_accept.png │ │ ├── ic_attachment.png │ │ ├── ic_attachment_light.png │ │ ├── ic_camera.png │ │ ├── ic_camera_light.png │ │ ├── ic_labels.png │ │ ├── ic_launcher_.png │ │ ├── ic_list.png │ │ ├── ic_list_light.png │ │ ├── ic_mic.png │ │ ├── ic_mic_light.png │ │ ├── ic_person.png │ │ ├── ic_refresh.png │ │ └── ic_search.png │ ├── drawable-mdpi │ │ ├── ab_bottom_solid_keep.9.png │ │ ├── ab_solid_evernote.9.png │ │ ├── ab_stacked_solid_keep.9.png │ │ ├── ic_accept.png │ │ ├── ic_attachment.png │ │ ├── ic_attachment_light.png │ │ ├── ic_camera.png │ │ ├── ic_camera_light.png │ │ ├── ic_labels.png │ │ ├── ic_launcher_.png │ │ ├── ic_list.png │ │ ├── ic_list_light.png │ │ ├── ic_mic.png │ │ ├── ic_mic_light.png │ │ ├── ic_person.png │ │ ├── ic_refresh.png │ │ └── ic_search.png │ ├── drawable-xhdpi │ │ ├── ab_bottom_solid_keep.9.png │ │ ├── ab_solid_evernote.9.png │ │ ├── ab_stacked_solid_keep.9.png │ │ ├── ic_accept.png │ │ ├── ic_attachment.png │ │ ├── ic_attachment_light.png │ │ ├── ic_camera.png │ │ ├── ic_camera_light.png │ │ ├── ic_labels.png │ │ ├── ic_launcher_.png │ │ ├── ic_list.png │ │ ├── ic_list_light.png │ │ ├── ic_mic.png │ │ ├── ic_mic_light.png │ │ ├── ic_person.png │ │ ├── ic_refresh.png │ │ └── ic_search.png │ ├── drawable-xxhdpi │ │ └── ic_launcher_.png │ ├── drawable │ │ ├── button_background.xml │ │ ├── evernote_button.xml │ │ ├── evernote_buttons.xml │ │ ├── shadow.xml │ │ ├── shadow_blue.xml │ │ └── shadow_yellow.xml │ ├── layout-sw600dp-land │ │ └── layout_keep.xml │ ├── layout │ │ ├── activity_evernotemn.xml │ │ ├── activity_main.xml │ │ ├── evernote_list_item.xml │ │ └── layout_keep.xml │ ├── menu │ │ ├── evernote_menu.xml │ │ ├── keep.xml │ │ └── main.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ └── values │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── gui │ ├── EvernoteListLayout.java │ ├── EvernoteMenuActivity.java │ ├── KeepGuiActivity.java │ └── MainActivity.java ├── JSONParser ├── AndroidManifest.xml ├── README.md ├── device0.gif ├── device1.gif ├── ic_launcher-web.png ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── ic_launcher.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-mdpi │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-xhdpi │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-xxhdpi │ │ └── ic_launcher_.png │ ├── layout │ │ ├── activity_main.xml │ │ ├── activity_read_json.xml │ │ └── activity_write_json.xml │ ├── menu │ │ ├── activity_main.xml │ │ ├── activity_read_json.xml │ │ └── activity_write_json.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── example │ └── parser │ └── json │ ├── JsonHelper.java │ ├── MainActivity.java │ ├── ReadJsonActivity.java │ ├── ReadJsonGsonActivity.java │ ├── WriteJsonActivity.java │ └── WriteJsonGsonActivity.java ├── ListViewPerformance ├── AndroidManifest.xml ├── README.md ├── View.gif ├── ic_launcher-web.png ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher_.png │ ├── drawable-mdpi │ │ └── ic_launcher_.png │ ├── drawable-xhdpi │ │ └── ic_launcher_.png │ ├── drawable-xxhdpi │ │ └── ic_launcher_.png │ ├── layout │ │ ├── activity_list_activity1.xml │ │ ├── activity_list_activity2.xml │ │ ├── activity_list_activity3.xml │ │ ├── activity_main.xml │ │ ├── list_bad.xml │ │ └── list_item.xml │ ├── menu │ │ ├── list_activity1.xml │ │ ├── list_activity2.xml │ │ ├── list_activity3.xml │ │ └── main.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── example │ └── listview │ ├── ListActivity1.java │ ├── ListActivity2.java │ ├── ListActivity3.java │ ├── ListHelper.java │ ├── MainActivity.java │ ├── MyBadAdapter.java │ ├── MyObj.java │ ├── RecycleAdapter.java │ └── ViewHolderAdapter.java ├── NavigationDrawer ├── AndroidManifest.xml ├── Counter.jpg ├── README.md ├── ic_launcher-web.png ├── page4.gif ├── res │ ├── drawable-hdpi │ │ ├── action_add.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-mdpi │ │ ├── action_add.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-xhdpi │ │ ├── action_add.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-xxhdpi │ │ └── ic_launcher_.png │ ├── drawable │ │ └── rectangle.xml │ ├── layout │ │ ├── activity_main.xml │ │ ├── activity_main_drawer.xml │ │ ├── ns_menu_row.xml │ │ ├── ns_menu_row_counter.xml │ │ └── ns_menu_row_header.xml │ ├── menu │ │ └── main.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── arrays.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── example │ └── navigationdrawer │ ├── MainActivity.java │ ├── NsMenuAdapter.java │ └── NsMenuItemModel.java ├── NotificationListener44 ├── README.md ├── build.gradle ├── image.png └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── it │ │ └── gmariotti │ │ └── android │ │ └── examples │ │ └── notificationlistener │ │ ├── MainActivity.java │ │ └── SimpleKitkatNotificationListener.java │ └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ ├── ic_extension_whts.gif │ └── ic_launcher.png │ ├── drawable-xxhdpi │ └── ic_launcher.png │ ├── layout │ └── activity_main.xml │ ├── menu │ └── main.xml │ └── values │ └── strings.xml ├── PrerefenceExamples ├── AndroidManifest.xml ├── PreferenceDataUsage.gif ├── PreferenceExample.gif ├── PreferenceExample1.png ├── PreferenceMenu.gif ├── README.md ├── lint.xml ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── layout │ │ └── numberpicker_dialog.xml │ ├── values-large │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ ├── values │ │ ├── arrays.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml │ └── xml │ │ ├── preference_display.xml │ │ ├── preference_headers2_scenario3.xml │ │ ├── preference_headers_legacy_scenario4.xml │ │ ├── preference_headers_scenario3.xml │ │ ├── preference_notify.xml │ │ ├── preference_scenario1.xml │ │ ├── preference_summary.xml │ │ └── preference_update.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── preference │ ├── Constants.java │ ├── DisplayPreferenceFragment.java │ ├── GenericPreferenceFragment.java │ ├── MainActivity.java │ ├── NotifyPreferenceFragment.java │ ├── NumberPickerPreference.java │ ├── PreferencesActivityABSScenario1.java │ ├── PreferencesActivityABSScenario3.java │ ├── PreferencesActivityABSScenario4.java │ ├── PreferencesActivityScenario1.java │ ├── PreferencesActivityScenario2.java │ ├── PreferencesActivityScenario3.java │ ├── PreferencesActivitySummary.java │ ├── PreferencesFragmentSummary.java │ ├── PrefsFragmentScenario2.java │ └── UpdatePreferenceFragment.java ├── QuickSnippets ├── AndroidManifest.xml ├── Main.gif ├── README.md ├── ic_launcher-web.png ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_plural_forms.xml │ │ └── activity_retrieve_manifest_info.xml │ ├── menu │ │ ├── activity_main.xml │ │ └── activity_retrieve_manifest_info.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── snippets │ ├── MainActivity.java │ ├── PluralFormsActivity.java │ └── RetrieveManifestInfoActivity.java ├── README.md ├── RestrictedProfileSettings ├── .gitignore ├── README.md ├── build.gradle ├── image.png └── src │ └── main │ ├── AndroidManifest.xml │ ├── ic_launcher-web.png │ ├── java │ └── it │ │ └── gmariotti │ │ └── android │ │ └── examples │ │ └── restrictedprofile │ │ ├── MainActivity.java │ │ └── MyRestrictedProfileBroadcast.java │ └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ ├── drawable-xxhdpi │ └── ic_launcher.png │ ├── layout │ └── rp_activity_main.xml │ ├── values-w820dp │ └── dimens.xml │ └── values │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── ShapeFinger ├── .gitignore ├── README.md ├── build.gradle ├── image.png ├── proguard-rules.txt └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── it │ │ └── gmariotti │ │ └── android │ │ └── example │ │ └── shapefinger │ │ ├── DrawingView.java │ │ ├── MainActivity.java │ │ └── ShapeFragment.java │ └── res │ ├── drawable-hdpi │ └── ic_launcher_.png │ ├── drawable-mdpi │ └── ic_launcher_.png │ ├── drawable-xhdpi │ └── ic_launcher_.png │ ├── drawable-xxhdpi │ └── ic_launcher_.png │ ├── layout │ ├── activity_main3.xml │ └── fragment_main.xml │ ├── menu │ └── main.xml │ ├── values-w820dp │ └── dimens.xml │ └── values │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── SlidingPaneLayout ├── AndroidManifest.xml ├── README.md ├── ic_launcher-web.png ├── image12.png ├── lint.xml ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── action_add.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-mdpi │ │ ├── action_add.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-xhdpi │ │ ├── action_add.png │ │ ├── drawer_shadow.9.png │ │ ├── ic_action_settings.png │ │ ├── ic_drawer.png │ │ ├── ic_launcher_.png │ │ └── ic_save.png │ ├── drawable-xxhdpi │ │ └── ic_launcher_.png │ ├── layout │ │ ├── activity_main.xml │ │ ├── activity_main_nav.xml │ │ ├── detail_fragment.xml │ │ └── list_fragment.xml │ ├── menu │ │ ├── detail.xml │ │ ├── list.xml │ │ └── main.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── slidingpane │ ├── DetailFragment.java │ ├── MainActivity.java │ └── MyListFragment.java ├── TestAbsProject ├── AndroidManifest.xml ├── Example1.gif ├── Main.gif ├── README.md ├── ic_launcher-web.png ├── image_menuABS1.gif ├── image_menuABS2.gif ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ ├── ic_action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ ├── ic_action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ ├── ic_action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_action_bar.xml │ │ ├── activity_fragment.xml │ │ ├── activity_main.xml │ │ ├── activity_sherlock_action_bar.xml │ │ └── fragment_action_bar.xml │ ├── menu │ │ ├── .xml │ │ ├── action_bar.xml │ │ ├── action_fragment.xml │ │ ├── action_fragmentactivity_bar.xml │ │ └── activity_main.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-v11 │ │ └── styles.xml │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── it │ └── gmariotti │ └── android │ └── examples │ └── testabsproject │ ├── ActionBarActivity.java │ ├── ActionBarFragment.java │ ├── ActionBarSherlockFragment.java │ ├── MainActivity.java │ ├── MyFragmentActivity.java │ ├── MySherlockFragmentActivity.java │ └── SherlockActionBarActivity.java ├── TestReceiverProject ├── AndroidManifest.xml ├── Main.gif ├── README.md ├── ic_launcher-web.png ├── project.properties ├── res │ ├── drawable-hdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ ├── action_add.png │ │ ├── action_refresh.png │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_test_orderedreceiver.xml │ │ ├── activity_test_receiver.xml │ │ └── simple.xml │ ├── menu │ │ ├── activity_test_receiver.xml │ │ └── freezing_menu.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml ├── src │ └── it │ │ └── gmariotti │ │ └── android │ │ └── examples │ │ └── receiver │ │ ├── ConnectivityActivity.java │ │ ├── ConnectivityChangeReceiver.java │ │ ├── Constants.java │ │ ├── FreezingActivity.java │ │ ├── FreezingUIReceiver.java │ │ ├── LocalBroadcastActivity.java │ │ ├── LocalBroadcastReceiverTestService.java │ │ ├── MainActivity.java │ │ ├── MyTestReceiver.java │ │ ├── OrderReceiver1.java │ │ ├── OrderReceiver2a.java │ │ ├── OrderReceiver2b.java │ │ ├── OrderReceiver3.java │ │ ├── OrderedBroadcastActivity.java │ │ ├── ReceiverTestService.java │ │ └── TestReceiverActivity.java └── testReceiver.gif ├── TextAndImage ├── README.md ├── src │ └── main │ │ ├── AndroidManifest.xml │ │ ├── ic_launcher-web.png │ │ ├── java │ │ └── it │ │ │ └── gmariotti │ │ │ └── android │ │ │ └── examples │ │ │ └── spantext │ │ │ └── MainActivity.java │ │ └── res │ │ ├── drawable-hdpi │ │ └── ic_launcher_.png │ │ ├── drawable-mdpi │ │ └── ic_launcher_.png │ │ ├── drawable-xhdpi │ │ └── ic_launcher_.png │ │ ├── drawable-xxhdpi │ │ └── ic_launcher_.png │ │ ├── drawable │ │ └── rectangle.xml │ │ ├── layout │ │ └── activity_main.xml │ │ ├── values-w820dp │ │ └── dimens.xml │ │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── textRound.png └── playservices ├── .gitignore ├── README.md ├── build.gradle ├── image.png ├── proguard-rules.txt └── src └── main ├── AndroidManifest.xml ├── java └── it │ └── gmariotti │ └── android │ └── examples │ └── playservices │ ├── BaseActivity.java │ ├── MainActivity.java │ └── drive │ ├── DriveBaseActivity.java │ └── GDriveActivity.java └── res ├── drawable-hdpi └── ic_launcher.png ├── drawable-mdpi └── ic_launcher.png ├── drawable-nodpi └── sea.jpg ├── drawable-xhdpi └── ic_launcher.png ├── drawable-xxhdpi └── ic_launcher.png ├── layout ├── activity_gdrive.xml └── activity_main.xml ├── menu ├── gdrive.xml └── main.xml ├── values-w820dp └── dimens.xml └── values ├── dimens.xml ├── strings.xml └── styles.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/.gitignore -------------------------------------------------------------------------------- /ActionBarCompatEclipse/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/AndroidManifest.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/README.md -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ab_bottom_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ab_bottom_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ab_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ab_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ab_stacked_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ab_stacked_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ab_texture_tile_compat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ab_texture_tile_compat.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ab_transparent_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ab_transparent_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/btn_cab_done_default_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/btn_cab_done_default_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/btn_cab_done_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/btn_cab_done_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/btn_cab_done_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/btn_cab_done_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/cab_background_bottom_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/cab_background_bottom_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/cab_background_top_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/cab_background_top_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ic_action_settings.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ic_drawer.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/ic_save.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/list_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/list_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/menu_dropdown_panel_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/menu_dropdown_panel_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/progress_bg_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/progress_bg_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/progress_primary_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/progress_primary_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/progress_secondary_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/progress_secondary_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_default_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_default_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_disabled_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_disabled_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/spinner_ab_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/tab_selected_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/tab_selected_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/tab_selected_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/tab_selected_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/tab_selected_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/tab_selected_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/tab_unselected_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/tab_unselected_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/tab_unselected_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/tab_unselected_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-hdpi/tab_unselected_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-hdpi/tab_unselected_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ab_bottom_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ab_bottom_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ab_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ab_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ab_stacked_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ab_stacked_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ab_texture_tile_compat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ab_texture_tile_compat.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ab_transparent_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ab_transparent_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/btn_cab_done_default_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/btn_cab_done_default_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/btn_cab_done_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/btn_cab_done_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/btn_cab_done_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/btn_cab_done_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/cab_background_bottom_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/cab_background_bottom_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/cab_background_top_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/cab_background_top_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ic_action_settings.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ic_drawer.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ic_save.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/ic_search.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/list_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/list_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/menu_dropdown_panel_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/menu_dropdown_panel_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/progress_bg_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/progress_bg_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/progress_primary_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/progress_primary_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/progress_secondary_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/progress_secondary_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_default_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_default_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_disabled_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_disabled_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/spinner_ab_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/tab_selected_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/tab_selected_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/tab_selected_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/tab_selected_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/tab_selected_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/tab_selected_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/tab_unselected_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/tab_unselected_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/tab_unselected_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/tab_unselected_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-mdpi/tab_unselected_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-mdpi/tab_unselected_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ab_bottom_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ab_bottom_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ab_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ab_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ab_stacked_solid_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ab_stacked_solid_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ab_texture_tile_compat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ab_texture_tile_compat.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ab_transparent_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ab_transparent_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/btn_cab_done_default_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/btn_cab_done_default_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/btn_cab_done_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/btn_cab_done_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/btn_cab_done_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/btn_cab_done_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/cab_background_bottom_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/cab_background_bottom_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/cab_background_top_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/cab_background_top_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ic_action_settings.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ic_drawer.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/ic_save.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/list_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/list_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/menu_dropdown_panel_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/menu_dropdown_panel_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/progress_bg_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/progress_bg_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/progress_primary_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/progress_primary_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/progress_secondary_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/progress_secondary_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_default_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_default_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_disabled_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_disabled_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/spinner_ab_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/tab_selected_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/tab_selected_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/tab_selected_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/tab_selected_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/tab_selected_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/tab_selected_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/tab_unselected_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/tab_unselected_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/tab_unselected_focused_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/tab_unselected_focused_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xhdpi/tab_unselected_pressed_compat.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xhdpi/tab_unselected_pressed_compat.9.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/ab_background_textured_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/ab_background_textured_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/btn_cab_done_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/btn_cab_done_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/pressed_background_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/pressed_background_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/progress_horizontal_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/progress_horizontal_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/rectangle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/rectangle.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/selectable_background_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/selectable_background_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/spinner_background_ab_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/spinner_background_ab_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/drawable/tab_indicator_ab_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/drawable/tab_indicator_ab_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/layout/activity_main.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/layout/activity_main_drawer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/layout/activity_main_drawer.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/layout/ns_menu_row.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/layout/ns_menu_row.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/layout/ns_menu_row_counter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/layout/ns_menu_row_counter.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/layout/ns_menu_row_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/layout/ns_menu_row_header.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/menu/main.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values-sw320dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values-sw320dp/dimens.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values-v11/styles.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values-v14/styles.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values-v14/styles_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values-v14/styles_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values/arrays.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values/colors_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values/colors_compat.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values/dimens.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values/strings.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values/styles.xml -------------------------------------------------------------------------------- /ActionBarCompatEclipse/res/values/styles_compat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ActionBarCompatEclipse/res/values/styles_compat.xml -------------------------------------------------------------------------------- /AnimationTest/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/AndroidManifest.xml -------------------------------------------------------------------------------- /AnimationTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/README.md -------------------------------------------------------------------------------- /AnimationTest/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/ic_launcher-web.png -------------------------------------------------------------------------------- /AnimationTest/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /AnimationTest/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /AnimationTest/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AnimationTest/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AnimationTest/res/drawable/rectangle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/drawable/rectangle.xml -------------------------------------------------------------------------------- /AnimationTest/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/layout/activity_main.xml -------------------------------------------------------------------------------- /AnimationTest/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /AnimationTest/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /AnimationTest/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/values-v11/styles.xml -------------------------------------------------------------------------------- /AnimationTest/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/values/dimens.xml -------------------------------------------------------------------------------- /AnimationTest/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/values/strings.xml -------------------------------------------------------------------------------- /AnimationTest/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/res/values/styles.xml -------------------------------------------------------------------------------- /AnimationTest/src/it/gmariotti/android/examples/animationtest/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AnimationTest/src/it/gmariotti/android/examples/animationtest/MainActivity.java -------------------------------------------------------------------------------- /AntiPatternExamples/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/AndroidManifest.xml -------------------------------------------------------------------------------- /AntiPatternExamples/Image1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/Image1.gif -------------------------------------------------------------------------------- /AntiPatternExamples/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/Main.gif -------------------------------------------------------------------------------- /AntiPatternExamples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/README.md -------------------------------------------------------------------------------- /AntiPatternExamples/freezing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/freezing.gif -------------------------------------------------------------------------------- /AntiPatternExamples/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/ic_launcher-web.png -------------------------------------------------------------------------------- /AntiPatternExamples/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/proguard-project.txt -------------------------------------------------------------------------------- /AntiPatternExamples/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/project.properties -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-hdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-hdpi/action_refresh.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-mdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-mdpi/action_refresh.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-xhdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-xhdpi/action_refresh.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AntiPatternExamples/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/layout/activity_main.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/layout/async.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/layout/async.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/layout/intentservice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/layout/intentservice.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/layout/service.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/layout/service.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/layout/simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/layout/simple.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/menu/freezing_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/menu/freezing_menu.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/values-v11/styles.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/values-v14/styles.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/values/strings.xml -------------------------------------------------------------------------------- /AntiPatternExamples/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AntiPatternExamples/res/values/styles.xml -------------------------------------------------------------------------------- /AppOps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/README.md -------------------------------------------------------------------------------- /AppOps/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/build.gradle -------------------------------------------------------------------------------- /AppOps/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/image.png -------------------------------------------------------------------------------- /AppOps/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /AppOps/src/main/java/it/gmariotti/android/examples/appops/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/java/it/gmariotti/android/examples/appops/MainActivity.java -------------------------------------------------------------------------------- /AppOps/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /AppOps/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /AppOps/src/main/res/drawable-xhdpi/ic_extension_whts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/drawable-xhdpi/ic_extension_whts.gif -------------------------------------------------------------------------------- /AppOps/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AppOps/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AppOps/src/main/res/layout/activity_main2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/layout/activity_main2.xml -------------------------------------------------------------------------------- /AppOps/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /AppOps/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /AppOps/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/AppOps/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /BottomListProject/.gradle/1.6/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Wed Jul 03 11:05:02 CEST 2013 2 | -------------------------------------------------------------------------------- /BottomListProject/.gradle/1.6/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /BottomListProject/.gradle/1.6/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.gradle/1.6/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /BottomListProject/.gradle/1.6/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.gradle/1.6/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /BottomListProject/.gradle/1.6/taskArtifacts/outputFileStates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.gradle/1.6/taskArtifacts/outputFileStates.bin -------------------------------------------------------------------------------- /BottomListProject/.gradle/1.6/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.gradle/1.6/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /BottomListProject/.idea/.name: -------------------------------------------------------------------------------- 1 | BottomList -------------------------------------------------------------------------------- /BottomListProject/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/compiler.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/encodings.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/gradle.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/libraries/android_support_v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/libraries/android_support_v4.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/misc.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/modules.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/vcs.xml -------------------------------------------------------------------------------- /BottomListProject/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/.idea/workspace.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/BottomList.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/BottomList.iml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build.gradle -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/aidl/debug/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/aidl/debug/inputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/aidl/debug/inputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/aidl/debug/outputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/aidl/debug/outputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/dex/debug/inputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/dex/debug/inputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/dex/debug/outputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/dex/debug/outputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/mergeAssets/debug/inputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/mergeAssets/debug/inputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/mergeAssets/debug/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/mergeAssets/debug/merger.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/mergeAssets/debug/outputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/mergeAssets/debug/outputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/mergeResources/debug/inputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/mergeResources/debug/inputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/mergeResources/debug/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/mergeResources/debug/merger.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/incremental/mergeResources/debug/outputs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/incremental/mergeResources/debug/outputs.data -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/manifests/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/manifests/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/layout/activity_main.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/layout/list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/layout/list_item.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/menu/main.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/values-sw720dp-land/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/values-sw720dp-land/values.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/values-v11/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/values-v11/values.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/build/res/all/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/build/res/all/debug/values/values.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-hdpi/ic_action_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-hdpi/ic_action_send.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-ldpi/ic_action_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-ldpi/ic_action_send.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-mdpi/ic_action_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-mdpi/ic_action_send.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-xhdpi/ic_action_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-xhdpi/ic_action_send.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/layout/list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/layout/list_item.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/menu/main.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/values-v11/styles.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /BottomListProject/BottomList/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomList/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /BottomListProject/BottomListProject.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/BottomListProject.iml -------------------------------------------------------------------------------- /BottomListProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/README.md -------------------------------------------------------------------------------- /BottomListProject/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/build.gradle -------------------------------------------------------------------------------- /BottomListProject/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /BottomListProject/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /BottomListProject/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/gradlew -------------------------------------------------------------------------------- /BottomListProject/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/gradlew.bat -------------------------------------------------------------------------------- /BottomListProject/list1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/BottomListProject/list1.gif -------------------------------------------------------------------------------- /BottomListProject/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':BottomList' 2 | -------------------------------------------------------------------------------- /DashclockDialExtension/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/AndroidManifest.xml -------------------------------------------------------------------------------- /DashclockDialExtension/Image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/Image2.png -------------------------------------------------------------------------------- /DashclockDialExtension/Image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/Image3.png -------------------------------------------------------------------------------- /DashclockDialExtension/Image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/Image4.png -------------------------------------------------------------------------------- /DashclockDialExtension/Image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/Image5.png -------------------------------------------------------------------------------- /DashclockDialExtension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/README.md -------------------------------------------------------------------------------- /DashclockDialExtension/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/image1.png -------------------------------------------------------------------------------- /DashclockDialExtension/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/proguard-project.txt -------------------------------------------------------------------------------- /DashclockDialExtension/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/project.properties -------------------------------------------------------------------------------- /DashclockDialExtension/res/drawable-xhdpi/ic_extension_dial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/res/drawable-xhdpi/ic_extension_dial.png -------------------------------------------------------------------------------- /DashclockDialExtension/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/res/values/strings.xml -------------------------------------------------------------------------------- /DashclockDialExtension/res/xml/prefs_dial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockDialExtension/res/xml/prefs_dial.xml -------------------------------------------------------------------------------- /DashclockWhatsapp2/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/AndroidManifest.xml -------------------------------------------------------------------------------- /DashclockWhatsapp2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/README.md -------------------------------------------------------------------------------- /DashclockWhatsapp2/Whts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/Whts.png -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/drawable-xhdpi/ic_extension_whts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/drawable-xhdpi/ic_extension_whts.gif -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/values-v11/styles.xml -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/values-v14/styles.xml -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/values/strings.xml -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/values/styles.xml -------------------------------------------------------------------------------- /DashclockWhatsapp2/res/xml/prefs_whts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsapp2/res/xml/prefs_whts.xml -------------------------------------------------------------------------------- /DashclockWhatsappExtension/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/AndroidManifest.xml -------------------------------------------------------------------------------- /DashclockWhatsappExtension/Image1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/Image1.gif -------------------------------------------------------------------------------- /DashclockWhatsappExtension/Image2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/Image2.gif -------------------------------------------------------------------------------- /DashclockWhatsappExtension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/README.md -------------------------------------------------------------------------------- /DashclockWhatsappExtension/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/ic_launcher-web.png -------------------------------------------------------------------------------- /DashclockWhatsappExtension/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/proguard-project.txt -------------------------------------------------------------------------------- /DashclockWhatsappExtension/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/project.properties -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/drawable-xhdpi/ic_extension_wht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/drawable-xhdpi/ic_extension_wht.gif -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/values/strings.xml -------------------------------------------------------------------------------- /DashclockWhatsappExtension/res/xml/accessibilityservice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockWhatsappExtension/res/xml/accessibilityservice.xml -------------------------------------------------------------------------------- /DashclockbatteryExtension/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/AndroidManifest.xml -------------------------------------------------------------------------------- /DashclockbatteryExtension/Image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/Image1.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/README.md -------------------------------------------------------------------------------- /DashclockbatteryExtension/device1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/device1.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/proguard-project.txt -------------------------------------------------------------------------------- /DashclockbatteryExtension/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/project.properties -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/drawable-xhdpi/ic_extension_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/drawable-xhdpi/ic_extension_battery.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/values-it/strings.xml -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/values/strings.xml -------------------------------------------------------------------------------- /DashclockbatteryExtension/res/xml/prefs_battery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/DashclockbatteryExtension/res/xml/prefs_battery.xml -------------------------------------------------------------------------------- /GoogleAccount/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/AndroidManifest.xml -------------------------------------------------------------------------------- /GoogleAccount/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/Main.gif -------------------------------------------------------------------------------- /GoogleAccount/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/README.md -------------------------------------------------------------------------------- /GoogleAccount/account.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/account.gif -------------------------------------------------------------------------------- /GoogleAccount/auth1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/auth1.gif -------------------------------------------------------------------------------- /GoogleAccount/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/ic_launcher-web.png -------------------------------------------------------------------------------- /GoogleAccount/manageapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/manageapp.png -------------------------------------------------------------------------------- /GoogleAccount/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/project.properties -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-hdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-hdpi/ic_save.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-mdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-mdpi/ic_save.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-xhdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-xhdpi/ic_save.png -------------------------------------------------------------------------------- /GoogleAccount/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /GoogleAccount/res/layout/activity_gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/layout/activity_gdrive.xml -------------------------------------------------------------------------------- /GoogleAccount/res/layout/activity_gpicker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/layout/activity_gpicker.xml -------------------------------------------------------------------------------- /GoogleAccount/res/layout/activity_sms_backup_gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/layout/activity_sms_backup_gdrive.xml -------------------------------------------------------------------------------- /GoogleAccount/res/layout/activity_sms_restore_gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/layout/activity_sms_restore_gdrive.xml -------------------------------------------------------------------------------- /GoogleAccount/res/menu/activity_gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/menu/activity_gdrive.xml -------------------------------------------------------------------------------- /GoogleAccount/res/menu/activity_gpicker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/menu/activity_gpicker.xml -------------------------------------------------------------------------------- /GoogleAccount/res/menu/activity_sms_backup_gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/menu/activity_sms_backup_gdrive.xml -------------------------------------------------------------------------------- /GoogleAccount/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/values-v11/styles.xml -------------------------------------------------------------------------------- /GoogleAccount/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/values-v14/styles.xml -------------------------------------------------------------------------------- /GoogleAccount/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/values/strings.xml -------------------------------------------------------------------------------- /GoogleAccount/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/res/values/styles.xml -------------------------------------------------------------------------------- /GoogleAccount/src/it/gmariotti/android/examples/googleaccount/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GoogleAccount/src/it/gmariotti/android/examples/googleaccount/MainActivity.java -------------------------------------------------------------------------------- /GuiExample/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/AndroidManifest.xml -------------------------------------------------------------------------------- /GuiExample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/README.md -------------------------------------------------------------------------------- /GuiExample/device1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/device1.gif -------------------------------------------------------------------------------- /GuiExample/gui1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/gui1.gif -------------------------------------------------------------------------------- /GuiExample/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/ic_launcher-web.png -------------------------------------------------------------------------------- /GuiExample/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/proguard-project.txt -------------------------------------------------------------------------------- /GuiExample/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/project.properties -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ab_bottom_solid_keep.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ab_bottom_solid_keep.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ab_solid_evernote.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ab_solid_evernote.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ab_stacked_solid_keep.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ab_stacked_solid_keep.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_accept.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_attachment.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_attachment_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_attachment_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_camera.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_camera_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_labels.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_list.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_list_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_list_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_mic.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_mic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_mic_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_person.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_refresh.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-hdpi/ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-hdpi/ic_search.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ab_bottom_solid_keep.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ab_bottom_solid_keep.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ab_solid_evernote.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ab_solid_evernote.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ab_stacked_solid_keep.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ab_stacked_solid_keep.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_accept.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_attachment.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_attachment_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_attachment_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_camera.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_camera_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_labels.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_list.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_list_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_list_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_mic.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_mic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_mic_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_person.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_refresh.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-mdpi/ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-mdpi/ic_search.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ab_bottom_solid_keep.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ab_bottom_solid_keep.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ab_solid_evernote.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ab_solid_evernote.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ab_stacked_solid_keep.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ab_stacked_solid_keep.9.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_accept.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_attachment.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_attachment_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_attachment_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_camera.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_camera_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_labels.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_list.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_list_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_list_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_mic.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_mic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_mic_light.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_person.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_refresh.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xhdpi/ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xhdpi/ic_search.png -------------------------------------------------------------------------------- /GuiExample/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /GuiExample/res/drawable/button_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable/button_background.xml -------------------------------------------------------------------------------- /GuiExample/res/drawable/evernote_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable/evernote_button.xml -------------------------------------------------------------------------------- /GuiExample/res/drawable/evernote_buttons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable/evernote_buttons.xml -------------------------------------------------------------------------------- /GuiExample/res/drawable/shadow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable/shadow.xml -------------------------------------------------------------------------------- /GuiExample/res/drawable/shadow_blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable/shadow_blue.xml -------------------------------------------------------------------------------- /GuiExample/res/drawable/shadow_yellow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/drawable/shadow_yellow.xml -------------------------------------------------------------------------------- /GuiExample/res/layout-sw600dp-land/layout_keep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/layout-sw600dp-land/layout_keep.xml -------------------------------------------------------------------------------- /GuiExample/res/layout/activity_evernotemn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/layout/activity_evernotemn.xml -------------------------------------------------------------------------------- /GuiExample/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/layout/activity_main.xml -------------------------------------------------------------------------------- /GuiExample/res/layout/evernote_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/layout/evernote_list_item.xml -------------------------------------------------------------------------------- /GuiExample/res/layout/layout_keep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/layout/layout_keep.xml -------------------------------------------------------------------------------- /GuiExample/res/menu/evernote_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/menu/evernote_menu.xml -------------------------------------------------------------------------------- /GuiExample/res/menu/keep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/menu/keep.xml -------------------------------------------------------------------------------- /GuiExample/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/menu/main.xml -------------------------------------------------------------------------------- /GuiExample/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /GuiExample/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /GuiExample/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/values/colors.xml -------------------------------------------------------------------------------- /GuiExample/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/values/dimens.xml -------------------------------------------------------------------------------- /GuiExample/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/values/strings.xml -------------------------------------------------------------------------------- /GuiExample/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/res/values/styles.xml -------------------------------------------------------------------------------- /GuiExample/src/it/gmariotti/android/examples/gui/EvernoteListLayout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/src/it/gmariotti/android/examples/gui/EvernoteListLayout.java -------------------------------------------------------------------------------- /GuiExample/src/it/gmariotti/android/examples/gui/EvernoteMenuActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/src/it/gmariotti/android/examples/gui/EvernoteMenuActivity.java -------------------------------------------------------------------------------- /GuiExample/src/it/gmariotti/android/examples/gui/KeepGuiActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/src/it/gmariotti/android/examples/gui/KeepGuiActivity.java -------------------------------------------------------------------------------- /GuiExample/src/it/gmariotti/android/examples/gui/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/GuiExample/src/it/gmariotti/android/examples/gui/MainActivity.java -------------------------------------------------------------------------------- /JSONParser/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/AndroidManifest.xml -------------------------------------------------------------------------------- /JSONParser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/README.md -------------------------------------------------------------------------------- /JSONParser/device0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/device0.gif -------------------------------------------------------------------------------- /JSONParser/device1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/device1.gif -------------------------------------------------------------------------------- /JSONParser/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/ic_launcher-web.png -------------------------------------------------------------------------------- /JSONParser/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/project.properties -------------------------------------------------------------------------------- /JSONParser/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-hdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-hdpi/ic_save.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-mdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-mdpi/ic_save.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-xhdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-xhdpi/ic_save.png -------------------------------------------------------------------------------- /JSONParser/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /JSONParser/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/layout/activity_main.xml -------------------------------------------------------------------------------- /JSONParser/res/layout/activity_read_json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/layout/activity_read_json.xml -------------------------------------------------------------------------------- /JSONParser/res/layout/activity_write_json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/layout/activity_write_json.xml -------------------------------------------------------------------------------- /JSONParser/res/menu/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/menu/activity_main.xml -------------------------------------------------------------------------------- /JSONParser/res/menu/activity_read_json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/menu/activity_read_json.xml -------------------------------------------------------------------------------- /JSONParser/res/menu/activity_write_json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/menu/activity_write_json.xml -------------------------------------------------------------------------------- /JSONParser/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/values-v11/styles.xml -------------------------------------------------------------------------------- /JSONParser/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/values-v14/styles.xml -------------------------------------------------------------------------------- /JSONParser/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/values/strings.xml -------------------------------------------------------------------------------- /JSONParser/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/res/values/styles.xml -------------------------------------------------------------------------------- /JSONParser/src/it/gmariotti/android/example/parser/json/JsonHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/src/it/gmariotti/android/example/parser/json/JsonHelper.java -------------------------------------------------------------------------------- /JSONParser/src/it/gmariotti/android/example/parser/json/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/src/it/gmariotti/android/example/parser/json/MainActivity.java -------------------------------------------------------------------------------- /JSONParser/src/it/gmariotti/android/example/parser/json/ReadJsonActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/src/it/gmariotti/android/example/parser/json/ReadJsonActivity.java -------------------------------------------------------------------------------- /JSONParser/src/it/gmariotti/android/example/parser/json/WriteJsonActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/JSONParser/src/it/gmariotti/android/example/parser/json/WriteJsonActivity.java -------------------------------------------------------------------------------- /ListViewPerformance/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/AndroidManifest.xml -------------------------------------------------------------------------------- /ListViewPerformance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/README.md -------------------------------------------------------------------------------- /ListViewPerformance/View.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/View.gif -------------------------------------------------------------------------------- /ListViewPerformance/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/ic_launcher-web.png -------------------------------------------------------------------------------- /ListViewPerformance/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/project.properties -------------------------------------------------------------------------------- /ListViewPerformance/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ListViewPerformance/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ListViewPerformance/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ListViewPerformance/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ListViewPerformance/res/layout/activity_list_activity1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/layout/activity_list_activity1.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/layout/activity_list_activity2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/layout/activity_list_activity2.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/layout/activity_list_activity3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/layout/activity_list_activity3.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/layout/activity_main.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/layout/list_bad.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/layout/list_bad.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/layout/list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/layout/list_item.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/menu/list_activity1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/menu/list_activity1.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/menu/list_activity2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/menu/list_activity2.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/menu/list_activity3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/menu/list_activity3.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/menu/main.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values-v11/styles.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values-v14/styles.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values/dimens.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values/strings.xml -------------------------------------------------------------------------------- /ListViewPerformance/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/res/values/styles.xml -------------------------------------------------------------------------------- /ListViewPerformance/src/it/gmariotti/android/example/listview/ListActivity1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/src/it/gmariotti/android/example/listview/ListActivity1.java -------------------------------------------------------------------------------- /ListViewPerformance/src/it/gmariotti/android/example/listview/ListActivity2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/src/it/gmariotti/android/example/listview/ListActivity2.java -------------------------------------------------------------------------------- /ListViewPerformance/src/it/gmariotti/android/example/listview/ListHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/src/it/gmariotti/android/example/listview/ListHelper.java -------------------------------------------------------------------------------- /ListViewPerformance/src/it/gmariotti/android/example/listview/MyObj.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ListViewPerformance/src/it/gmariotti/android/example/listview/MyObj.java -------------------------------------------------------------------------------- /NavigationDrawer/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/AndroidManifest.xml -------------------------------------------------------------------------------- /NavigationDrawer/Counter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/Counter.jpg -------------------------------------------------------------------------------- /NavigationDrawer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/README.md -------------------------------------------------------------------------------- /NavigationDrawer/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/ic_launcher-web.png -------------------------------------------------------------------------------- /NavigationDrawer/page4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/page4.gif -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-hdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-hdpi/ic_action_settings.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-hdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-hdpi/ic_drawer.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-hdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-hdpi/ic_save.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-mdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-mdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-mdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-mdpi/ic_action_settings.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-mdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-mdpi/ic_drawer.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-mdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-mdpi/ic_save.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xhdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xhdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xhdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xhdpi/ic_action_settings.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xhdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xhdpi/ic_drawer.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xhdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xhdpi/ic_save.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /NavigationDrawer/res/drawable/rectangle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/drawable/rectangle.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/layout/activity_main.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/layout/activity_main_drawer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/layout/activity_main_drawer.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/layout/ns_menu_row.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/layout/ns_menu_row.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/layout/ns_menu_row_counter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/layout/ns_menu_row_counter.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/layout/ns_menu_row_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/layout/ns_menu_row_header.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/menu/main.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values-v11/styles.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values-v14/styles.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values/arrays.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values/dimens.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values/strings.xml -------------------------------------------------------------------------------- /NavigationDrawer/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NavigationDrawer/res/values/styles.xml -------------------------------------------------------------------------------- /NotificationListener44/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/README.md -------------------------------------------------------------------------------- /NotificationListener44/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/build.gradle -------------------------------------------------------------------------------- /NotificationListener44/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/image.png -------------------------------------------------------------------------------- /NotificationListener44/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/drawable-xhdpi/ic_extension_whts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/drawable-xhdpi/ic_extension_whts.gif -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/menu/main.xml -------------------------------------------------------------------------------- /NotificationListener44/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/NotificationListener44/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /PrerefenceExamples/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/AndroidManifest.xml -------------------------------------------------------------------------------- /PrerefenceExamples/PreferenceDataUsage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/PreferenceDataUsage.gif -------------------------------------------------------------------------------- /PrerefenceExamples/PreferenceExample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/PreferenceExample.gif -------------------------------------------------------------------------------- /PrerefenceExamples/PreferenceExample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/PreferenceExample1.png -------------------------------------------------------------------------------- /PrerefenceExamples/PreferenceMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/PreferenceMenu.gif -------------------------------------------------------------------------------- /PrerefenceExamples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/README.md -------------------------------------------------------------------------------- /PrerefenceExamples/lint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/lint.xml -------------------------------------------------------------------------------- /PrerefenceExamples/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/proguard-project.txt -------------------------------------------------------------------------------- /PrerefenceExamples/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/project.properties -------------------------------------------------------------------------------- /PrerefenceExamples/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /PrerefenceExamples/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /PrerefenceExamples/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /PrerefenceExamples/res/layout/numberpicker_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/layout/numberpicker_dialog.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values-large/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values-large/dimens.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values-v11/styles.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values-v14/styles.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values/arrays.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values/dimens.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values/strings.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/values/styles.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_display.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_display.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_headers2_scenario3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_headers2_scenario3.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_headers_legacy_scenario4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_headers_legacy_scenario4.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_headers_scenario3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_headers_scenario3.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_notify.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_notify.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_scenario1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_scenario1.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_summary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_summary.xml -------------------------------------------------------------------------------- /PrerefenceExamples/res/xml/preference_update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/PrerefenceExamples/res/xml/preference_update.xml -------------------------------------------------------------------------------- /QuickSnippets/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/AndroidManifest.xml -------------------------------------------------------------------------------- /QuickSnippets/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/Main.gif -------------------------------------------------------------------------------- /QuickSnippets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/README.md -------------------------------------------------------------------------------- /QuickSnippets/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/ic_launcher-web.png -------------------------------------------------------------------------------- /QuickSnippets/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/project.properties -------------------------------------------------------------------------------- /QuickSnippets/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /QuickSnippets/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /QuickSnippets/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /QuickSnippets/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /QuickSnippets/res/layout/activity_plural_forms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/layout/activity_plural_forms.xml -------------------------------------------------------------------------------- /QuickSnippets/res/layout/activity_retrieve_manifest_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/layout/activity_retrieve_manifest_info.xml -------------------------------------------------------------------------------- /QuickSnippets/res/menu/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/menu/activity_main.xml -------------------------------------------------------------------------------- /QuickSnippets/res/menu/activity_retrieve_manifest_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/menu/activity_retrieve_manifest_info.xml -------------------------------------------------------------------------------- /QuickSnippets/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/values-v11/styles.xml -------------------------------------------------------------------------------- /QuickSnippets/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/values-v14/styles.xml -------------------------------------------------------------------------------- /QuickSnippets/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/values/strings.xml -------------------------------------------------------------------------------- /QuickSnippets/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/res/values/styles.xml -------------------------------------------------------------------------------- /QuickSnippets/src/it/gmariotti/android/examples/snippets/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/QuickSnippets/src/it/gmariotti/android/examples/snippets/MainActivity.java -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/README.md -------------------------------------------------------------------------------- /RestrictedProfileSettings/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /RestrictedProfileSettings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/README.md -------------------------------------------------------------------------------- /RestrictedProfileSettings/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/build.gradle -------------------------------------------------------------------------------- /RestrictedProfileSettings/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/image.png -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/layout/rp_activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/layout/rp_activity_main.xml -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /RestrictedProfileSettings/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/RestrictedProfileSettings/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /ShapeFinger/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /ShapeFinger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/README.md -------------------------------------------------------------------------------- /ShapeFinger/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/build.gradle -------------------------------------------------------------------------------- /ShapeFinger/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/image.png -------------------------------------------------------------------------------- /ShapeFinger/proguard-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/proguard-rules.txt -------------------------------------------------------------------------------- /ShapeFinger/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/layout/activity_main3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/layout/activity_main3.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/layout/fragment_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/layout/fragment_main.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/menu/main.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /ShapeFinger/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/ShapeFinger/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/AndroidManifest.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/README.md -------------------------------------------------------------------------------- /SlidingPaneLayout/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/ic_launcher-web.png -------------------------------------------------------------------------------- /SlidingPaneLayout/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/image12.png -------------------------------------------------------------------------------- /SlidingPaneLayout/lint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/lint.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/proguard-project.txt -------------------------------------------------------------------------------- /SlidingPaneLayout/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/project.properties -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-hdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-hdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-hdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-hdpi/ic_action_settings.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-hdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-hdpi/ic_drawer.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-hdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-hdpi/ic_save.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-mdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-mdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-mdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-mdpi/ic_action_settings.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-mdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-mdpi/ic_drawer.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-mdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-mdpi/ic_save.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xhdpi/drawer_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xhdpi/drawer_shadow.9.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xhdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xhdpi/ic_action_settings.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xhdpi/ic_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xhdpi/ic_drawer.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xhdpi/ic_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xhdpi/ic_save.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /SlidingPaneLayout/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/layout/activity_main.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/layout/activity_main_nav.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/layout/activity_main_nav.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/layout/detail_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/layout/detail_fragment.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/layout/list_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/layout/list_fragment.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/menu/detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/menu/detail.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/menu/list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/menu/list.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/menu/main.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values-v11/styles.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values-v14/styles.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values/dimens.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values/strings.xml -------------------------------------------------------------------------------- /SlidingPaneLayout/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/SlidingPaneLayout/res/values/styles.xml -------------------------------------------------------------------------------- /TestAbsProject/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/AndroidManifest.xml -------------------------------------------------------------------------------- /TestAbsProject/Example1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/Example1.gif -------------------------------------------------------------------------------- /TestAbsProject/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/Main.gif -------------------------------------------------------------------------------- /TestAbsProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/README.md -------------------------------------------------------------------------------- /TestAbsProject/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/ic_launcher-web.png -------------------------------------------------------------------------------- /TestAbsProject/image_menuABS1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/image_menuABS1.gif -------------------------------------------------------------------------------- /TestAbsProject/image_menuABS2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/image_menuABS2.gif -------------------------------------------------------------------------------- /TestAbsProject/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/proguard-project.txt -------------------------------------------------------------------------------- /TestAbsProject/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/project.properties -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-hdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-hdpi/action_refresh.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-hdpi/ic_action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-hdpi/ic_action_refresh.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-mdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-mdpi/action_refresh.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-mdpi/ic_action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-mdpi/ic_action_refresh.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-xhdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-xhdpi/action_refresh.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-xhdpi/ic_action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-xhdpi/ic_action_refresh.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestAbsProject/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestAbsProject/res/layout/activity_action_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/layout/activity_action_bar.xml -------------------------------------------------------------------------------- /TestAbsProject/res/layout/activity_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/layout/activity_fragment.xml -------------------------------------------------------------------------------- /TestAbsProject/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/layout/activity_main.xml -------------------------------------------------------------------------------- /TestAbsProject/res/layout/activity_sherlock_action_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/layout/activity_sherlock_action_bar.xml -------------------------------------------------------------------------------- /TestAbsProject/res/layout/fragment_action_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/layout/fragment_action_bar.xml -------------------------------------------------------------------------------- /TestAbsProject/res/menu/.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/menu/.xml -------------------------------------------------------------------------------- /TestAbsProject/res/menu/action_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/menu/action_bar.xml -------------------------------------------------------------------------------- /TestAbsProject/res/menu/action_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/menu/action_fragment.xml -------------------------------------------------------------------------------- /TestAbsProject/res/menu/action_fragmentactivity_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/menu/action_fragmentactivity_bar.xml -------------------------------------------------------------------------------- /TestAbsProject/res/menu/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/menu/activity_main.xml -------------------------------------------------------------------------------- /TestAbsProject/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /TestAbsProject/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /TestAbsProject/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/values-v11/styles.xml -------------------------------------------------------------------------------- /TestAbsProject/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/values/dimens.xml -------------------------------------------------------------------------------- /TestAbsProject/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/values/strings.xml -------------------------------------------------------------------------------- /TestAbsProject/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestAbsProject/res/values/styles.xml -------------------------------------------------------------------------------- /TestReceiverProject/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/AndroidManifest.xml -------------------------------------------------------------------------------- /TestReceiverProject/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/Main.gif -------------------------------------------------------------------------------- /TestReceiverProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/README.md -------------------------------------------------------------------------------- /TestReceiverProject/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/ic_launcher-web.png -------------------------------------------------------------------------------- /TestReceiverProject/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/project.properties -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-hdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-hdpi/action_add.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-hdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-hdpi/action_refresh.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-mdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-mdpi/action_add.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-mdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-mdpi/action_refresh.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-xhdpi/action_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-xhdpi/action_add.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-xhdpi/action_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-xhdpi/action_refresh.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestReceiverProject/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /TestReceiverProject/res/layout/activity_test_orderedreceiver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/layout/activity_test_orderedreceiver.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/layout/activity_test_receiver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/layout/activity_test_receiver.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/layout/simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/layout/simple.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/menu/activity_test_receiver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/menu/activity_test_receiver.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/menu/freezing_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/menu/freezing_menu.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/values-v11/styles.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/values-v14/styles.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/values/strings.xml -------------------------------------------------------------------------------- /TestReceiverProject/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/res/values/styles.xml -------------------------------------------------------------------------------- /TestReceiverProject/src/it/gmariotti/android/examples/receiver/Constants.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/src/it/gmariotti/android/examples/receiver/Constants.java -------------------------------------------------------------------------------- /TestReceiverProject/testReceiver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TestReceiverProject/testReceiver.gif -------------------------------------------------------------------------------- /TextAndImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/README.md -------------------------------------------------------------------------------- /TextAndImage/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /TextAndImage/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /TextAndImage/src/main/res/drawable-hdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/drawable-hdpi/ic_launcher_.png -------------------------------------------------------------------------------- /TextAndImage/src/main/res/drawable-mdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/drawable-mdpi/ic_launcher_.png -------------------------------------------------------------------------------- /TextAndImage/src/main/res/drawable-xhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/drawable-xhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /TextAndImage/src/main/res/drawable-xxhdpi/ic_launcher_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/drawable-xxhdpi/ic_launcher_.png -------------------------------------------------------------------------------- /TextAndImage/src/main/res/drawable/rectangle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/drawable/rectangle.xml -------------------------------------------------------------------------------- /TextAndImage/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /TextAndImage/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /TextAndImage/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /TextAndImage/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /TextAndImage/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /TextAndImage/textRound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/TextAndImage/textRound.png -------------------------------------------------------------------------------- /playservices/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /playservices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/README.md -------------------------------------------------------------------------------- /playservices/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/build.gradle -------------------------------------------------------------------------------- /playservices/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/image.png -------------------------------------------------------------------------------- /playservices/proguard-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/proguard-rules.txt -------------------------------------------------------------------------------- /playservices/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /playservices/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /playservices/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /playservices/src/main/res/drawable-nodpi/sea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/drawable-nodpi/sea.jpg -------------------------------------------------------------------------------- /playservices/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /playservices/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /playservices/src/main/res/layout/activity_gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/layout/activity_gdrive.xml -------------------------------------------------------------------------------- /playservices/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /playservices/src/main/res/menu/gdrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/menu/gdrive.xml -------------------------------------------------------------------------------- /playservices/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/menu/main.xml -------------------------------------------------------------------------------- /playservices/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /playservices/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /playservices/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /playservices/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielemariotti/androiddev/HEAD/playservices/src/main/res/values/styles.xml --------------------------------------------------------------------------------