Skip to content
rustie edited this page Apr 10, 2018 · 8 revisions

Welcome to the Berkeley Mobile Android wiki! We're a team of volunteer developers that work hard to make useful software for students, faculty, and community members.

This wiki will hold mainly documentation, best practices, and other guidelines.

The application consists of six modules:

  • Controllers: Retrofit configuration and some legacy controllers that fetch JSON for map data.
  • Fragments: fragments populating various UI elements
  • Activity: the main screens (e.g. Open*Activity.java)
  • Models: data models including POJO for Retrofit
  • Responses: POJO for Retrofit responses with deeper structure
  • Utilities: some misc. utilities, most are deprecated

With love, Alex, Rustie, Sudarshan, Sid, Michael

Berkeley Mobile Android Spring 2018

Clone this wiki locally