Codota Logo
AndroidActivityHelper
Code IndexAdd Codota to your IDE (free)

How to use
AndroidActivityHelper
in
it.tidalwave.ui.android.app

Best Java code snippets using it.tidalwave.ui.android.app.AndroidActivityHelper (Showing top 13 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
LocalDateTime l =
  • Codota Iconnew LocalDateTime()
  • Codota IconLocalDateTime.now()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
  • Smart code suggestions by Codota
}
origin: it.tidalwave.bluebill/it-tidalwave-android-utilities

/*******************************************************************************************************************
 *
 * {@inheritDoc}BBMA-183
 *
 ******************************************************************************************************************/
public void notifyFatalError (@Nonnull UserNotificationWithFeedback userNotificationWithFeedback)
 {
  helper.showErrorDialog(userNotificationWithFeedback);
 }

origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void confirmToDeleteAllObservations (final @Nonnull UserNotificationWithFeedback notification) 
 {
  activityHelper.showConfirmationDialog(notification);
 }

origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyAllObservationsDeleted (final @Nonnull UserNotification notification) 
 {
  activityHelper.showLightNotification(notification);
 }

origin: it.tidalwave.bluebill/bluebill-mobile-android

return activityHelper.createTimePickerDialog(changeDateTime);
return activityHelper.createDatePickerDialog(changeDateTime);
origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyExportCompleted (final @Nonnull UserNotificationWithFeedback userNotificationWithFeedback) 
 {
  activityHelper.showNotificationDialog(userNotificationWithFeedback);
 }
origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void highlightLatestObservation()
 {
  activityHelper.expandLastGroupAndCollapseOthers(getExpandableListView());
 }

origin: it.tidalwave.bluebill/it-tidalwave-android-utilities

if (canShowCancel && overrides(notification.getFeedback(), "onConfirm") || overrides(notification.getFeedback(), "onCancel"))
origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyExportFailed (final @Nonnull UserNotificationWithFeedback userNotificationWithFeedback) 
 {
  activityHelper.showErrorDialog(userNotificationWithFeedback);
 }
origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyNewObservationCommitted (final @Nonnull UserNotification notification) 
 {
  activityHelper.showLightNotification(notification);
 } 
origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void confirmToDeleteAnObservationItem (final @Nonnull UserNotificationWithFeedback notification) 
 {
  activityHelper.showConfirmationDialog(notification);
 }

origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyObservationItemDeleted (final @Nonnull UserNotification notification) 
 {
  activityHelper.showLightNotification(notification);
 }

origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyNewObservationCancelled (final @Nonnull UserNotification notification) 
 {
  activityHelper.showLightNotification(notification);
 }
origin: it.tidalwave.bluebill/bluebill-mobile-android

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyObservationDateTimeUpdated (final @Nonnull UserNotification notification) 
 {
  activityHelper.showLightNotification(notification);
 }

it.tidalwave.ui.android.appAndroidActivityHelper

Javadoc

A facility class for some common UI-related tasks. In addition to providing a simplified API, this class also provides a consistent way to do some things (e.g. notifications, error notifications, etc...). While not explicitly noted, all methods can be called by any thread.

Most used methods

  • showErrorDialog
    Shows an error notification by means of a popup that must be dismissed by pressing a button.
  • createDatePickerDialog
  • createTimePickerDialog
  • expandLastGroupAndCollapseOthers
    Expands the last group in an ExpandableListView and collapse all the previous others.
  • overrides
  • showConfirmationDialog
    Asks for a confirmation.
  • showLightNotification
    Shows a light notification (by means of a Toast.
  • showNotificationDialog
    Shows a notification by means of a popup that must be dismissed by pressing a button.

Popular in Java

  • Making http post requests using okhttp
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • requestLocationUpdates (LocationManager)
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • TimerTask (java.util)
    A task that can be scheduled for one-time or repeated execution by a Timer.
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now