• Facebook
  • Twitter
  • YouTube
  • LinkedIn

Tutorials Cache

  • Home
  • Android
  • IOS
  • Database
  • About Us
  • Hire Us
  • Privacy Policy
  • Disclaimer
  • Contact US
Android

MVP Design Pattern Android Tutorial

By Tausif Ul Rahman January 20, 2020
MVP Design Pattern

In application development, Model View Presenter is one of the design patterns. In the MVP design pattern, Presenter manages all the communication between View and Model. Just as discussed earlier in the MVVM tutorial, where View Model acts as Presenter. Model View Presenter MVP Design pattern Components: As shown in the MVP diagram, each component…

Keep Reading
By Tausif Ul Rahman
Freelancing-Tips Uncategorized

Freelancing Tips From Industry Experts

By Tausif Ul Rahman May 19, 2022

Freelancing is a kind of job that frees people from following the 9 pm to 5 pm job routine as well as makes them eligible to earn free…

Switch between View Controllers IOS

How to switch between View Controllers Programmatically IOS Development

By Tausif Ul Rahman January 16, 2020

Switch between View Controllers is one of the basic and important part of almost every application. In this tutorial, you will learn to switch between View Controllers programmatically.…

MVVM Tutorial Android

MVVM Design Pattern in Android

By Tausif Ul Rahman January 15, 2020

At a professional stage of application development, each developer follows a design pattern to write code. The reason to follow the design pattern is to keep the application…

Data Binding Android

Data Binding in Android Example

By Tausif Ul Rahman January 9, 2020

In View Binding tutorial, we were limited to bind views of a layout file to activity class to get rid of FindViewById(). However, Data Binding allows us to bind…

View Binding Android

View Binding in Android with Example

By Tausif Ul Rahman January 8, 2020

As android developers, we use FindViewById() in our Activity and Fragment. It is important to access every view in the layout.xml file to our activity class. As a result, this added a…

checkbox uncheck Android

Checkbox Unchecked on ListView scroll Android

By Tausif Ul Rahman December 19, 2019

It’s a common problem with beginners in android application development once they implement checkbox in ListView which automatically gets unchecked while scrolling. In this tutorial, we will learn…

facebook integration android Android

Android Facebook Login Tutorial – Custom Button

By Tausif Ul Rahman July 23, 2019

Social logins in mobile applications is the quickest way to login/signup. In this tutorial we will learn how to implement facebook login inside and android application using a…

admob integration android tutorials cache Android

How to integrate Google AdMob in Android Application

By Tausif Ul Rahman July 19, 2019

Are you looking for monetisation solution in you android apps ? Do you want to earn good revenue from your app? Than Google AdMob is best solution for…

material design icons Android

How to use Material Design icons in Android

By Tausif Ul Rahman July 16, 2019

Icons are one of the important part in application development. It is difficult for developer to find icons with different sizes and colours quickly. In this tutorial we…

Previous1 2Next
  • search here
  • Categories
    • Android (15)
    • IOS (1)
    • Uncategorized (1)
  • we are social
    Tutorialscache
  • Popular tutorials
    • Freelancing-Tips
      Freelancing Tips From Industry Experts
      May 19, 2022
    • MVP Design Pattern
      MVP Design Pattern Android Tutorial
      January 20, 2020
    • Switch between View Controllers
      How to switch between View Controllers Programmatically IOS Development
      January 16, 2020
    • MVVM Tutorial
      MVVM Design Pattern in Android
      January 15, 2020
    • Data Binding
      Data Binding in Android Example
      January 9, 2020
    • View Binding
      View Binding in Android with Example
      January 8, 2020
    • checkbox uncheck
      Checkbox Unchecked on ListView scroll Android
      December 19, 2019
    • facebook integration android
      Android Facebook Login Tutorial – Custom Button
      July 23, 2019
    • admob integration android tutorials cache
      How to integrate Google AdMob in Android Application
      July 19, 2019
    • material design icons
      How to use Material Design icons in Android
      July 16, 2019
  • copyright © 2019 TutorialCache Pvt Ltd
  • Facebook
  • Twitter
  • YouTube
  • LinkedIn
  • Home
  • Android
  • IOS
  • Database
  • About Us
  • Hire Us
  • Privacy Policy
  • Disclaimer
  • Contact US