Example #1
0
 public AnaMainRecyclerViewAdapter(HaritaListeBaseFragment Base, AppCompatActivity GelenContex, Typeface normall, Typeface boldd)
 {
     GelenBase    = Base;
     BaseActivity = GelenContex;
     this.normall = normall;
     this.boldd   = boldd;
 }
Example #2
0
 void ListeyiFragmentCagir()
 {
     try
     {
         ListeHaznesi.RemoveAllViews();
         HaritaListeBaseFragment1 = new HaritaListeBaseFragment(this, Locationss);
         ft = null;
         ft = this.Activity.SupportFragmentManager.BeginTransaction();
         ft.SetCustomAnimations(Resource.Animation.enter_from_right, Resource.Animation.exit_to_left, Resource.Animation.enter_from_left, Resource.Animation.exit_to_right);
         ft.AddToBackStack(null);
         ft.Replace(Resource.Id.frameLayout2, HaritaListeBaseFragment1);
         ft.Commit();
     }
     catch
     {
     }
 }
 public HaritaListeRecyclerViewOnScrollListener(LinearLayoutManager layoutManager, HaritaListeBaseFragment Base)
 {
     mLinearLayoutManager = layoutManager;
     GelenBase            = Base;
 }