Skip to content

Android application using a LinearLayout with a nested ScrollView to display a mini-bio and uses data binding for optimization.

License

Notifications You must be signed in to change notification settings

petecs/android-AboutMe

Repository files navigation

AboutMe

Description

Android app that uses a LinearLayout with a nested ScrollView to display a mini-bio and optimized with data binding.

Features

The following functionality is complete:

  • Implement app using LinearLayout with nested ScrollView
  • Use data binding for optimization which removes the need to traverse the layout tree multiple times.
  • Store data in data classe objects instead of XML resources.
  • Display the input text without an underline.

Demo

AboutMe demo

Credits

Peter Akala

License

See the LICENSE file for license rights and limitations (Apache License 2.0).

About

Android application using a LinearLayout with a nested ScrollView to display a mini-bio and uses data binding for optimization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages