MVC vs MVVM: Key Differences with Examples

What is MVC? The MVC framework is an architectural pattern that separates an applications into three main logical components Model, View, and Controller. Hence the abbreviation MVC. The full form MVC is Model View Controller. In this architecture, a component is built to handle specific development aspects of an application. MVC separates the business logic […]

person shubham sharmaaccess_time February 6, 2022launch Read More

iOS: Swift Push Notification config via Firebase

 

 

 

person shubham sharmaaccess_time January 18, 2020launch Read More

iOS Custom Dialog

ViewController Where you need to open dialog

  Dialog ViewController

Download Project

person shubham sharmaaccess_time June 24, 2019launch Read More

Common Issues

ViewPager PagerAdapter not updating the View

 

person shubham sharmaaccess_time September 10, 2018launch Read More

Short div(Element) by jQuery

 

person shubham sharmaaccess_time November 18, 2017launch Read More

PHP API

 

person shubham sharmaaccess_time August 31, 2017launch Read More

Play music in android

Do it without service http://www.rbgrn.net/content/307-light-racer-20-days-61-64-completion If you are so serious about doing it with services using media player

 

  Please call this service in Manifest

 

person shubham sharmaaccess_time May 15, 2017launch Read More

Android Spinner Dropdown Example

person shubham sharmaaccess_time January 11, 2017launch Read More

Android Studio Gradle project sync failed

    Just a blind guess: try to add something like this to your gradle.properties file in the project:

 

person shubham sharmaaccess_time January 2, 2017launch Read More

getChildFragmentManager

getChildFragmentManager() on programmatically (dynamically) added Fragments? accepted In conclusion, I want to reference OuterFrag in MainActivity always. And I want OuterFrag act as a placeholder to load different InnerFrags. In short, I want to call getChildFragmentManager() in OuterFrag, when it is added programmatically (dynamically). If you want this then make your OuterFrag have a container […]

person shubham sharmaaccess_time December 31, 2016launch Read More