Internationalizing | localization in the Android appAndroid runs on many devices in many regions. To reach the most users, we need to ensure that our app should be accessible in regional…Jan 11Jan 11
Showing Videos in Android with Videoview with Exoplayer(with Latest updates)When we want to load video from web,local store,project folder we wonder that how that can be achieved.Jan 19, 2022Jan 19, 2022
OnActivityResult() Deprecated:A New Way to StartActivityforResult() to get ResultPreviously we are doing something like this to get result from another activityNov 6, 2021Nov 6, 2021
Android View Binding -How to use in different scenariosBefore diving into the scenario lets understand the View BindingOct 25, 2021Oct 25, 2021
Loading Image from Server,Local file system,Drawable in AndroidLoading Imagefile to imageview using BitmapOct 24, 2021Oct 24, 2021
MVVM ,RoomDatabase With Kotlin CoroutainsThe Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of…Oct 24, 2021Oct 24, 2021
Model View Presenter(MVP) with SampleThere are so many pattern you can follow in android app development for designing Architecture of your application like MVVM,MVC,MVP.Oct 20, 2021Oct 20, 2021
Loading Webpage into Android App ScreenWhen there is requirement for loading web of term and condition we. are wondering how to do that and what are the basic config to do so…Oct 11, 2021Oct 11, 2021
Room Database with MVVM(Part-II)In Previous Part we have completed basic setup of the Room Database,Now we are moving to how to integrate the ROOM database with MVVM…Oct 5, 2021Oct 5, 2021
Room Database with MVVM(Part-I)The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of…Oct 3, 2021Oct 3, 2021