Students logo

Students App

test lint

screenshoot screenshoot

Other useful features

  • CRUD operation
  • SQLite integration
  • Google Material Design library
  • Resource defaults
    • colors.xml – colors for the entire project
    • styles.xml – widget styles

Getting started

Script

  1. Download this repository extract and open the folder
  2. On app/build.gradle, update the dependencies Android Studio suggests
  3. On styles.xml & colors.xml set your application primary and secondary colors

And you’re ready to start working on your new app.

Manual

  1. Download this repository extract and open the template folder on Android Studio
  2. Rename the app package io.bloco.template
  3. Check if the manifest package was renamed along with the package
  4. On app/build.gradle, change the applicationId to the new app package
  5. On app/build.gradle, update the dependencies Android Studio suggests
  6. On string.xml, set your application name

And you’re ready to start working on your new app.

GitHub

View Github