Thanks to visit codestin.com
Credit goes to github.com

Skip to content

blackchy/ParkApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkApp

My Graduation Project.

Introduction

Description

This project is just my graduation design.

The project is hosted on GitHub, and it is a public project. if I want to modify the code on other computer, I should configuration my SSH Key on it.

Include

  • 1 Rent and rented

  • 2 Service

  • 3 Mine

Remark

  • This projet was created on 2017-04-05.

    I want to end it before 2017-04-22, god bless me.

  • Don't forget bind view by annotation.

    Example:

public class ServiceActivity extends BaseActivity {

@BindView(R.id.list_view) OnScrollListView listView;

@BindView(R.id.empty_view) TextView emptyView;

List<Map<String, Object>> list = new ArrayList<>();

ListViewAdapter adapter;

@Override public int layoutResId() {

`return R.layout.activity_service;`

}

}

About

My Graduation Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages