xml - android: best view class to create popup page -


i developing android camera app allow popup of page upon pressing button (besides shoot button)in view of photo capture activity accessing twitter services, including login(of coz button), view tweets(listview or list fragment) of bookmarked users , posting tweets.

i considering approach build layout popup stuff. come across mind dialog fragment, popupwindow , activity.

considering case, view recommended popup component?

depends on content of popup:

  1. if popup contains list of items use popupwindow.
  2. if popup contains few buttons ok/cancel text etc. use dialogfragment.
  3. if have more stuff, should use activity.

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -