AndroidSnippets
Snippets to help out with Android
Details
Installs
- Total 8K
- Win 5K
- Mac 1K
- Linux 2K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Android Snippets for Sublime
These snippets are designed to make it quicker and easier to create Android apps using Sublime Text 2/3.
Avaliable Snippets
ad-baseadapter
A stub BaseAdapter implementation which uses the view holder petternad-logdebug
Debug log with a messagead-widget
The basics needed to get started with creating a custom widgetad-toast
Create and display a toast<TextView
A basic TextView<EditText
A basic EditTextad-assertOnScreen
Check that a view on on the screenad-onActivityResult
The onActivityResult activity methodad-onCreate
The onCreate activity methodad-onDestroy
The onDestroy activity methodad-onPause
The onPause activity methodad-onResume
The onResume activity methodad-onStart
The onStart activity methodad-onStop
The onStop activity method
Recommended Installation
The easiest way to install this is with Package Control.
- Make sure you've restarted Sublime if you've just installed Package Control.
- Bring up the Command Palette (
Cmd+Shift+P
on OS X,Ctrl+Shift+P
on Linux & Windows). - Select
Package Control: Install Package
(it will take a few seconds to load). - Select
AndroidSnippets
when the list appears.
Package Control will automatically keep the plugin up to date with the latest version.
Other Installation Methods
OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/ribot/SublimeAndroidSnippets.git AndroidSnippets
Linux (Ubuntu like distros)
cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/ribot/SublimeAndroidSnippets.git AndroidSnippets
Windows 7
Copy the directory to: C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages
Windows XP
Copy the directory to: C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages