AndroidSnippets
Snippets to help out with Android
Details
Installs
- Total 8K
- Win 5K
- Mac 1K
- Linux 2K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 |
Mac | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 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