Back to project page PinterestLikeApp.
The source code is released under:
MIT License
If you think the Android project PinterestLikeApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.dreamtale.pintrestlike.utils; public class IntentConstant { public static final String EXTRA_IMAGE_DETAIL_FRAGMENT_DATA = "com.dreamtale.pintrestlike.extra.IMAGE_DETAIL_FRAGMENT_DATA"; public static final String EXTRA_IMAGE_DETAIL_FRAGMENT_POSITION = "com.dreamtale.pintrestlike.extra.EXTRA_IMAGE_DETAIL_FRAGMENT_POSITION"; public static final String EXTRA_BLUETOOTH_ADDRESS = "com.dreamtale.pinterestlike.extra.EXTRA_BLUETOOTH_ADDRESS"; }