. f 2017 ~ Android Developers Blog

Sunday, 17 December 2017

Android MVP for Beginners | Android MVP tutorial | Model-View-Presenter: Android | Android Architecture with MVP

Hello Friends,           Today I am  going to share a very simple example of Android MVP. In this sample I am using MVP pattern for network call and and user form(login form) data validation which is mainly used in most of the android application....

Monday, 27 November 2017

Android O: Fonts – Part 1 | Working with custom font Android O | Custom font | Fonts in XML

Hello Friends,               Android 8.0 (API level 26) introduces a new feature, Fonts in XML, which lets you use fonts as resources. You can add the font file in the res/font/ folder to bundle fonts as resources. These fonts are compiled in your...

Thursday, 23 November 2017

Android Firebase | Android Push Notifications using Firebase Cloud Messaging FCM

Hello Friends,                Google moved from Google Cloud Messaging (GCM) to Firebase Cloud Messaging (FCM). Just like GCM, FCM is a cross-platform messaging solution that allows you to send messages. FCM is completely free and there are no limitations. Firebase Message types...

Tuesday, 19 September 2017

RecyclerView with multiple View Type | RecyclerView with different view types | View Pager inside RecyclerView

Hello Friends,               Today I am going to share my another android tutorial, with the help of this we can easily create a Recyclerview with multiple different types of view . Also this tutorial helps you to create a View pager inside RecyclerView,...

Saturday, 27 May 2017

Android Retrofit With RX Java Sample | Android Retrofit Example

Hello Friends, This is an simple example of How we use Android Retrofit With RX .  I hope this will helps you to start using Retrofit and  RX together. 1. MainActivity.java package android.com.retrofitwithrxsample; import android.com.retrofitwithrxsample.adapter.DataAdapter; import android.com.retrofitwithrxsample.model.Country; import android.com.retrofitwithrxsample.model.Result; import android.com.retrofitwithrxsample.network.RequestInterface; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import...

 

Copyright @ 2013 Android Developers Blog.