Codota Logo
it.tidalwave.ui.android.app
Code IndexAdd Codota to your IDE (free)

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

Best Java code snippets using it.tidalwave.ui.android.app (Showing top 20 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/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/it-tidalwave-bluebill-mobile-android-news

 public void run() 
  {
   log.info("notifyFeedUnavailable({})", notification);
   viewHelper.showErrorDialog(notification);
  }
});
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-mobile-android-news

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyFeedIsCached (final @Nonnull UserNotification notification) 
 {
  log.info("notifyFeedIsCached({})", notification);
  viewHelper.showLightNotification(notification);
 }

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

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 * 
 ******************************************************************************************************************/
public void confirmToDownloadMedia (final @Nonnull UserNotificationWithFeedback notification) 
 {
  log.info("confirmToDownloadMedia({})", notification);
  viewHelper.showConfirmationDialog(notification);
 }

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-bluebill-mobile-android-taxonomy-factsheet

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 * 
 ******************************************************************************************************************/
public void notifySdCardNotReady (final @Nonnull UserNotificationWithFeedback notification) 
 {
  log.info("notifySdCardNotReady({})", notification);
  viewHelper.showErrorDialog(notification);
 }

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

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyError (final @Nonnull UserNotification notification)
 {
  log.info("notifyError({})", notification);
  viewHelper.showLightNotification(notification);
 }

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

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

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

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 * 
 ******************************************************************************************************************/
public void confirmToDeleteMedia (final @Nonnull UserNotificationWithFeedback notification) 
 {
  log.info("confirmToDeleteMedia({})", notification);
  viewHelper.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 confirmToDeleteAllObservations (final @Nonnull UserNotificationWithFeedback notification) 
 {
  activityHelper.showConfirmationDialog(notification);
 }

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

 /*******************************************************************************************************************
  *
  * {@inheritDoc}
  *
  ******************************************************************************************************************/
 public void notifyThatTheTaxonomyCannotBeChanged (final @Nonnull UserNotificationWithFeedback userNotification) 
  {
   log.info("notifyThatTheTaxonomyCannotBeChanged({})", userNotification);
   viewHelper.showErrorDialog(userNotification);
  }    
}
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-mobile-android-taxonomy-factsheet

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyCompletion (final @Nonnull UserNotification notification)
 {
  log.info("notifyCompletion({})", notification);
  viewHelper.showLightNotification(notification);
 }

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

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

/*******************************************************************************************************************
 *
 * {@inheritDoc}
 *
 ******************************************************************************************************************/
public void notifyAllMessagesMarkedAsRead (final @Nonnull UserNotification notification) 
 {
  log.info("notifyAllMessagesMarkedAsRead({})", notification);
  viewHelper.showLightNotification(notification);
 }
origin: it.tidalwave.bluebill/bluebill-mobile-android

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

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

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

it.tidalwave.ui.android.app

Most used classes

  • AndroidViewHelper
    A facility class for some common UI-related tasks. In addition to providing a simplified API, this c
  • AndroidActivityHelper
    A facility class for some common UI-related tasks. In addition to providing a simplified API, this c
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