These snippets are designed to make it quicker and easier to create Android apps using Sublime Text 2/3.
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
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.
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