Android Open Source - The-Weather-App Constant






From Project

Back to project page The-Weather-App.

License

The source code is released under:

Apache License

If you think the Android project The-Weather-App listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.sachinshinde.theweatherapp.utils;
/*w w  w .  j a v  a  2s .  c  om*/
public class Constant {

  public static final String FONT_CNL = "cnlbold.ttf";
  public static final String FONT_CNL_REGULAR = "cnl.ttf";
  public static final String FONT_ROBOTO_CONDENSED = "RobotoCondensed-Regular.ttf";
  /*public static final String FONT_HALLO_SANS_BLACK = "Hallo sans black.otf";
  public static final String FONT_HALLO_SANS = "Hallo sans.otf";
  public static final String FONT_HALLO_SANS_LIGHT = "Hallo sans light.otf";
  
  public static final String FONT_GEO = "GeosansLight.ttf";
  public static final String FONT_GEO_BOLD = "GeosansLight.ttf";
  public static final String FONT_ASANS = "ASansreg.ttf";
  public static final String FONT_ASANS_BOLD = "ASansBOLD.ttf";
  public static final String FONT_ARCHIV = "ArchivoNarrow-Regular.ttf";
  public static final String FONT_ARCHIV_BOLD = "ArchivoNarrow-Bold.ttf";*/
  
  //Best
  public static final String FONT_DOSIS = "Dosis-Book.ttf";
  public static final String FONT_DOSIS_BOLD = "Dosis-SemiBold.ttf";
  
/*  public static final String FONT_SRCSANS = "SourceSansPro-Regular.otf";
  public static final String FONT_SANSSRC_BOLD = "SourceSansPro-Semibold.otf";
  
  public static final String FONT_PT = "PTN57F.ttf";
  public static final String FONT_PT_BOLD = "PTN77F.ttf";*/
  
  
  public static final String FONT_USING = FONT_DOSIS;
  public static final String FONT_USING_BOLD = FONT_DOSIS_BOLD;

}




Java Source Code List

com.sachinshinde.theweatherapp.ApplicationTest.java
com.sachinshinde.theweatherapp.db.LocationDBHandler.java
com.sachinshinde.theweatherapp.db.LocationsProvider.java
com.sachinshinde.theweatherapp.db.Locations.java
com.sachinshinde.theweatherapp.libs.SwipeDismissRecyclerViewTouchListener.java
com.sachinshinde.theweatherapp.libs.SwipeDismissTouchListener.java
com.sachinshinde.theweatherapp.ui.main.activities.AboutClass.java
com.sachinshinde.theweatherapp.ui.main.activities.AllCities.java
com.sachinshinde.theweatherapp.ui.main.activities.BaseActivity.java
com.sachinshinde.theweatherapp.ui.main.activities.LocationDetailActivity.java
com.sachinshinde.theweatherapp.ui.main.activities.LocationListActivity.java
com.sachinshinde.theweatherapp.ui.main.fragments.LocationDetailFragment.java
com.sachinshinde.theweatherapp.ui.main.fragments.LocationListFragment.java
com.sachinshinde.theweatherapp.ui.main.fragments.NavigationDrawerFragment.java
com.sachinshinde.theweatherapp.ui.main.views.DrawShadowFrameLayout.java
com.sachinshinde.theweatherapp.ui.main.views.MultiSwipeRefreshLayout.java
com.sachinshinde.theweatherapp.ui.main.views.ScrimInsetsFrameLayout.java
com.sachinshinde.theweatherapp.ui.main.views.ScrimInsetsScrollView.java
com.sachinshinde.theweatherapp.utils.ChangeLog.java
com.sachinshinde.theweatherapp.utils.Constant.java
com.sachinshinde.theweatherapp.utils.LUtils.java
com.sachinshinde.theweatherapp.utils.LogUtils.java
com.sachinshinde.theweatherapp.utils.PrefUtils.java
com.sachinshinde.theweatherapp.utils.UIUtils.java
com.sachinshinde.theweatherapp.utils.Utilities.java