Skip to Main Content
Mastering Firebase for Android Development
book

Mastering Firebase for Android Development

by Ashok Kumar S
June 2018
Beginner to intermediate content levelBeginner to intermediate
394 pages
9h 2m
English
Packt Publishing
Content preview from Mastering Firebase for Android Development

User interface design

In this application, we will keep the user interface simple and informative. All we have is one RecyclerView and two buttons for adding and loading the data. The following xml layout code dictates the UI design: 

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    android:id="@+id/activity_main"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="vertical">    <TextView        android:textColor="@color/colorPrimaryDark"        android:textStyle="bold"        android:textSize="25dp"        android:gravity="center"        android:text="Packt Blood Bank"        android:layout_width="match_parent"        android:layout_height= ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning React and Firebase: Create Four Beginner-Friendly Projects Using React and Firebase

Beginning React and Firebase: Create Four Beginner-Friendly Projects Using React and Firebase

Nabendu Biswas

Publisher Resources

ISBN: 9781788624718Supplemental Content