Edit Item
net.lp.collectionista.action.EDIT_ITEM
Edit an item specifically. An item from a collection.
Originally for Collectionista, but every collection manager can use these.
Use
public void startEditItem() { Intent intent = new Intent("net.lp.collectionista.action.EDIT_ITEM"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="net.lp.collectionista.action.EDIT_ITEM" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)