Skip to content

Instantly share code, notes, and snippets.

View amy6's full-sized avatar
:octocat:
Let's ☕️ and 👩‍💻

Mahima amy6

:octocat:
Let's ☕️ and 👩‍💻
View GitHub Profile
@danielgomezrico
danielgomezrico / EditText.xml
Created April 23, 2015 04:30
Android - EditText disabled but clickable
<EditText ...
android:clickable="true"
android:cursorVisible="false"
android:focusable="false"/>
@stkent
stkent / android-bluetooth-low-energy-resources.md
Last active February 8, 2024 16:22
Android Bluetooth Low Energy (BLE) Resources