. Android Developers Blog

Saturday, 23 June 2018

Android Live Data Tutorial | Live Data | Data Binding | Architecture Components

Hello Friends,               Today I am going to share me small tutorial of LiveData with Data Binding. -What is LiveData?      LiveData is an observable data holder class that can be observed within      a given lifecycle. It lets the...

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...

Saturday, 22 October 2016

Mobile World : Pixel Phone By Google | Google Pixel

Hello Friends, Google Pixel smartphone was launched in October 2016 which comes with a 5.00-inch touchscreen display and a resolution of 1080 pixels by 1920 pixels at a PPI of 441 pixels per inch. The Google Pixel is powered by 1.6GHz quad-core Qualcomm Snapdragon 821 processor and it...

Thursday, 15 September 2016

Android black screen before splash appear | Black screen on app start | How to avoid black screen in android while app is loading?

Hello Friends,           Have you facing the delay issue on app launch and black/white screen will be appearingfor few seconds. Here is the solution of this issue. 1. Inside styles.xml add below style:            <style name="Theme.AppCompat.Light.NoActionBar.FullScreen"     parent="@android:style/Theme.Black.NoTitleBar">  ...

Wednesday, 22 June 2016

App crashed on launch | Android Studio App crashed on launch | App crashed on launch- Android 4.4

Hello friends, Today I found the strange issue while making an signed/released Apk. My app getting crashed when app launched on Android 4.4, 4.2 and other devices and Its working fine with Debug build. After spending lots of time I found that the issue is with Android studio...

Saturday, 20 February 2016

Unity | Unity Read SMS Plugin | Unity Pluging : Read all incoming sms

Hello Friends,               I read a lot that people facing problem in register and un-register the incoming sms broadcast from Unity. Also reading incoming sms in Unity app .                     So, today I...

 

Copyright @ 2013 Android Developers Blog.