i want make app want open in small screen/view popup window instead of full screen activity. suppose,when user click on application icon in device show popup window (contains various buttons/options) instead of opening full screen activity! there way ? if possible then, how can proceed ? wishing code snapshots or demo or necessary suggestions regarding problem!
not popup, can use dialog theme , make activity appear dialog box using:
<activity android:theme="@android:style/theme.dialog">