Using Retrofit 2.x as REST client - Tutorial 1 Patelwala 22:41:00 4 Comments 1. Retrofit 1.1. What is Retrofit Retrofit is a REST Client for Java and Android. It makes it relatively easy to retrieve and upload JSON (or...
what about this pattern: 1 2 3 4 8 7 6 5 9 10 11 12 16 15 14 13 without matrix in java Patelwala 22:23:00 4 Comments what about this pattern: without matrix in java 1 2 3 4 8 7 6 5 9 10 11 12 16 15 14 13 class...
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...
software requirements specification (SRS) Patelwala 23:45:00 1 Comment software requirements specification (SRS) Specification of Software Requirements (SRS) is a detailed description of the purpose...
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...