Skip to content

Instantly share code, notes, and snippets.

View lucanicoletti's full-sized avatar
:octocat:

Luca Nicoletti lucanicoletti

:octocat:
View GitHub Profile
@Composable
abstract fun buildUI()
@lucanicoletti
lucanicoletti / RallyActivity.kt
Created September 1, 2019 10:01
Working Example
/*
* Copyright 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@lucanicoletti
lucanicoletti / uninstall_android_studio.workflow
Created December 19, 2023 17:30
Uninstall Android Studio workflow file for Mac PCs
rm -Rf /Applications/Android\ Studio.app
rm -Rf ~/Library/Preferences/AndroidStudio*
rm -Rf ~/Library/Preferences/Google/AndroidStudio*
rm -Rf ~/Library/Preferences/com.google.android.*
rm -Rf ~/Library/Preferences/com.android.*
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Application\ Support/Google/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
rm -Rf ~/Library/Logs/Google/AndroidStudio*
rm -Rf ~/Library/Caches/AndroidStudio*