Model View View-Model (MVVM): Getting Started Patelwala 05:36:00 Add Comment Android MVVM MVVM stands for Model, View, ViewModel. Model: This app contains data. He cannot speak directly to the scenario....
android architecture or Android software stack Patelwala 06:13:00 Add Comment or Android software stack is categorized into five parts: linux kernel native libraries (middleware), Android Runtime Application Framework Applications Let's...
firebase push notification android example Patelwala 02:32:00 1 Comment firebase push notification android example In recent times, Google moved from Google Cloud Messaging (GCM) to Firebase Cloud Messaging (FCM)....
How to download file in url Android 8 Oreo Patelwala 21:40:00 Add Comment How to download file in URL Android 8 Oreo. new DownloadFileFromURL(position).execute(data.get(url)); private class DownloadFileFromURL...
How to use custom font in Android Studio Patelwala 21:23:00 Add Comment How to use custom font in Android Studio Go to the (project folder) Then app>src>main Create folder 'assets>fonts' into the main folder. Put...